Verifying a third-party JDBC driver for Hybrid Data Pipeline compatibility
- Last Updated: March 6, 2025
- 3 minute read
- Hybrid Data Pipeline
- Version 4.6
- Documentation
Verifying a third-party JDBC driver for Hybrid Data Pipeline compatibility
The Hybrid Data Pipeline verification tool should be used to verify whether a third-party driver is compatible with Hybrid Data Pipeline. The following files and scripts will be used in the verification process. These files are located in the tools folder of either a Hybrid Data Pipeline server installation or an On-Premises Connector installation.
- jdbcVerificationTool.jar - The JDBC driver verification tool.
- config.properties - This file contains properties, such as the driver class name and database information, which the verification tool uses to test compatibility. It must be updated before running the verification tool.
- jdbcVerificationTool.sh - This shell script reads the config.properties file and runs the verification tool. This file is used to run the tool in Linux.
- jdbcVerificationTool.bat - This bat file reads the config.properties file and runs the verification tool. This file is used to run the tool in Windows.
- datastore_profile_template.xml - This is the template profile file for the third-party JDBC driver.
Take the following steps to verify a third-party JDBC driver for Hybrid Data Pipeline compatibility.