Create the SQL Server JDBC provider
Before you begin
Procedure
- Open the WebSphere Administrative Console if not already open.
- Choose .
- Set the Scope to Cell.
- Click New to create a new JDBC provider.
- Select SQL Server for the Database type.
- Select Microsoft SQL Server JDBC Driver for the Provider type drop down and click OK.
- Select Connection pool data source for the Implementation type.
-
Supply a new Name for the JDBC provider, for example
pcSQLServer. - Enter a Description for the JDBC provider if you want.
- Click Next.
-
Specify the directory location of
mssql-jdbc-<version>.jar.
Set the value to the WebSphere lib/ext directory, for example:
C:\Program Files\IBM\WebSphere\AppServer\lib\extYou can ignore the greyed out Class path box that lists the JAR name as sqljdbc.jar instead of mssql-jdbc-<version>.jar.
You do not need to enter a value for Native library path.
- Click Next.
-
Review the Summary screen and do one of the following:
- Click Previous if you need to make changes.
- Otherwise, click Finish.
-
Click Save to apply your changes to the master configuration.
WebSphere returns you to the JDBC Providers screen. At this point, you have completed the creation of the new provider.
- Select the JDBC provider you just created.
- Edit the value of Class path and change it from ${MICROSOFT_JDBC_DRIVER_PATH}/sqljdbc.jar to ${MICROSOFT_JDBC_DRIVER_PATH}/mssql-jdbc-<version>.jar.
- Click OK.
- Click Save to apply your changes to the master configuration.
What to do next
After completing this procedure, proceed to Create the SQL Server data source
