List of things checked by Maximo Integrity checker

Maximo Integrity checker is a pretty useful tool to identify issues in Maximo database 

Below are some of the things checked by integrity checker and the sample errors returned.

1. Extra tables in database which are not part of Maximo

BMXAA0442W -- Warning - BMXAA0475W -- The following tables should be removed from the database because they do not exist in the schema: Sun May 30 12:08:47 GST 2021

   APPLICATIONAUTH_BKP

   DOCLINKS_POBKP

   ABC_MIGR_TEST


2. Missing Indexes

BMXAA0443E -- Error - BMXAA0465E -- The following indexes are missing from the database. Use the Database Configuration application to remove the index definition.

3. Missing user groups, invalid users etc

BMXAA0455E -- The following users should be removed because they are not authorized. To correct this error, run the Integrity Checker in repair mode.

BMXAA0458E -- The following user groups were not found in the MAXGROUPS table. Run the Integrity Checker in repair mode.


4. Invalid MaxVars

Error - BMXAA4116E -- Maxvar type is not valid. It is either not specified, or not one of the "SYSTEM", "ORG" or "SITE". Update the MAXVAR table by ensuring that the given MAXVAR is either a SYSTEM, ORG or SITE level maxvar.

5. Missing Same As columns

BMXAA0496E -- This column is defined to be the 'same-as' a column that does not exist.


6. Invalid lengths of columns in database

BMXAA8372I -- The Integrity Checker is verifying the length of columns defined as GL


7. Invalid domains

BMXAA0535I -- Domain CUBIN_EMPTY is defined to be domain type ALN, but has no values in ALN domain.

8. Invalid Ancestor data 

BMXAA0443E -- Error - BMXAA6247E -- Ancestor table ASSETANCESTOR has bad data.



Comments

Popular posts from this blog

BMXAA6713E - The record could not be retrieved from the database. Error

Rebuilding Maximo Text Indexes due to Query performance issues