Hello,
I have PB 2017 R3 in Windows 10 with Oracle 10g. PowerBuilder connects fine with the database. But powerserver connection is failing. Here some pictures:
Please Help.
Thanks.
Hello,
I have PB 2017 R3 in Windows 10 with Oracle 10g. PowerBuilder connects fine with the database. But powerserver connection is failing. Here some pictures:
Please Help.
Thanks.
Installed PowerServer toolkit in a different location on both the Windows 10 machine and the server, now the DB connection is successful. We consider this a bug in the Oracle driver stack.
If you are ussing the Oracle Instant Client i will work on PB but will not work in powerserver
Hi Don,
What’s the PowerServer Toolkit installation path? This issue is possibly caused by an Oracle bug: The Oracle client does not support an installation path (For example: PB, Toolkit etc.) that contains the brackets "(" and ")". Please refer to the article below for more details.
https://social.msdn.microsoft.com/Forums/sqlserver/en-US/ab662d63-6385-4f73-b27f-d526048f601f/connecting-to-oracle-on-64bit-x64-machine
if this is not the case, please only install the 32-bit Oracle client as it might not get recognized by Appeon PowerServer Toolkit if you install both 32-bit Oracle client and 64-bit Oracle client on the same machine.
You may install either PowerServer X64 on the different machine or install 32-bit PowerServer on this machine.
Regards,
ZhaoKai
Hi Chris,
Acknowledged as to the 32 vs 64 bitness, and with Oracle, loading both stacks side by side is a challenge.
Here is a good link for setting up side by side 32 and 64 bit Oracle client stack
https://psadmin.io/2016/05/24/managing-32-bit-and-64-bit-oracle-client/
At this point we have replicated the issue on two different client systems. It's strange as:
1. PB connects (32 bit, using both Native Oracle and ODBC)
2. PowerServer connects (64 bit, using both Native Oracle and ODBC)
3. PowerServer Toolkit (which is 32 bit) will not connect either natively or with ODBC.
Argh, thanks in advance.
Don
Hello Chris,
Thanks for your response. We have PB in 32 bit and PS in 64 bit. Both connecting fine. But the PowerServer Tool Kit is not connecting at all either in 32 or 64. We even tried the ODBC connection that failed too.
Hi Placide;
FWIW: Remember that PB is 32 bit and PS is normally 64 bit in nature. So yoully need to install both DB client bitness drivers for PB & PS use.
HTH
Regards ... Chris