Hello,
I recently completed a move to SP9 and came across something I can't see to figure out.
I was validating user data loaded from an ECC6 repository after an initial load. In the browser I didn't see a value for MX_ADMIN_UNIT I was expecting. So I checked the database and found the MX_ADMIN_UNIT values loaded into the column called COMPANY_ID. This didn't make any sense so I checked the following:
*Notes
- this is a newly created identity store.
- I did run a Read Help Values job first.
Then
- I checked the attributes in this Identity Store and don't see MX_COMPANY_ID
- I checked the attribute MX_ADMIN_UNIT and it's properly setup to load values from the mxi_AttrValueHelp
- I checked the initial load pass ReadABAPUsers does have a source and target of Company_ID
- I checked the initial load pass WriteABAPUsers and it does use the MX_ADMIN_UNIT attribute with a value of $usergroups%
I don't understand how the user group values, through attribute MX_ADMIN_UNIT were populated into the CompanyID column. Are the columns dynamically created per repository? Does anyone know how I can remove/replace them? Can I just rename the column?
Thanks, Paul