IBM Support

Actions required before upgrade to Manage 8.5.x/ MAS 8.9.x

White Papers


Abstract

Manage 8.5.x introduce changes to Maximo Integration Framework that might affect your integration making it stop working.

If you use Kafka as your queue Manager and did not configure the Object Structure security, check the content.

Content

1) Manage 8.5 release changes the value of the property mxe.int.enableosauth to 1 and the property value will be read-only on the System Properties application.
 
This change is to fix the authorization bypass informed in the Security Bulletin / CVE-2022-46774
 
Changing the mxe.int.enableosauth property value to 1 will require that all Object Structures used by the integration have security configured.
 
Before proceeding with the upgrade, ensure that security is configured for all object structures. After the following change is implemented, no access is permitted except through explicitly defined security
 

When the security is not configured and you proceed with the upgrade all integrations fail, resulting in the error:

BMXAA9301E - The user of the transaction is not authorized for Object Structure <Object Structure name>.  Configure authorization in the object structure application and grant necessary access to the user.
 
2) To fix performance issues in Kafka a new attribute PARTITION was created on Kafka crontask instance. After the upgrade, this attribute is required to have a value. The value is sequential and must start with 0.
 
For example, for the queue cqin where I have three instances, for the first instance I must use 0, the second instance value 1, and the third instance value 2.
 
 
image-20230510083702-2
 
 
The sequential queue must also have a partition value. The value is always 0.
 
image-20230510083928-3
 
 

[{"Type":"MASTER","Line of Business":{"code":"LOB59","label":"Sustainability Software"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSLPL8","label":"IBM Maximo Manage"},"ARM Category":[{"code":"a8m50000000CbFGAA0","label":"Integration"}],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions"},{"Type":"MASTER","Line of Business":{"code":"LOB77","label":"Automation Platform"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSRHPA","label":"IBM Maximo Application Suite"},"ARM Category":[{"code":"a8m50000000CbFGAA0","label":"Integration"}],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.0.0;8.0.1;8.1.0;8.10.0;8.11.0;8.2.0;8.3.0;8.4.0;8.5.0;8.6.0;8.7.0;8.8.0;8.9.0;9.0.0;9.1.0;9.2.0"}]

Document Information

Modified date:
12 February 2026

UID

ibm16989405