New to PowerBuilder 2019. I have two PB 8 apps that I will be migrating. Found the hard way that I have to have a DB connection for a full migration. I am attempting to set up a database profile but need guidance on the server connection parameters. The connection string I would normally use results in an error that PB cant resolve the service name.
SQLCA.DBMS = "O90 Oracle9i (9.0.1)"
SQLCA.LogPass = <*********>
SQLCA.ServerName = "ts26ip:1521"
What am I missing?
P.S. Any advice on good PowerBuilder reference material? I'm hoping the migration does the heavy-lifting and that this a straight-forward conversion.
FWIW: There is no issue with installing PB in any folder with parenthesis. The problem would be with Oracle and its a known long time issue with that DBMS only.
Regards ... Chris