Hello,
I want to test the connection to the AS/400 database in the datamapper.
Therefore I created an action script to extract the data.
On the PlanetPress Server (Windows 12 R2 64) is a “Client Access ODBC Driver” installed.
In the script i try to connect to the database with:
var connectionURL = "{Client Access ODBC Driver}; Uid="sDB_User+";Pwd="+sDB_Password+";";
var sqlConnection = db.connect(connectionURL);
....
In messages it show the following error:
Error running script (Wrapped java.sql.SQLException: No suitable driver found for {Client Access ODBC Driver};Uid=...;Pwd=...;(#16)(DME000019)
Username and password are stored in variables.
The connectionstring should also be correct.
What can I do to resolve this error?
Thank you for your answers
NBecker