I would like to connect to a Progress database. I have installed the Progress OpenEge "DataDirect 7.1 OpenEdge Wire Protocol" driver and using the ODBC Adminstrator I am able to connect to the database. However in VisualCron I am getting the following error:
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified". (Microsoft SQL Server, Error: 7303)
Connection String:
DSN=TESTDB;HOST=10.XXX.XX.XX;DB=testdb;UID=XXXX;PWD=XXXXX;PORT=NNNNN;
Any ideas on how to connect using VisualCron?
Thank you