Maximo Open Forum

 BMXAA0024E Error when trying to create Inspection form

Jump to Best Answer
  • Functional
  • Security
Keith Henderson's profile image
Keith Henderson posted 05-11-2023 16:26

Good Afternoon,

In my development environment I'm able to create inspection forms with no problems, however in production it throws BMXAA0024E - The action ADD is not allowed on object IINSPECTIONFORM. Verify the business rules for the object and define the appropriate action for the object.

I have compared the security between the two systems and cannot see any differences.

Any suggestions ?

Much Thanks

Keith Henderson's profile image
Keith Henderson Best Answer

Good Afternoon, 
I found an article that pointed me in the right direction.
https://www.ibm.com/support/pages/why-am-i-unable-create-new-inspection-form-work-center

The issue was that I did not know which object structures involved the inspection form application.

So I checked three object structures permission for security group and there was a difference (no delete, save, insert only read).
MXAPIINSPFORM  MXAPIINSPFORMSTATUS and MXAPIINSPRESULT objects.

I think all is good.

Thanks

 

Prashant Sharma's profile image
Prashant Sharma

Hi Keith,

I am assuming there are no Automation Scripts written on Inspection Form, so the only place to look at is Security Groups for this issue.

A couple of things to check -
1. Where all sig options have the same access.
2. Site access for this user and site access given on Security Group. Example - One group associated with Security Group has access to site A but user has default insert site as B.
3. No Global Data Restriction, Security Group level data restriction and Data Restriction of any sig option on any security groups associated with user's profile.

Keith Henderson's profile image
Keith Henderson

Good Afternoon Prashant
Thanks for the suggestions.
I had checked most of your suggestions and found everything to be the same from Development to Production, I only thing I had not checked was Global Data Restrictions, but turns out no GDR.

Do you have any other suggestion ? I'm running out of options.

Much Thanks for your input