JR42587: ODBC Connector Jobs abort while using the new driver manager in SQLGetDiagRec ODBC Connector jobs on UNIX platforms (that use newer driver manager of v127/U0090 or more) which are expected to abort can crash in SQLGetDiagRec API and dump core. RESOLUTION: After applying this patch, add environment variable CC_ODBC_USE_NEW_DRIVER_MANAGER and set this to 1. Driver Manager version number can be found by the following commands in a putty session: source dsenv cd $DSHOME/../branded_odbc bin/ddtestlib lib/odbc.so # for AIX platform bin/ddtestlib lib/libodbc.so # for other UNIX platforms