BMXAA3119E - There can only be one group default for any single group
I got this error : BMXAA3119E - There can only be one group default for any single group on Maximo 7.1x in Person Group menu.
I guess it happens because there are two person set as "Group Default" in one Person Group. I don't know how it could possible, because when one Person Group has one Person as Group Default, won't be the second person could be the second Group Default.
The solution is :
- Go to Maximo Database.
- Update table PERSONGROUPTEAM.
- Remove someone in Person Group that have two Person.
And this is the query I've used to solve the problem :
UPDATE PERSONGROUPTEAM SET GROUPDEFAULT = 0 WHERE PERSONGROUP = 'PERSON_GROUP_NAME' AND GROUPDEFAULT = 1 AND RESPPARTYGROUP = 'ID_PERSON';
Hope this help you guys.
0 komentar: