Hi team,
I have migrated my PowerBuilder Application from PB11.5 Build 4788 to PB 2017 R3 Build 1858 which got completed successfully but while running the application below termination issue occurring.
Please have a look and advice accordingly for the fix.
Issue 1:- OpenSheetWithParm() and OpenSheet()
When application runs, it gets terminated while executing above PB inbuilt function. If the same above function is executed in debug mode the application runs fine.
Unable to catch more details on this issue as application runs fine on debug mode but not on actual execution.
Issue 2:- Executing store procedure
Under the application below code exist to execute the store procedure
DECLARE sp_check PROCEDURE FOR sp_check_acct_integrity
as_tranx_id = :as_tranx_id using itr;
EXECUTE sp_check;
While debugging I get to know above code stop responding “EXECUTE sp_check;” and in result it terminates the application without any error message.
When looked at windows event log, the same information is getting logged for both the above errors.
Faulting application name: PB170.EXE, version: 17.2.0.1858, time stamp: 0x5b6318f9
Faulting module name: PBVM170.dll, version: 17.2.0.1858, time stamp: 0x5b738c9c
Exception code: 0xc0000005
Fault offset: 0x001fe236
Faulting process id: 0x25c0
Faulting application start time: 0x01d486ebad8699bb
Faulting application path: C:\Program Files (x86)\Appeon\PowerBuilder 17.0\PB170.EXE
Faulting module path: C:\Program Files (x86)\Appeon\Shared\PowerBuilder\PBVM170.dll
Report Id: a32005f9-f2e0-11e8-ac46-0050569d35c4
Thanks-
Sabal Mehra