IBM Enterprise Records, Version 5.1.+              

Creating a Content Engine JDBC connection with Crystal Reports

Modify the CRConfig.xml file to create a Content Engine JDBC connection with Crystal Reports.

To create a Content Engine JDBC connection with Crystal Reports, modify the existing CRConfig.xml file as shown in the following steps:
  1. Make a backup copy of the CRConfig.xml file. By default, CRConfig.xml is located in the C:\Program Files\Business Objects\common\4.0\java\ directory.
  2. Replace the entire JDBC GenericJDBCDriver element with:
    <GenericJDBCDriver>
    	<Option>No</Option>
    	<DatabaseStructure>tables</DatabaseStructure>
    	<StoredProcType>Standard</StoredProcType>
    	<LogonStyle>SQLServer</LogonStyle>
    </GenericJDBCDriver>
  3. Depending on your application server, modify the CRConfig.xml file to create a JDBC connection with Content Engine and Crystal Reports.


Feedback

Last updated: August 2011


© Copyright IBM Corporation 2011.
This information center is powered by Eclipse technology. (http://www.eclipse.org)