InfoSphere Enterprise Records, Version 4.5.1.3+              

Editing the CRConfig.xml file on Oracle WebLogic Server

Modify the CRConfig.xml file to create a Content Engine JDBC connection with Crystal Reports running on Oracle WebLogic Server.

To create a Content Engine JDBC connection with Crystal Reports on Oracle WebLogic Server, modify the existing CRConfig.xml file as shown in the following step:
(Oracle WebLogic Server only) Update the XML element content shown in the following table:
Table 1. XML elements when Content Engine runs on Oracle WebLogic Server
XML element Set to...
JavaDir
Set to the install path of the JDK. For example:
<JavaDir>C:\Program Files\Java\
jdk1.5.0_09\bin</JavaDir>
Classpath

Add the following JAR files to the classpath:

  • Jace.jar
  • log4j.jar
  • wlclient.jar

You copied these files to the Crystal Reports server as part of Installing and configuring the Crystal Reports server.

  • cecore.jar
  • celib.jar
  • ebus405.jar
  • corbaidl.jar
  • freessl201.jar
  • asn1.jar
  • certj.jar
  • jsafe.jar
  • sslj.jar

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

  • The numeric value in this string must be set higher than the size of JVMMinHeap.
  • You must type the Java™ properties as one line of code within the JVMMaxheap tag. The line break shown in the example is included only for readability.
JVMMinHeap

Set the value to: 512000000

JDBCURL
Enter the JDBC URL used to connect to Content Engine on Oracle WebLogic Server in the following format:
jdbc:filenetp8:t3://CE_server:port/
FileNet/Engine?objectstores=FPOS
Where CE_server is the name of your Content Engine server, and port is the port number used in the RemoteServerURL parameter found in the RM_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.
DatabaseStructure

Set the value to: tables



Feedback

Last updated: November 2010


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