ColdFusion DSN with DB2 via ODBC
        Posted  
        
            by bofe
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by bofe
        
        
        
        Published on 2010-03-05T16:26:03Z
        Indexed on 
            2010/03/08
            14:21 UTC
        
        
        Read the original article
        Hit count: 838
        
I'm attempting to connect a ColdFusion application to a DB2 ODBC DSN.
Here's my error message:
Connection verification failed for data source: <DSN NAME>
java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket][IBM][CLI Driver] SQL30082N Attempt to establish connection failed with security reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001 
The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][ODBC Socket][IBM][CLI Driver] SQL30082N Attempt to establish connection failed with security reason "24" ("USERNAME AND/OR PASSWORD INVALID"). SQLSTATE=08001 
I've installed DB2 client tools on the server ColdFusion runs on. I've verified the credentials are correct.
© Stack Overflow or respective owner