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:
- 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.
- Replace the entire JDBC GenericJDBCDriver element with:
<GenericJDBCDriver>
<Option>No</Option>
<DatabaseStructure>tables</DatabaseStructure>
<StoredProcType>Standard</StoredProcType>
<LogonStyle>SQLServer</LogonStyle>
</GenericJDBCDriver>
- Depending on your application server, modify the CRConfig.xml file to create a JDBC connection with Content Engine and Crystal Reports.