Hello all,
I have an app buidlt in PB2022 that runs perfectly in one machine and in the other one does not get authorized my user, I am using an ODBC connection to get into the db, the connection is configured the same in both environments and in one machine opens ok and in the other machine I get the issue to connect to the db. I have tried to connect from the environment where does not work properly ping to the sqlserver , ok, test ODBC Data source connection ok, is there somewhere else I can check in the config of the powerbuilder that could help me?
thanks in advance
Wow .. I have never seen of heard of that happening using that setting. Very weird! :-(
FWIW: Personally, I would "dump" ODBC and use a native SS DB driver ( I always do). ODBC is middle-ware and fraught with issues.
Regards ... Chris
I still will continuing tryng with my ODBC. let us see how far can I get.
As a quick check, change the code in your App from ...
SQLCA.DBMS = "ODB" // to ....
SQLCA.DBMS = "MSO"
Then run your App from the PB IDE and see if the SP issue is resolved.
Regards .. Chris