Installation Guides › JBoss 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 jdbcdrivers folder on the CA Identity Manager media, as follows:
- Windows: C:\Program Files\CA\Identity Manager\IAM Suite\Identity Manager\lib\jdbcdrivers
- UNIX: /opt/CA/IdentityManager/IAM_Suite/Identity_Manager/lib/jdbcdrivers
- Copy ojdbc14.jar (for Oracle) or sqljdbc.jar (for SQL Server) to the following location:
- For BusinessObjects XI R2 SP4
- Windows: report_server_home/common/3.5/java/lib
- UNIX: /opt/CA/SharedComponents/CommonReporting/bobje/java/lib
- For BusinessObjects XI 3.0
- Windows: CA\SC\CommonReporting3\common\4.0\java\lib
- Open the CRConfig.xml file, found in the following location:
- For BusinessObjects XI R2 SP4
- Windows: report_server_home/common/3.5/java
- UNIX: /opt/CA/SharedComponents/CommonReporting/bobje/java/
- For BusinessObjects XI 3.0
- Windows: CA\SC\CommonReporting3\common\4.0\java
- Add the location of the JDBC JAR files to the Classpath. For example:
- Windows:
- BusinessObjects XI R2 SP4: <Classpath>report_server_home\common\3.5\java\lib\sqljdbc.jar; report_server_home\common\3.5\java\lib\ojdbc14.jar…</Classpath>
- BusinessObjects XI 3.0: <Classpath>report_server_home\ common\4.0\java\lib\sqljdbc.jar; report_server_home\ common\4.0\java\lib\ojdbc14.jar …</Classpath>
- UNIX: <Classpath>${BOBJEDIR}/java/lib/sqljdbc.jar:${BOBJEDIR}/java/lib/ojdbc14.jar:…</Classpath>
- Save the file.
- Restart the Report Server as follows: