IBM Support

Resolving Integrity Checker error BMXAA4168E

Troubleshooting


Problem

When running Maximo Integrity Checker, you may encounter error BMXAA4168E:

Symptom

Error messsage:
BMXAA0443E -- Error - BMXAA4168E -- Organization and Site must both be blank, because the MAXVAR object is system level. Remove the values for Organization and Site                                                                                                                                                                                                                                                              
 

Cause

In the MAXVARS table, the only values that allowed in the VARTYPE field are SYSTEM or SYSTNT (when multitenancy is being used).

Resolving The Problem

Run the following SQL update statement:
Update maxvars
 Set orgid=null, siteid=null
 Where varname
 In (Select varname From maxvartype
 Where vartype
 In ('SYSTEM', 'SYSTNT')) ;
After committing the changes, run the Integrity Checker in Report Mode to confirm the error is no longer written to the log.

Document Location

Worldwide

[{"Type":"MASTER","Line of Business":{"code":"LOB59","label":"Sustainability Software"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSLKT6","label":"IBM Maximo Asset Management"},"ARM Category":[{"code":"a8m50000000CbDAAA0","label":"Upgrade-\u003EIntegrity Checker"}],"ARM Case Number":"TS016259300","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"7.6.1"},{"Type":"MASTER","Line of Business":{"code":"LOB59","label":"Sustainability Software"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSWT9A","label":"IBM Control Desk"},"ARM Category":[{"code":"a8m500000008b3TAAQ","label":"Miscellaneous Category (Portal, UI, Maximo, Install)"}],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"7.6.1"},{"Type":"MASTER","Line of Business":{"code":"LOB59","label":"Sustainability Software"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSRHPA","label":"IBM Maximo Application Suite"},"ARM Category":[{"code":"a8m50000000CbDAAA0","label":"Upgrade-\u003EIntegrity Checker"}],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Versions"}]

Document Information

Modified date:
24 May 2024

UID

ibm17154871