ColdFusion 9 / UniVerse database access
We have recently upgraded to ColdFusion 9 from ColdFusion MX 7, and we cannot get our UniVerse driver (IBM JDBC Driver for UniData and UniVerse, version 10.3) to work with the newer version of ColdFusion. I have verified that the ColdFusion Class Path settings point to the location of the unijdbc.jar and asjava.zip files, and the datasource settings in ColdFusion 9 are the same as they were in ColdFusion 7:
CF Data Source Name: uvjdbc
JDBC URL: jdbc:ibm-u2://[server IP address]/UVODBC;dmbstype=UniVerse;
Driver Class: com.ibm.u2.jdbc.UniJDBCDriver
Driver Name: uniJDBCDriver
User name: [valid user name]
Password: [valid password]
Where UVODBC is the name of the UV account that the user logs into, in our case UVODBC.
The error I get (immediately, no delay) is:
Connection verification failed for data source: uvjdbc
java.sql.SQLException: Timed out trying to establish connection
The root cause was that: java.sql.SQLException: Timed out trying to establish connection
Are there any other users on ColdFusion 9 connecting to a UniVerse database? Or does anyone have any theories as to why this would no longer work with ColdFusion 9?
Thanks in advance.
