Hi,
I'm able to create a SG with a simple xpath filter like this: /Person[(ObjectID = '7fb2b853-24f0-4498-9534-4e10589723c4')]
Now, I want to crate a SG with a more complex filter like this one:
/Person[ObjectID = /UserEntityAssociation[EntityRef = /Entity[EntityCode = '100'] and RoleRef=Role[DisplayName = ‘RESP’]]/Manager]
The Expression I'm using in the filter works on a FIM Webservice defaultClient.Enumerate
Is this a FIM limitation or a configuration issue?
I doubt it's a permissions issues because I'm able to change the xpath expression. I just can´t put a more complicated one.
The error I get on the portal is this:
Error processing your request: The server was unwilling to perform the requested operation.
Reason: Unspecified.
Attributes:
Correlation Id: e8a666f0-4b7b-4e4d-b64e-3d3e8c7538ad
Request Id:
Details: Request could not be dispatched.
Many thanks,
DD