Sync: Fully defined schema type

I have a sync project (powershell adapter) where there are mappings for users and role memberships.

While syncing or simulating the memberships, I get the error message

[1777286] Could not create matching member system objects for the other side of the target system for 1 system objects of schema type (User).

Solution:

Check the mappings, which map the schema type (User).
These must be fully defined. Therefore, they must have a property mapping rule matching each property used by the object matching rule.

when there's a user in the target list, that is not in the source (has to be deleted).

Despite the descriptive nature of the error message, I've no glue what to do.
What does "fully defined" mean at all (I think I have property mapping rules matching each property used by the object matching rule)? Is there a way to check if a mapping is "fully defined"?

Parents Reply Children
No Data