BIP2391

Severity

20 : Error

Message

DB2 wrapper (64-bit) could not load the DB2 implementation library using library locations '<insert_0>', '<insert_1>', or the location specified by the MQSI_64BIT_DB2_LIBRARY_NAME environment variable. DB2 will not be accessible in this process.

Explanation

The ODBC driver manager is attempting to load the DB2 application binding library using a 64-bit DB2 wrapper. The wrapper has loaded correctly, but is itself unable to load the actual DB2 implementation library needed for operation. See the Standard Output (stdout) and Standard Error (stderr) for this process for any additional information.

Response

Ensure DB2 is accessible to the broker user id, and that the shared library search path is set to include the DB2 64-bit library location. Setting MQSI_64BIT_DB2_LIBRARY_NAME to point to libdb2.so (or .sl or .a) may help this problem.