Modify the CRConfig.xml file to create
a Content Platform Engine JDBC connection
with Crystal Reports.
Procedure
To create a Content Platform 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 Platform Engine and Crystal Reports.