I can't get the PowerServer application to connect to the database while running.
The PowerBuilder application is 32-bit and uses a 32-bit ODBC (SA17). It connects and runs as usual when running as a PowerBuilder app.
This is with a .ini file for the 32-bit connection.
I've set up a connection profile for the WebAPI (64-bit ODBC SA17), which connects fine from Database Configuration
Running the solution as a PowerServer application I do get this error from.
The .ini file at the deployed PowerServer have been tested with both the 32-bit odbc as used in PowerBuilder, but also with the 64-bit odbc set up in Database Configuration for the WebAPi.
The content of the .ini file is as simple as can be
[PowerServerTest]
DBMS=ODBC
Database=
UserId=
DatabasePassword=
Logpassword=
Servername=
Logid=
DbParm=Connectstring='DSN=PowerServerTest'
Prompt=0
I've tried to follow the documentation, but I can't find the missing steps here.