I've got a powershell workflow activity which adds members to a group.
If I run this script manually (i.e. from a PS command line) it works. The member ID I provide is added to the group ID I provide. When this workflow activity is triggered it shows a PostProcessingError in the Search Request.
I assume it has something to do with the fact that during the workflow the script is run with different credentials than when run manually.
Search request shows 2 errors for this:
1) Request Title: Update to set "x" - status PostProcessingError - operation Modify
This has "Administration: Administrators control set resources" as the matching MPR.
2) System Event REquest - status PostProcessingError - operation System EventThis has ".Group SMPR: LDAP AD Group Provisioning" as the matching MPR (this is a set transition).
If I remove " $ImportObject | Import-Fimconfig" from the script, all errors are gone.
Where do I set the right permission / add permissiomn for the attribute.