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.