Hello,
i have create an appeon app.Wehn i launch it in Powerbuilder it will launch normally. When I deply it and run it via Run, I Become the Error: Connection-Error: Invalid argument
I Use a 64 bit Worksation with the Powerbuilder Version: 2019 R2 Build 2353 and the PowerServer (PB Edition) 2020 Build 2323.00
and 64 and 32 bit IBM INFORMIX ODBC driver
My SQLCA Object:
ls_DSN= "database"
SQLCA.database = 'database'
SQLCA.servername = 'server'
SQLCA.userid = 'user'
SQLCA.dbpass = 'pass'
SQLCA.autocommit = TRUE
SQLCA.dbms = 'ODB-IN9'
and my DBParm: SQLCA.DBParm = "ConnectString='DSN=database;UID=user;PWD=pass' ConnectOption = 'SQL_DRIVER_CONNECT,SQL_DRIVER_NOPROMPT',cachename='database'"
I have settet up my aem with the same database datas etc.
Kind Regards,
Tom