About “IBM Rational XML ODBC Driver could not be loaded due to system error 126” when Integrating ClearQuest with Insight
When configuring system DSN, you encounter one of the following errors: The setup routines for the IBM Rational XML ODBC Driver could not be loaded due to system error 126
The following steps could help you to solve:
Verify the settings in the Windows registry:
- Click Start, click Run, type regedit and click OK.
- In the registry, go to
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\IBM Rational XML ODBC Driver
and make sure theDriver and Setup
properties point to the correct file path of ratlxml.dll. - In the registry, go to
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers
and make sureIBM Rational XML ODBC Driver
is found to be installed. - In the registry, go to
My Computer\HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources
and make sure the system DSN you are configuring is usingIBM Rational XML ODBC Driver
.
Verify the setting of the JDBC driver path:
- On the desktop, right-click My Computer and click Properties,
- On the System Properties page, click Advanced and click Environment Variables.
- Make sure that
$INSTALLDIR\jdk\jre\bin\classic
is present at the beginning of thePATH
orPath
variables of user variables and system variables.