Sorry,. accidentally submittyed.
I connected with both SQL-89 and 92 to Progress as one uses authentication and the other doesn't. I can connect fine using our JDBC sample apps but not with the Coldfusion tool.
I cannot quite tell why this is the case so I suppose in a way I've recreated your problem. I'll try to debug this from an OL POV but I suppose I ineed CF to give me some more information on why its failing either through log files or some other means. The errors I get are
Connection verification failed for data source: st_p91d_local
[]java.sql.SQLException: SQLException occurred in JDBCPool while attempting to connect, please check your username, password, URL, and other connectivity info.
The root cause was that: java.sql.SQLException: SQLException occurred in JDBCPool while attempting to connect, please check your username, password, URL, and other connectivity info
Now, this is my connect string which you'll find doesn't differ from my Oracle one with the exception of the datasource name
jdbc

penlink://ODBC/DSN=st_p9d_local/uid=/pwd=
If you know of any tracing mechanisms, do let me know.
Thanks
Emmon