2.4. Configure JDBC for SAP Business Objects on Microsoft Windows
Follow these steps if you wish to use JDBC drivers in SAP Business Objects 3.1 on Microsoft Windows to create a connectionin order to query a VDB.
Procedure 2.1. Configure JDBC Drivers for SAP BO and Create a Connection
- Download and save the JDBC drivers for teh database to which you wish to connect.
- Navigate to the directory in which BusinessObjects is installed.
- Open the [Database_Name].sbo file in your text editor for the database with which you wish to connect. For instance, if you wish to connect to an Oracle database, open oracle.sbo.
- Find these lines in the file:
<ClassPath> <Path>$ROOT$/drivers/java/dbd_jdbcwrapper.jar</Path> </ClassPath>
<ClassPath> <Path>$ROOT$/drivers/java/dbd_jdbcwrapper.jar</Path> </ClassPath>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Modify the code so that it looks like this:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Save the file and exit.
- Create a database connection in the Information Design Tool. Click New->Relational Connection and then give the connection a name and click Next.
- Select the type of connection (JDBC Drivers) and click Next.
- Enter your connection parameters and click Test.
- If the test is successful, click Finish.