IBM BPM, V8.0.1, All platforms > Migrating and upgrading your IBM BPM environment > Migrating from previous versions > Migrating your IBM BPM Advanced V7.5.x or WebSphere Process Server V7.x or V6.2.x runtime > Postmigration tasks > Postmigration tasks for IBM BPM

Registering IBM BPM widgets in IBM Case Manager (post-product migration)

If you have migrated from IBM BPM V7.5 and you use the widgets with IBM Case Manager, you must register the widget catalog and endpoints in the V8.0.1 environment before you can use the widgets.

This topic applies to the following products:

You have configured IBM BPM Advanced and IBM Case Manager in a cross-cell setup; including a federated realm. single-sign-on, and secure socket layer.


Procedure

  1. If you are using IBM BPM Standard, or an IBM BPM Advanced profile without Business Space, you must update the human task management widgets application on the IBM BPM server or cluster.

    1. Use the installHumanTaskManagementWidgets command to update the human task management widgets application on the IBM BPM server or cluster.

      For example, to update the human task management widgets application on the Support cluster, you can issue the following Jython commands:

      AdminTask.installHumanTaskManagementWidgets('-clusterName Support')
      AdminConfig.save()

    2. If you use IBM HTTP Server and had the web modules in the HumanTaskManagementWidgets_scope mapped to it, you need to redo this configuration.

    3. Using the administrative console, locate the human task management widgets application named HumanTaskManagementWidgets _scope, and start it.

  2. Copy the following files from the IBM BPM server to the IBM Case Manager server.

    • INSTALL_ROOT\BusinessSpace\registryData\BPM\BPM_HumanTaskManagement_crosscell.zip

    • If you have IBM BPM Advanced also copy INSTALL_ROOT\BusinessSpace\registryData\BPM\BPM_HumanTaskManagement_Advanced_crosscell.zip

  3. Create a new directory.
  4. Unpack all the .zip files into the new directory. Verify that the following directories exist:

    • catalog
    • endpoints
    • templates

    You can delete the endpoints directory.

  5. On the IBM Case Manager server, in a wsadmin session, import the widget catalog and endpoint definitions by running the following Jython commands:
    AdminTask.updateBusinessSpaceWidgets('[-nodeName  node_name -serverName  server_name 
       -catalogs  directory_containing_catalog_file
       -endpoints  directory_containing_endpoints_files 
       -templates  directory_containing_templates_files]')
    AdminConfig.save()
    Where node_name and server_name are the names of the node and server for the IBM Case Manager server. For a cluster, use the -clusterName parameter instead of -nodeName and -serverName. For more information about the updateBusinessSpaceWidgets command refer to the related information link.
  6. Restart the IBM Case Manager server.


Results

The Business Space widgets are registered in IBM Case Manager.


What to do next

Configure the IBM Case Manager services in IBM BPM.

Postmigration tasks for IBM BPM


Related tasks:

Configure IBM HTTP Server for Business Space