Invalid Requestor specified for Get Operation
Hi all,has anyone seen this error thrown during a custom workflow activity?. I've tried de-bugging the activity but nothing gets thrown by way of an error, it just bombs out and the "Invalid Requestor specified for Get Operation" is visible in the request in FIM. As far as i can tell this is thrown in the Current Request Activity at the begining of the workflow. But I'm not sure. I'm logged on as an administrator and I have full rights to everything. I have run a similar activity with no issues. I may be missing something obvious. All help greatly appreciated. Thanks,James McAlonanJames McAlonan
November 23rd, 2009 1:56am

Hi James! I recommend you to check that the requestID is a part of your workflow and not lost in any way before the CurrentRequestActivity is executed but created... SequentialWorkflow containingWorkflow = null;<br/> if (SequentialWorkflow.TryGetContainingWorkflow('your CurrentRequestActivity instance here', out containingWorkflow))<br/> {<br/> throw new Exception("Could not get parent workflow");<br/> }<br/> <br/> Guid requestID = containingWorkflow.RequestId; //Henrik Henrik Nilsson Blog: http://www.idmcrisis.com Company: Cortego (http://www.cortego.se)
Free Windows Admin Tool Kit Click here and download it now
November 23rd, 2009 10:10am

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

Other recent topics Other recent topics