OGG-30496
Database connection to {0} failed for user {1} because the driver manager could not resolve the ODBC driver path specified in the $OGG_HOME/msodbc/odbcinst.ini file. Please check the odbcinst.ini file to ensure the path is specified correctly. Please use the absolute path instead of a relative path, i.e., driver=/usr/ogginstall/msodbc/lib64/libmsodbcsql-18.3.so.2.1. Driver manager error: SQLSTATE {3} native database error {4,number,0}. {2}
Cause
The process could not connect to the database because the ODBC driver manager could not locate the driver. This can happen if the driver specification in the $OGG_HOME/msodbc/odbcinst.ini file is incorrect, or if using a relative path instead of an absolute path.
Action
Verify that the driver specification in that the $OGG_HOME/msodbc/odbcinst.ini file is referring the correct absolute path to the driver. For example, driver={absolute path representing $OGG_HOME}/msodbc/lib64/libmsodbcsql-18.3.so.2.1.