FIM query....
We are trying sa sample activity in FIM to copy attribute from one object to anothertarget(Person) and source(Office) are binded with each other through a refrence attribute :Office..We are able to get the uuid of Office present in Person Object. we are not able to get the corresponding address value stored in Office Object.. Can anyone please help us on this...2... we are trying to put filter criteria : enumerateResourcesActivity1.XPathFilter = "[//Target[Office =/Office[Objectid='[//Target/Office]']]/Office]" but it is have enumeration filter error.. this is working fine is FIM Query tool .. but in Work activity it will give an errorWe have used EnumerateResourcesActivity ..filter criter is /Person
February 1st, 2010 7:01pm

Hi Vinod,I'm curious as to how you used the query in the FIM Query Tool, because your xpath filter isn't valid outside the context of a Request. I don't believe [//Target/Office] is strictly xpath, but instead can only be parsed by the ResolveGrammarActivity. So, you might want to try using ResolveGrammar alongside the EnumerateResources.Joe
Free Windows Admin Tool Kit Click here and download it now
February 2nd, 2010 12:03am

I don't believe [//Target/Office] is strictly xpath, but instead can only be parsed by the ResolveGrammarActivity. Correct.
February 2nd, 2010 3:50am

ResolveGrammarActivity is NOT supported http://msdn.microsoft.com/en-us/library/microsoft.resourcemanagement.workflow.activities.resolvegrammaractivity.aspxThe FIM Password Reset Blog http://blogs.technet.com/aho/
Free Windows Admin Tool Kit Click here and download it now
November 9th, 2010 12:00am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics