Content Engine 或 Content Platform Engine 在 WebSphere® Application Server 上运行时,修改 CRConfig.xml 文件以创建 Content Engine 或 Content Platform Engine 与 Crystal Reports 的 JDBC 连接。
Content Engine 或 Content Platform Engine 在 WebSphere Application Server 上运行时,要创建 Content Engine 或 Content Platform Engine 与 Crystal Reports 的 JDBC 连接,必须修改现有 CRConfig.xml 文件。
要创建 Content Engine 或 Content Platform Engine 与 Crystal Reports 服务器的 JDBC 连接,请执行以下操作:
XML 元素 | 设置为... |
---|---|
JavaDir | 设置为 WebSphere Application Server 或 WebSphere Application Server Client JDK 的安装路径。例如: WebSphere Application Server C:\ProgramFiles\IBM\WebSphere\AppServer\java\bin Application Client for WebSphere Application Server:C:\ProgramFiles\IBM\WebSphere\AppClient\java\bin |
类路径 | 将以下 JAR 文件添加至类路径:
将带有完整路径的以下 Crystal Reports JAR 文件添加至类路径:
这些 JAR 文件通常位于以下位置:C:\Program Files\Business Objects\Common\4.0\java\lib 或 C:\Program Files\Business Objects\Common\4.0\java\lib\external。 |
JVMMaxHeap | 为 WebSphere Application
Server 设置正确的 JVMMaxHeap 值。
为 JNDI 设置 Java 属性,如下例所示:
要点: 在 Content Engine 或 Content Platform Engine 集群环境中,Djava.naming.provider.url 参数的值可包含 node:port# 对。可在 ier_install_path/RecordsManager/WEB-INF/WcmApiConfig.properties 文件的 RemoteServerURL 参数中找到 node:port# 对。当指定该参数值时,请除去 cemp: 前缀和结尾的 /cell/clusters/CECluster/FileNet/Engine。例如:
对于 Djava.naming.provider.url 参数为:
|
JVMMinHeap | 将该值设置为:512000000 |
JDBCURL | 按以下格式输入用于连接至
WebSphere Application
Server 上的 Content Engine 或
Content Platform Engine 的 JDBC URL:
其中 CE_server
是 Content Engine 或 Content Platform Engine
服务器的名称,port# 是 ier_install_path/RecordsManager/WEB-INF/WcmApiConfig.properties
文件中找到的 RemoteServerURL 参数中使用的端口号。FPOS 是您的归档方案对象库的名称。要点: 在
Content Engine 或 Content Platform Engine 集群环境中,JDBCURL 标记的值可以包含 node:port# 对。可在 ier_install_path/RecordsManager/WEB-INF/WcmApiConfig.properties 文件的 RemoteServerURL 参数中找到 node:port# 对。将 cemp: 前缀替换为 jdbc:filenetp8,然后在指定该标记值时添加到 ?objectstores-FPOS 的末尾。例如:
对于 JDBCURL 标记为:
|
JDBCClassName | 将该值设置为:com.filenet.api.jdbc.Driver |
JDBCUserName | 将该值设置为具有 GCD 管理员角色的用户的名称。 |