skip to main content
Troubleshooting : Diagnostic tools : Test loading tool
  

Try DataDirect Drivers Now

Test loading tool

Before using the test loading tool, be sure that your environment variables are set correctly. Refer to "Environment variable" in the user's guide for your driver for details.
The ivtestlib (32-bit drivers) and ddtestlib (64-bit drivers) test loading tools are provided to test load drivers and help diagnose configuration problems in the UNIX, Linux, and macOS environments, such as environment variables not correctly set or missing database client components. This tool is installed in the /bin subdirectory in the product installation directory. It attempts to load a specified ODBC driver and prints out all available error information if the load fails.
For example, if the drivers are installed in /opt/odbc/lib, the following command attempts to load the 32-bit driver on Solaris, where xx represents the version number of the driver:
ivtestlib /opt/odbc/lib/ivoraxx.so
Note: On the HP-UX version, the full path to the driver must be specified for the tool. For other platforms, the full path is not required.
If the load is successful, the tool returns a success message along with the version string of the driver. If the driver cannot be loaded, the tool returns an error message explaining why.
For version string details, refer to "Version string information" in the user's guide for your driver.