Issue when I want to perform Configuration Migration Deployment Steps of FIM
Hi, I carefully followed what was written on this link http://technet.microsoft.com/en-us/library/ff400277(WS.10).aspx. At the step 7, whereas all worked fine until the commitchange (no errors, no warnings) and all, I have the following error : PS C:\Windows\system32> .\ResumeUndoneImports.ps1 Resuming import Import-FIMConfig : Failure when making web service call. SourceObjectID = urn:uuid:810866ee-95c3-4baa-b17d-4cf7df5a74cb Error = System.InvalidOperationException: Operation is not valid due to the current state of the object. at Microsoft.ResourceManagement.WebServices.ResourceManager.get_Item(String attributeName) at Microsoft.ResourceManagement.Automation.ImportConfig.Create(String objectType, List`1 changeList) at Microsoft.ResourceManagement.Automation.ImportConfig.EndProcessing() At C:\Windows\system32\ResumeUndoneImports.ps1:16 char:54 + $newUndoneImports = $undoneImports | Import-FIMConfig <<<< + CategoryInfo : InvalidOperation: (:) [Import-FIMConfig], InvalidOperationException + FullyQualifiedErrorId : ImportConfig,Microsoft.ResourceManagement.Automation.ImportConfig Import-FIMConfig : Object with source id urn:uuid:3afc203c-34a9-4634-8140-deecd5955602 cannot find its dependent object with source id urn:uuid:810866ee-95c3-4baa-b17d-4cf7df5a74cb. At C:\Windows\system32\ResumeUndoneImports.ps1:16 char:54 + $newUndoneImports = $undoneImports | Import-FIMConfig <<<< + CategoryInfo : ObjectNotFound: (:) [Import-FIMConfig], InvalidOperationException + FullyQualifiedErrorId : ImportConfig,Microsoft.ResourceManagement.Automation.ImportConfig Import-FIMConfig : Object with source id urn:uuid:3ca1de0a-44b7-4af8-9a11-33436cff84ba cannot find its dependent object with source id urn:uuid:810866ee-95c3-4baa-b17d-4cf7df5a74cb. At C:\Windows\system32\ResumeUndoneImports.ps1:16 char:54 + $newUndoneImports = $undoneImports | Import-FIMConfig <<<< + CategoryInfo : ObjectNotFound: (:) [Import-FIMConfig], InvalidOperationException + FullyQualifiedErrorId : ImportConfig,Microsoft.ResourceManagement.Automation.ImportConfig Import-FIMConfig : Object with source id urn:uuid:3906d3b8-30ce-4567-84cb-67cc7dad1598 cannot find its dependent object with source id urn:uuid:810866ee-95c3-4baa-b17d-4cf7df5a74cb. At C:\Windows\system32\ResumeUndoneImports.ps1:16 char:54 + $newUndoneImports = $undoneImports | Import-FIMConfig <<<< + CategoryInfo : ObjectNotFound: (:) [Import-FIMConfig], InvalidOperationException + FullyQualifiedErrorId : ImportConfig,Microsoft.ResourceManagement.Automation.ImportConfig Import-FIMConfig : Object with source id urn:uuid:3f294ba2-d210-4e38-9aa8-763eb3636e40 cannot find its dependent object with source id urn:uuid:810866ee-95c3-4baa-b17d-4cf7df5a74cb. At C:\Windows\system32\ResumeUndoneImports.ps1:16 char:54 + $newUndoneImports = $undoneImports | Import-FIMConfig <<<< + CategoryInfo : ObjectNotFound: (:) [Import-FIMConfig], InvalidOperationException + FullyQualifiedErrorId : ImportConfig,Microsoft.ResourceManagement.Automation.ImportConfig There were 5 uncompleted imports. Please see the documentation on how to resolve the issues. What I don't understand, it is that the all others 184 objects were created successfully and only one is not created. Perhaps that my two errors are linked. Could you help me. Thanks in advance. Jean-Michel
July 2nd, 2011 11:14am

Yup, There is just one object that causes troubles, all of those other are dependent on it. You should find out what that object "urn:uuid:810866ee-95c3-4baa-b17d-4cf7df5a74cb" is and then modify the object in FIM Portal.
Free Windows Admin Tool Kit Click here and download it now
July 2nd, 2011 2:26pm

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

Other recent topics Other recent topics