Can we Create the Connection in Universe using JDBC drivers option

Here are the steps:

 

Step 1:

Make sure that the necessary JAR files are installed/ copied on your BOXI 3.1 Enterprise Server. If you want to configure JDBC connection with other databases like Sybase, DB2, Informix etc copy the necessary JAR files from the machine where you have installed the Database server. These are needed for JDBC connectivity and are not available in the installation folder of BusinessObjects Enterprise. Navigate to Install drive:\BusinessObjectsEnterprise\common\4.0\java\lib\MetadataEngineTestslib Ensure that you have JVM installed on the same machine. This can be done by appending the following path to the system environment variable PATH. Install drive:\BusinessObjectsEnterprise\javasdk\bin To verify whether you have configured the correct JVM, go to Command Prompt and type javac. If there are suitable options listed for javac option this indicates that JVM is properly configured. For JDBC connectivity with Oracle 9i database we only need ojdbc14.jar file. For SQL Server 2005 we need three JAR files msbase.jar, mssqserver.jar and sqljdbc.jar

 

Step 2:

Modify the jdbc.sbo file in the following location Install drive:\BusinessObjectsEnterprise\BusinessObjects Enterprise 12.0\win32_x86\dataAccess\connectionServer\jdbc\jdbc.sbo

Paste the following entry in to the Oracle 9i section under the <JDBCDriver> tag.

Please note that the XML syntax is case sensitive. <ClassPath><Path>Install drive:\BusinessObjectsEnterprise\common\4.0\java\lib\MetadataEngineTestslib\ojdbc14.jar</Path><Path>Install drive:\BusinessObjectsEnterprise\javasdk\bin</Path> </ClassPath>

 

Step 3:

Create a JDBC connection in universe designer with the correct credentials:

 

Step 4:

Test the connection and create a universe from the classes and objects.

 

Step 5:

Save and export the universe to the repository. Desktop Intelligence reports with universes created from JDBC connection are not supported as this functionality has been deprecated since XI 3.0 and onwards. We can only create Web Intelligence reports and Crystal Reports with JDBC connection. 

發佈了41 篇原創文章 · 獲贊 6 · 訪問量 11萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章