IBM BPM, V8.0.1, All platforms > Install IBM BPM > IBM BPM Advanced for z/OS: Process Server > Configure IBM BPM Advanced for z/OS: Process Server > Configure components > Configure additional components > Configure Process Portal > Configure the Business Space component for Process Portal > Configure Business Space to work with IBM Case Manager

Registering IBM Case Manager REST services in IBM BPM

Run the addICMSystem command where the IBM BPM federated REST API is deployed.

This topic applies to the following products:


Procedure

  1. Identify the following values for your IBM Case Manager system.

    • Cell name
    • Node and server names or cluster name

    • Process Engine connection name
    • Host name
    • Port number

    • The transport protocol used (http or https)

  2. Decide whether to add the IBM Case Manager system to the federation domain for IBM BPM and IBM Case Manager using the addICMSystem command's -federateSystem true option. Alternatively you can create a suitable federation domain later.

  3. Run the addICMSystem command where the IBM BPM federated REST API is deployed. The following examples add https endpoints for IBM Case Manager services on an IBM BPM Advanced cluster, and create the federation domain BPM_ICM_Federation_Domain with two systems, ICM and BPM.

    Jython example:

    AdminTask.addICMSystem('[-icmCellName  cell_name
     -icmClusterName  cluster_name
     -PEConnectionName  connection_name
     -icmHostName  host_name
     -icmPort  port  -icmTransportType https
     -federateSystem true]')

    Jacl example:

    $AdminTask addICMSystem {-icmCellName  cell_name
     -icmClusterName  cluster_name
     -PEConnectionName  connection_name
     -icmHostName  host_name
     -icmPort  port  -icmTransportType https
     -federateSystem true}


Results

The IBM Case Manager REST services are registered in IBM BPM.

Configure Business Space to work with IBM Case Manager


Related tasks:
Enabling the Federation API across multiple deployment targets