Installation Guides › WebSphere Version › Report Server Installation › How to Install the Report Server › Copy the JDBC JAR Files
Copy the JDBC JAR Files
To copy the jdbc JAR files
- Navigate to the C:\Program Files\CA\Identity Manager\IAM Suite\Identity Manager\lib\jdbcdrivers folder on the CA Identity Manager media.
- Copy one of the following JAR files to report_server_home/common/3.5/java/lib:
- SQL: sqljdbc.jar
- Oracle: ojdbc14.jar
- In report_server_home/common/3.5/java, open the CRConfig.xml file.
- Add the location of the jdbc JAR files to the Classpath. For example, if you are using an MS SQL database, your Classpath would look like the following:
<Classpath>C:\report_server_home\common\3.5\java\lib\sqljdbc.jar;…</Classpath>
- Save the file.
- Restart the Report Server as follows:
- Go to Start, Program Files, CA, Report Server, Central Configuration Manager.
The Central Configuration Manager opens.
- Select all services and click Restart.