- Rolf Knaden
- PowerBuilder
- Friday, 5 February 2021 12:29 PM UTC
Hi.
I am converting our application from PB2017 R3 to PB2019 R3. All runs fine.
Except I have a problem concerning the new runtime environement and loading Oracle oci.dll with our application.
My application is named "buisy" and I would like to provide the runtimes beneath the application path.
So my buisy.xml looks like that:
<?xml version="1.0" encoding="utf-8" ?>
<Application>
<RuntimePath>\Runtime\Runtime 19.2.0.2670</RuntimePath>
</Application>
When starting my application it says:
"Oracle library OCI.DLL could not be loaded"
When changing my buisy.xml to the path where the PB IDE has installed the runtimes
<?xml version="1.0" encoding="utf-8" ?>
<Application>
<RuntimePath>C:\Program Files (x86)\Appeon\Common\PowerBuilder\Runtime 19.2.0.2670</RuntimePath>
</Application>
the application does find the OCI.DLL and all runs fine.
I copied the full directory C:\Program Files (x86)\Appeon\Common\PowerBuilder\Runtime 19.2.0.2670 to my application path \Runtime\Runtime 19.2.0.2670.
What's the reason for that?
Regards,
Rolf
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.