Hello All,
I had posted this question some time back but didnt get any help on this. I am still facing this issue randomly.
Here is the link to my previous post -https://community.appeon.com/index.php/qna/q-a/pb12-5-2-net-runtime-error-please-help
Today morning around 1:14AM I saw this error again on our application server. Note that this is happening at random times and there is no way I can recreate it. The same application runs every night and through the day without any issues.
Error 1:
Application: pbgo.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Runtime.InteropServices.COMException
at Sybase.PowerBuilder.WinWebDataWindowCommon.PBSession..ctor(System.String)
at Sybase.PowerBuilder.Win.PBSession..ctor(System.String)
at Sybase.PowerBuilder.Win.PBSession.CreateSession(System.Type, System.String)
at PBApplicationEntryPoint.Main()
Error 2:
Faulting application name: pbgo.exe, version: 1.0.0.1, time stamp: 0x592742a1
Faulting module name: KERNELBASE.dll, version: 6.3.9600.18666, time stamp: 0x58f32841
Exception code: 0xe0434352
Fault offset: 0x00015608
Faulting process id: 0xe58
Faulting application start time: 0x01d331ce02e877c8
Faulting application path: C:\DBAPP\pbgo.exe
Faulting module path: C:\Windows\SYSTEM32\KERNELBASE.dll
Report Id: 40a0ee91-9dc1-11e7-8114-005056a7490c
Faulting package full name:
Faulting package-relative application ID:
We are consuming a .NET service in this one app and that is why we had to migrate this to a .NET Winform app. It acts as a wrapper for other PB Classic apps. The main functionality of this .NET version of the app is to decrypt the DB password from a GUID and send it to the PB Classic app.
Let me know if that helps.
Thanks
Praveen