配置 FileNet P8 连接器 操作

您必须使用 FileNet P8 连接器 操作创建导出规则集并配置其规则和功能,以将文档从 Datacap 应用程序上载到 Content Engine

准备工作

验证是否已安装 Datacap 连接器。

关于本任务

Datacap Connector for FileNet Content Manager 操作可以使用 IBM FileNet P8 XML Web Service 将图像从 Datacap 批处理上载到 IBM® FileNet Content Server 库。

过程

要配置 FileNet P8 连接器 操作:

  1. 安装 IBM FileNet P8 Runtime Environment 及其必备软件。 有关更多信息,请参阅 IBM FileNet P8 安装指示信息。
  2. 安装随 Content Engine Server 安装程序提供的 IBM FileNet Content Engine 客户机文件。
    您安装的 Content Engine Client 的版本必须与 Content Engine Server 的版本相匹配。 运行与已安装的 Content Engine Server 版本匹配的安装程序。
    版本 产品编号 安装程序
    IBM Content Manager 5.1 CI1NIML 5.1.0-P8CE-Win.exe
    IBM Content Manager 5.0 CZS02ML 5.0.0-P8CE-Win.exe
  3. 验证 URL 和 FileNet P8 服务器的版本。
    例如,http://myp8server:9080/wsi/FNCEWS40MTOM
  4. FileNet P8 连接器 操作 (FileNetP8.RRX) 添加到 "导出" 规则集。

示例

以下示例描述了用于登录到 Content Engine 服务器的 "导出到 P8 " 规则集。 然后,它会将单个页面文档上载到 Content Engine 存储库中。

规则集包含“连接到 CE”和 AddDocument 规则。 "连接到 CE" 规则包含 "登录" 函数以及为了与 Content Engine建立连接而必须运行的操作。 AddDocument 规则包含 AddPage 功能以及用于定义页面的标题和格式以及上载页面的操作。

导出到 P8 规则集
  • “连接到 CE”规则
    • “登录”函数
      • FNP8_SetURL("http://MyServer:9080/wsdl/FNCEWS40MTOM")
      • FNP8_Login("P8Admin UserID,P8Admin Password")
      • FNP8_SetLocale("en_US")
      • FNP8_SetTargetClassID("ObjectStore")
      • FNP8_SetTargetObjectID("ObjectStoreName")
      • FNP8_SetDestinationFolder("/mydestfolder")
  • AddDocument 规则
    • AddPage 函数
      • FNP8_SetDocTitle("@ID")
      • FNP8_SetDocType("TIF")
      • FNP8_Upload()