Follow these steps:
/opt/ca/IdentityManager/IAM_Suite/Identity Manager/tools/lib/jdbcdrivers
/opt/CA/SharedComponents/CommonReporting3/bobje/java/lib/external
The ojdbc14.jar and the sqljdbc.jar files are in the following location:
/opt/CA/IdentityManager/IAM_Suite/IdentityManager/tools/ReportServerTools/
The postgresql-9.3-1101.jdbc3.jar is available at the following location:
/opt/reports
$CABI_HOME/bobje/enterprise120/linux_x86/dataAccess/RDBMS/connectionServer/jdbc
Replace this section:
<JDBCDriver>
<!-- Uncomment and edit the following lines
to define java classes required by JDBC driver
<ClassPath>
<Path>your jar or class files directory</Path>
</ClassPath>
-->
<Parameter Name="JDBC Class">oracle.jdbc.OracleDriver</Parameter>
<Parameter Name="URL Format">jdbc:oracle:thin:@$DATASOURCE${:$DATABASE$}</Parameter>
</JDBCDriver>
With this section
<JDBCDriver>
<ClassPath>
<Path>/opt/CA/SharedComponents/CommonReporting3/bobje/java/lib/external/ojdbc14.jar</Path>
</ClassPath>
<Parameter Name="JDBC Class">oracle.jdbc.OracleDriver</Parameter>
<Parameter Name="URL Format">jdbc:oracle:thin:@$DATASOURCE${:$DATABASE$}</Parameter>
</JDBCDriver>
Replace this section:
<JDBCDriver>
<!-- Uncomment and edit the following lines
to define java classes required by JDBC driver
<ClassPath>
<Path>your jar or class files directory</Path>
</ClassPath>
-->
<Parameter Name="JDBC Class">org.postgresql.Driver</Parameter>
<Parameter Name="URL Format">jdbc:postgresql://$DATASOURCE$/$DATABASE$</Parameter>
</JDBCDriver>
With this section:
<JDBCDriver>
<ClassPath>
<Path>/opt/CA/SharedComponents/CommonReporting3/bobje/java/lib/external/postgresql-9.3-1101.jdbc3.jar</Path>
</ClassPath>
<Parameter Name="JDBC Class">org.postgresql.Driver</Parameter>
<Parameter Name="URL Format">jdbc:postgresql://$DATASOURCE$/$DATABASE$</Parameter>
</JDBCDriver>
/opt/CA/SharedComponents/CommonReporting3/bobje/java
For example:
<Classpath>${BOBJEDIR}/java/lib/external/postgresql-9.3-1101.jdbc3.jar:${BOBJEDIR}/java/lib/sqljdbc.jar:${BOBJEDIR}/java/lib/ojdbc14.jar:…</Classpath>
cd /opt/CA/SharedComponents/CommonReporting3/bobje ./stopservers ./startservers
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|