IBM Support

Post-upgrade tasks for IBM Business Process Manager Server V8.6

Product Readmes


Abstract

After you successfully upgrade your IBM Business Process Manager Server V8.6 environment, some additional configuration steps might be required. Although most actions are optional, you might have to perform them to ensure applications continue working as expected.

Content



Important notes
  • Depending on the version of IBM BPM version you are upgrading from, you must also look at earlier post-upgrade tasks:

Post-upgrade steps for V8.6
Interim fix (APAR)DescriptionTasks to enable the function
JR58126YOU EXPERIENCE PERFORMANCE ISSUES WHILE LOGGING IN If the user registry groups can't be retrieved when the server starts, add the following lines

<common>
<security>
<mark-group-inactive-as-needed-in-start-up merge="replace">false</mark-group-inactive-as-needed-in-start-up>
</security>
</common>

to the 100Custom.xml files for IBM Process Center and IBM Process Server in your deployment environment by following this procedure:
  1. Stop the servers of your IBM BPM deployment environment.
  2. Start the scripting client in disconnected mode as described in updateBPMConfig command.
  3. Run the following commands:

    wsadmin> AdminTask.updateBPMConfig( [ '-create', '/common' ] )
    wsadmin> AdminTask.updateBPMConfig( [ '-create', '/common/security' ] )
    wsadmin> AdminTask.updateBPMConfig( [ '-create', '/common/security/mark-group-inactive-as-needed-in-start-up', '-xNodeValue', 'false' ] )
    wsadmin> AdminConfig.save()

  4. Restart the servers of your IBM BPM environment.

For more information, see Modifying runtime server configuration properties and The 100Custom.xml file and configuration.
JR58359 IBM BPM ADMINISTRATORS CAN'T QUERY THE TASKS ASSIGNED TO OTHER IBM BPM USERS WHEN USING THE TWSEARCH JS API To use managers of the team to query tasks assigned to the members of the team, add the following lines

<common>
<security>
<merge="replace">
<enforce-search-on-user-legacy-behavior>true</enforce-search-on-user-legacy-behavior>
</security>
</common>

to the 100Custom.xml files for IBM Process Center and IBM Process Server in your deployment environment by following this procedure:
  1. Stop the servers of your IBM BPM deployment environment.
  2. Start the scripting client in disconnected mode as described in updateBPMConfig command.
  3. Run the following commands:

    wsadmin> AdminTask.updateBPMConfig( [ '-create', '/common' ] )
    wsadmin> AdminTask.updateBPMConfig( [ '-create', '/common/security' ] )
    wsadmin> AdminTask.updateBPMConfig( [ '-create', '/common/security/
    enforce-search-on-user-legacy-behavior', '-xNodeValue', 'true' ] )
    wsadmin> AdminConfig.save()

  4. Restart the servers of your IBM BPM environment.

For more information, see Modifying runtime server configuration properties and The 100Custom.xml file and configuration.

[{"Product":{"code":"SSFPJS","label":"IBM Business Process Manager"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Installation \/ Configuration","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"},{"code":"PF033","label":"Windows"}],"Version":"8.6.0.0","Edition":"IBM Business Process Manager Server;IBM Business Process Manager Server Express","Line of Business":{"code":"LOB45","label":"Automation"}},{"Product":{"code":"SSFTBX","label":"IBM Business Process Manager Express"},"Business Unit":{"code":"BU053","label":"Cloud \u0026 Data Platform"},"Component":"Installation \/ Configuration","Platform":[{"code":"PF016","label":"Linux"},{"code":"PF033","label":"Windows"}],"Version":"8.5.7.CF201706;8.5.7.CF201703;8.5.7.CF201612;8.5.7.CF201609;8.5.7.CF201606;8.5.7;8.5.6.2;8.5.6.1;8.5.6;8.5.5","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}},{"Product":{"code":"SSFTDH","label":"IBM Business Process Manager Standard"},"Business Unit":{"code":"BU053","label":"Cloud \u0026 Data Platform"},"Component":"Installation \/ Configuration","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"8.5.7.CF201706;8.5.7.CF201703;8.5.7.CF201612;8.5.7.CF201609;8.5.7.CF201606;8.5.7","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}},{"Product":{"code":"SSFTN5","label":"IBM Business Process Manager Advanced"},"Business Unit":{"code":"BU053","label":"Cloud \u0026 Data Platform"},"Component":"Installation \/ Configuration","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"},{"code":"PF035","label":"z\/OS"}],"Version":"8.5.7.CF201706;8.5.7.CF201703;8.5.7.CF201612;8.5.7.CF201609;8.5.7.CF201606;8.5.7","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]

Product Synonym

BPM

Document Information

Modified date:
14 September 2022

UID

swg27050104