Profile

Steven Shull

  • Business Partner

Principal Maximo Solutions Engineer,
Naviam

Contributions

1 to 5 of 50+ total
Posted By Steven Shull 07/30/26 08:38 AM
Found In Egroup: Maximo
\ view thread
You should follow this technote, though I wouldn't run the update statements without understanding the problem better. Error Initializing MicService: BMXAA7733E - Failed to load the null The two select statements will tell you if it's defined on the table (which means all object structures that reference ...
Posted By Steven Shull 07/22/26 08:34 AM
Found In Egroup: Maximo
\ view thread
You should look at this IBM technote: BMXAA7733E error loading Object Structure or Generating schema Essentially, you have references in some tables that shouldn't be there. This isn't a 9.1 specific issue, and we haven't seen it in our customers after updating to 9.1, so it's likely something custom. ...
Posted By Steven Shull 07/16/26 11:10 AM
Found In Group: Maximo
\ view thread
If you're in MAS 9.1+ there's a new system property mxe.webclient.labelMultipartDescription that you can enable. This will show a label above multipart textboxes like this. There was a bug initially that caused it to not display the labels correctly so you'll want to be on 9.1.7+ or higher of Manage ...
Posted By Steven Shull 06/19/26 08:11 AM
Found In Egroup: Maximo
\ view thread
I think the perspective is important here. From a user perspective, I think of it a lot like the 7.5 to 7.6, 7.6 to 7.6.1, etc. upgrades. There are user interface changes, new features and functionality, but mostly the same experience you're used to when you're talking Manage. For the teams that ...
Posted By Steven Shull 06/04/26 08:44 AM
Found In Egroup: Maximo
\ view thread
When you want something to autonumber, you do not provide the column in your file. Since you want odm_rulenum to autonumber (and I assume have autonumber configured in database configuration for it), you would leave it as restricted and not provide it in the file. Similar for IDs like ASSETTYPESID. These ...