Issue while approving in FIM CM 2010
I have created a web application using FIM CM 2010 provision api and managed to enroll a request now when I try to perform approve i get some error Code: string sUuid = RequestValue.Text.ToString(); //string sUuid = "E52935D0-8931-451A-B59E-276098F52EC2"; Guid requestUuid = new Guid(sUuid); Request request = FindOperations.GetRequest(requestUuid); //request.Status.Equals("Pending"); // RequestStatus.Pending = true // RequestStatus rs = RequestStatus.Pending; //Response.Write(request.Status); List<Microsoft.Clm.Shared.Requests.DataCollectionItem> dataCollectionList = new List<Microsoft.Clm.Shared.Requests.DataCollectionItem>(); dataCollectionList.Add(new Microsoft.Clm.Shared.Requests.DataCollectionItem("TelephoneNumber", "(555) 555-5555")); Microsoft.Clm.Shared.Requests.DataCollection dataCollection = new Microsoft.Clm.Shared.Requests.DataCollection(dataCollectionList); Request approvedRequest = RequestOperations.Approve(request, dataCollection, "Approve Comment"); I get error which says The request '774ee31b-e647-42f1-b625-76e3b72709a8' status is 'Approved' but it should be in [Pending] to perform the operatio
February 24th, 2011 7:29am

On Thu, 24 Feb 2011 12:26:26 +0000, ganesh bipin panda wrote: I have created a web application?using FIM CM 2010?provision api and managed to enroll a request now when I try to perform approve i get some error You've posted this question twice now, please see my response to your original post. http://social.Technet.microsoft.com/Forums/en-US/ilm2/thread/73941658-0d85-453f-930d-223b6c3f4c22#7cf3d533-8a59-4436-a48b-e89abe96b8c8 Paul Adare MVP - Identity Lifecycle Manager http://www.identit.ca Bit: Similar to a nibble. Commonly eight nibbles to a mouthful. See "byte."
Free Windows Admin Tool Kit Click here and download it now
February 24th, 2011 7:40am

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

Other recent topics Other recent topics