Powerbuilder Application Execution Error R0035 Review
The PowerBuilder execution error R0035 (Error calling external object function) typically occurs when your application tries to interact with an OLE (Object Linking and Embedding) or external object that is not properly registered or accessible on the client machine. Common Causes & Solutions
Failed External Calls: The specific function you are trying to call might not exist in the version of the OLE object currently installed, or the external server (like Excel or Word) may have crashed or "died" during the call. powerbuilder application execution error r0035
9. Check for registry issues
- For older versions (PowerBuilder 10–12), check:
HKEY_LOCAL_MACHINE\SOFTWARE\Sybase\PowerBuilder\12.5\Runtime - Ensure
RuntimeRootandDLLPathare correct. - For newer versions (2017+), use Appeon’s deployment tools.
Check Case Sensitivity:
.exe.pbd(PowerBuilder dynamic libraries) or.dll(if using PBDs).pbr(if used)- Required runtime DLLs (e.g.,
pbvm125.dll,pbrtc125.dll,libjcc.dll, etc.)