BMXAA6445E - Cache INTOBJECT could not be initialized. Log out and then log in again to refresh your database connection #BMXAA6445E #BMXAA7733E
INTOBJECT could not be initialized can occur while 1. Restarting the instance, 2. Trying to save Object Structure. Error can be as below : BMXAA6445E - Cache INTOBJECT could not be initialized. Log out and then log in again to refresh your database connection. BMXAA7733E - There was an error loading the Object Structure cache: null Reason : There can be a component referenced in the object structure which is no more present in the db. Run the below queries to identify orphan entries and components that need not be linked with the Object Structure. Restart the instance after clearing the orphan entries. 1. Check for inconsistent MAXINTOBJCOLS entries and remove the orphan ones. select * from maximo.maxintobjcols where intobjectname not in (select intobjectname from maximo.maxintobject); select * from maximo.maxintobjcols where (intobjectname,objectname) not in (select intobjectname,objectname from maximo.maxintobjdetail) ; select * from maximo.maxintobjcols where (objectname,nam...