-
Kapil Kumar
- PowerBuilder
- Tuesday, 28 July 2026 10:09 AM UTC
Hi Team,
I have migrated our PowerBuilder 12.5 application to PowerBuilder 2022 R3. When I launch the application, it calls several DLLs through Local External Functions, but the calls are failing.
Initially, some issues were resolved after copying the required DLL files into the application's build folder. However, a few issues remain unresolved. Even after copying all the required DLLs to the build folder,
it’s showing error:
"Transaction not connected" after calls the 'Local External Functions'.
One example is:
Function Call:
Function Script: gobj_xf1.tokenFree(ll_auth_token)
External Function Declaration: subroutine tokenFree(Long token) library "PBAccessControl.dll"
It appears that the application is failing on every DLL calls through "Local External Functions" call after migration.
Could you please suggest how to troubleshoot and resolve this issue?
Thanks in advance for your help.
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.