Modify the CRConfig.xml file to create a Content Platform Engine JDBC connection with Crystal Reports when Content Platform Engine is running on Oracle WebLogic Server.
To create a Content Engine JDBC connection with Crystal Reports server when Content Platform Engine runs on Oracle WebLogic Server, modify the existing CRConfig.xml file.
XML element | Set to... |
---|---|
JavaDir | Set to the installation path of the JDK. For example:
|
Classpath | Add the following JAR files to the class path:
Add the following Crystal Reports JAR files with the full path to the class path:
These JAR files are typically located in: C:\Program Files\Business Objects\Common\4.0\java\lib or C:\Program Files\Business Objects\common\4.0\java\lib\external. |
JVMMaxHeap | Set the value to: 512000001 -Djava.naming.factory.initial=weblogic.jndi. WLInitialContextFactory
|
JVMMinHeap | Set the value to: 512000000 |
JDBCURL | Enter the JDBC URL used to connect to Content Platform Engine on Oracle WebLogic Server in the following format:
Where CE_server is
the name of your Content Platform Engine server,
and port is the port number used in the RemoteServerURL parameter
found in the ier_install_path/RecordsManager/WEB-INF/WcmAPIConfig.properties file. |
JDBCClassName | Set the value to: com.filenet.api.jdbc.Driver |
JDBCUserName | Enter the name of a user with the GCD Administrator role. |