Hi,
I am new to SAP BusinessObject BI Platform 4.1 and trying to create a JDBC relational connection in Information Design Tool to connect to a DB2 v9 database on Redhat Linux 6.5 environment.
I used the follow steps to create my relational connection
1. Launch IDT
2. Create New Relational Connection
3. Expand IBM -> db2 v9 and select JDBC drivers
4. Provide the authentication credentials and click Test Connection.
When I test the connection I get Test failed when I click Show details I see com.ibm.db2.jcc.DB2Driver.
I followed the instructions in SAP Note 1696766 and copied the db2 drivers (db2jcc.jar and db2jcc_license_cu.jar) into the directory ../dataAccess/connectionServer/drivers/java/db2. I also updated both the db2.sbo and jdbc.sbo files to include the CLASSPATH variable for the 2 files. Below is a sample of my jdbc.sbo file
<JDBCDriver>
<ClassPath>
<Path>$ROOT$/jdbc/drivers/db2/db2jcc.jar</Path>
<Path>$ROOT$/jdbc/drivers/db2/db2jcc_license_cu.jar</Path>
</ClassPath>
</JDBCDriver>
Where can I find the connection server logs?
Please help.
Thanks,
Shirley Baffoe