Connecting to Lotus Notes Mail database
I have Coldfusion 8. I am trying to connect to our Lotus Notes Mail database. I've installed the Lotus NotesSQL driver 8.0. I've created a DSN in the ODBC Data Source Administrator. When I try to set the datasource in Coldfusion Administrator using "ODBC Socket" as the driver type, I get the following error:
Connection verification failed for data source: NotesAddress
java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error: Driver's SQLAllocHandle on SQL_HANDLE_DBC failed
The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error: Driver's SQLAllocHandle on SQL_HANDLE_DBC failed
Any help I can get on this would be much appreciated!
