Merhabalar,
“Catastrophic Failure” hatası işletim sisteminin genel hata mesajlarından biridir. Handle edilemeyen durumlarda işletim sistemi bu hatayı fırlatıyor.
“Catastrophic Failure” hatasının bir başka sebebi de bağlantının gerçekleşememesine rağmen UnityObjects nesnesinde aktarıma geçilmesidir. Bu durumda da ortada bağlantı olmadığından sitem bunu işleyemez ve “Catastrophic Failure” hatasını döndürebilir.
Aşağıdaki linkteki örneği indirip bu örnek üzerinde malzeme yada fiş eklemeyi dener misiniz .
ftp://cozumort:[email protected]/LogoObjects/LogoObjectsCSharpSamples.rar
İyi çalışmalar.
Merhabalar,
Objects'e bağlanırkenki kullanıcımız bu sene başında bloke edilmiş ama bundan önceki setlerde hata almıyorduk. Versiyon 2.52 ile beraber , UnityApplication.CompanyLogin() fonksiyonunda bu hatayı verdi.
Connect() ve UserLogin() fonksiyonlarında true false kontrolü yapmışız ancak CompanyLogin() de atlamışız , dolayısıyla gerçek hatayı görememişiz.
İlginiz için teşekkür ederim
Merhaba,
ftp://cozumort:[email protected]/LogoObjects/LogoObjectsCSharpSamples.rar
dosyasını indirdim. Müşteride exeyi çalıştırdım. Menüden Logine basınca Kullanıcı adı giriyorum, şifresini giriyorum, Firma numarasını girdikten sonra aşağıdaki hatayı veriyor :
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Runtime.InteropServices.COMException (0x8000FFFF): Catastrophic failure
at UnityObjects.UnityApplicationClass.Login(String UserName, String Password, Int32 FirmNr, Int32 PeriodNr)
at LogoObjectsCSharpSamples.frmMain.LoginSample() in C:\Users\nacio\Desktop\LogoObjectsCSharpSamples\LogoObjectsCSharpSamples\frmMain.cs:line 92
at LogoObjectsCSharpSamples.frmMain.cmdLogin_Click(Object sender, EventArgs e) in C:\Users\nacio\Desktop\LogoObjectsCSharpSamples\LogoObjectsCSharpSamples\frmMain.cs:line 136
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
LogoObjectsCSharpSamples
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/Administrator/Desktop/LogoObjectsCSharpSamples/bin/Debug/LogoObjectsCSharpSamples.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 8.0.0.0
Win32 Version: 8.0.50727.5420 (Win7SP1.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
----------------------------------------
Interop.UnityObjects
Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Users/Administrator/Desktop/LogoObjectsCSharpSamples/bin/Debug/Interop.UnityObjects.DLL
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Cevap vermek için giriş yapmanız gerekmektedir.
Soru sormak için lütfen oturum açınız.
Lobjects Siparis Post , Catastrophic failure
14/08/18 13:54   Tiger/Logo ObjectsMerhaba,
2.52 versiyonuna geçtikten sonra sipariş yazmaya çalıştığımızda Post() aşamasında "Catastrophic failure" almaktayız. Hatadan sonra oluşan xml i export edip Tiger a import ettiğimizde herhangi bir hata almıyoruz.