FileNet P8 Content Engine, Version 5.0.+              

Updating the CFS-IS settings

If Content Federation Services for FileNet® Image Services (CFS-IS) is in your version 3.5.2 system, then you must enable the FileNet Image Services dispatcher. You must also modify the default map between CFS-IS and the object stores in the FileNet P8 domain.

To update the CFS-IS settings:
  1. Start Enterprise Manager if it is not already running.
  2. Right-click the Enterprise Manager root node in the navigation tree (left pane), and se;ect Properties.
  3. Click the IS Import Agent tab, select the Enable Dispatcher check box, and then click OK.
  4. Start the FileNet Image Services Remote Admin Console by selecting Start > Programs > FileNet P8 Platform > IS Remote Admin Console.
  5. For each object store that participates in CFS-IS federation, complete the following substeps:
    1. Select Applications > IS Catalog Export Tool. The Default Mappings window displays the FileNet Image Services document class that is mapped to a FileNet P8 domain/object store combination.
    2. Select the document class name and click Remove, and then click OK.
    3. Modify the f_ce_domain_guid and f_ce_domain_name columns in the ce_id_map table on the IS database to match the new Content Engine version 5.0 domain GUID and domain name. For example:
      UPDATE ce_id_map SET f_ce_domain_guid = 'new_domain_guid' ,
      f_ce_domain_name = 'new_domain_name' 
      where f_ce_os_name = 'object_store_name';

      Use Enterprise Manager to determine the new_domain_guid and new_domain_name values. Right-click the P8 Domain node, and select Properties. The ID property is the domain GUID.

  6. Restart FileNet Image Services:
    • To restart FileNet Image Services by using the graphical user interface, start FileNet FileNet Image Services Task Manager and click Restart.
    • To restart FileNet Image Services from a command line, run the following commands:
      initfnsw -y stop
      killfnsw -DyAS
      initfnsw start
  7. For each object store that participates in CFS-IS federation, configure the FileNet Image Services documentation class for export to Content Engine.
    1. On the main Remote Admin Console screen, select Applications > IS Catalog Export Tool.
    2. From the CE Configured IS Doc Classes menu, select the IS document class whose index properties you want to export to Content Engine.
    3. From the Available CE Object Store Mappings pane, select the Content Engine domain and object store that you want to export to Content Engine.
    4. Click Set Default Map.
  8. Stop and start Content Engine.
  9. Verify your property mappings.
    1. Start Enterprise Manager if it is not already running.
    2. Right-click the object store node in the navigation tree (left pane), and select Properties.
    3. Click the Content Federation tab.
    4. Select your class mapping name and click Add/Edit.
    5. Select Current Class Mappings, and click Map Properties.
    6. Verify your property mappings.
    7. Click OK.
    8. Close Enterprise Manager.


Feedback

Last updated: November 2010


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