Hi Everyone,
Today I was testing something and suddenly the system started an exception as mentioned below.
The user with SystemUserId = “GUID” in OrganizationContext = “GUID” is not licensed, and it’s SystemUserAccessMode=0 is not either of (NonInteractive=4, SetupUser=1)
This clearly tells us that we are using a user account somewhere which is not licensed. Here are the steps to be followed to solve the issue.
- Find out the user with GUID.
- Check all processes where Owner equals the user of GUID that was shown in the log and assign all those to existing enabled user/service account.
- Check all the SLA’s where Owner equals the user of GUID that was shown in the log and assign all those to existing enabled user/service account.
Hope this helps.
—
Happy 365’ing
Gopinath.
*This post is locked for comments