Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
products versions - webMethods Adapter version: 10.5 and 10.7 and 10.11
To prepare to configure or manage adapter connections:
Install webMethods Integration Server and Adapter for JDBC on the same machine.
Install a compatible JDBC driver. You must install a JDBC driver on Integration Server before you can specify connections. Integration Server requires access to the Java classes for each JDBC driver that it will use to connect to a database. For a list of supported drivers, see webMethods Adapters System Requirements. → To install a JDBC driver a. Download below list of jar files:
b. Place the Java classes for the JDBC driver in a location that Integration Server can access, typically the server’s classpath. To place the classes in the server’s classpath, place the .jar file containing the classes in the Integration Server_directory\instances\instance_name\packages\WmJDBCAdapter\code\jars directory.
c. Restart the Integration Server.
The server automatically adds the .jar libraries to its classpath after the restart.
When you configure Adapter for JDBC connections, you specify the information that Integration Server uses to connect to a JDBC system. You can configure Adapter for JDBC connections using the Integration Server Administrator. To configure an adapter connection
The connection you created appears on the adapter’s Connections screen and in Designer. You can enable a connection only if the parameters for the connection are valid.
Please find the below table for SQL Server driver JAR version supported with webMethods product:
Note: sqljdbc42.jar and above is working with webM105 product with below Other Properties input.
authentication=ActiveDirectoryPassword;trustServerCertificate=false;hostNameInCertificate=<hostname certificate>;IntegratedSecurity=false|