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:
- IBM BPM Standard
- IBM BPM Advanced
Procedure
- 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)
- 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.
- 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.
- addICMSystem command
Use the addICMSystem command to add the endpoints for IBM Case Manager services to the endpoint registry file for IBM BPM. This enables the federated REST API on the IBM BPM Advanced server to connect to the IBM Case Manager server.- removeICMSystem command
Use the removeICMSystem command to remove the endpoints for IBM Case Manager services from the endpoint registry file for IBM BPM.
Configure Business Space to work with IBM Case Manager
Related tasks:
Enabling the Federation API across multiple deployment targets