- Joan Rhoda
- PowerBuilder
- Wednesday, 2 March 2022 08:12 PM UTC
I am running PowerBuilder 2019 R2 Build 2353. I cannot Connect to any of my databases, nor can I Connect to them when I click Run to run the application. In both instances, I get the following database error: ORA-12154 TNS could not resolve the connect identifier specified. Here is the connection syntax:
// Profile MACDEVC
SQLCA.DBMS = "ORA Oracle"
SQLCA.LogPass = <********>
SQLCA.ServerName = "MACDEVC"
SQLCA.LogId = "myloginid"
SQLCA.AutoCommit = False
SQLCA.DBParm = ""
There are a few times when it connected, but most of the time it does not connect. My network is stable when this happens so it does not appear to be network-related.
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.