I am in the process of migrating from SCCM 2007 - 2012 and when setting up the source hierarchy the job fails with the following error:
ERROR: [Worker]: Microsoft.ConfigurationManagement.SoftwareLibrary.ObjectSerialization.LibraryException: Couldn't find the specified instance SMS_SCI_SysResUse.SiteCode='ROS',FileType=2,NALPath='["Display=\\\\SC-RKGN-01\\"]MSWNET:["SMS_SITE=ROS"]\\\\SC-RKGN-01\\',RoleName='SMS Site System' at Microsoft.ConfigurationManagement.SoftwareLibrary.ObjectSerialization.ObjectManager.GetInstance(ObjectKey objKey, LibraryContext context) at Microsoft.ConfigurationManagement.SoftwareLibrary.ObjectSerialization.Library.Get[T](Expression`1 key) at Microsoft.ConfigurationManagement.MigrationManager.DPSettingsSqls.SyncDistributionPoints(LegacyRepository legacySite, MigrationRepository currentSite, String sourceSiteCode, HashSet`1 version5ActiveDPsFQDN, IDictionary`2 stringResources) at Microsoft.ConfigurationManagement.MigrationManager.DPSettingsSqls.SyncDistributionPoints(LegacyRepository legacySite, MigrationRepository currentSite) at Microsoft.ConfigurationManagement.MigrationManager.SyncAgentJob.<SyncDPSettings>d__5f.MoveNext() at Microsoft.ConfigurationManagement.MigrationManager.ExtensionMethods.<AttachErrorHandler>d__6`1.MoveNext() at Microsoft.ConfigurationManagement.MigrationManager.ExtensionMethods.<AttachErrorHandler>d__6`1.MoveNext() at Microsoft.ConfigurationManagement.MigrationManager.SyncAgentJob.<get_ExecutionPlan>d__7.MoveNext() at Microsoft.ConfigurationManagement.MigrationManager.Job`1.ExecuteNext() SMS_MIGRATION_MANAGER 2013-03-06 2:41:06 PM 5620 (0x15F4)
The server (sc-rkgn-01) being referenced was decommissioned a couple years ago and has been replaced. I had our DBA search the source site database and found one reference to sc-rkgn-01 as a distribution point for the secondary site ROS. We deleted the record and tried the job again, it failed with the same error.
We have ran the 'Clean Up MIgration Data' on the SCCM 2012 site and rebooted both machines, however the job always fails at this spot. We have searched both the source and destination server databases and cannot find any reference to sc-rkgn-01.
I am wondering if there is somewhere else that the source hierarchy wizard stores information as we are at a loss.
Thanks