New to Powerserver. When running the program, an error message pops up stating that the program cannot connect to the database. Within the program the connection string is as follows:
SQLCA.DBMS = "ODBC"
SQLCA.DBParm = "ConnectString='DSN=EpicEsso;UID=sa;PWD=*******',CallEscape='No',DisableBind=1,DisableUnicode=1,Maxconnect=250"
sqlca.logpass = 'sa'
sqlca.logid = '*******'
sqlca.autocommit = TRUE
The error message is:
below is the cache configuration:
What am I missing?
thank you.