IBM Support

Error running all reports after upgrade in MAS - BMXAA4214E

Troubleshooting


Problem

The users might see an error when running any Maximo Reports after an upgrade to MAS 8.4.4 or MAS 8.4.5
The user's error looks like the following.
image-20230131085725-1

Cause

This error can be caused when a script (or two) is missed in the upgrade process. We saw this error initially in 8.4.4 but also saw it in 8.4.5.
With 8.4.4, it was script HF8440_03.dbc
With 8.4.5, both scripts HF8450_03.dbc and HF8450_05.dbc needed to be run.
Once the HF8450_03.dbc had been run, the first error disappeared and we saw the following error.
"Error occurred in server, check server log for detail"
image-20230131094907-2

Resolving The Problem

If you are an IBM MAS-MS customer, contact the SRE team, and request that they run the appropriate scripts and restart the Maximo Pod.
You want to advise your users of an impending restart.
If you are an On Prem user, you can also resolve the issue manually with the following steps.
  1. Back up the database.
  2. Run the SQL delete from maxvars where varname='HFMANAGEUPG';
  3. Run the SQL delete from maxvartype where varname='HFMANAGEUPG';
  4. Run select * from maxvars where varname='MASIMAGEID" and note the varvalue
  5. Increment one of digits in the varvalue from step 4 and use it when running update maxvars set varvalue=<modified varvalue> where varname='MASIMAGEID'. These changes allow updatedb to be run again.
  6. Make sure the SQL is committed to the db
  7. Rerun updatedb. This will run all of the patch scripts that it didn't run before and re-insert the HFMANAGEUPG with the correct value.
  8. To check that the issue was resolved, check that select * from maxvars where varname='HFMANAGEUPG' returns HF8450-09
This issue will be fixed in MAS 8.4.6 and 8.5.2.

Document Location

Worldwide

[{"Type":"MASTER","Line of Business":{"code":"LOB59","label":"Sustainability Software"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSRHPA","label":"IBM Maximo Application Suite"},"ARM Category":[{"code":"a8m3p000000F81GAAS","label":"Maximo Application Suite-\u003EMAS Applications-\u003EManage-\u003EReports"}],"ARM Case Number":"TS011933407","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.4.0"}]

Historical Number

TPAEREPT;BMXAA4214E;Reports don't run;MASMS

Document Information

Modified date:
07 February 2023

UID

ibm16891113