Migration data gathering from ConfigMgr 2007 site is failing

I have CM12 and CM07 primary sites. In the past I have successfully used the migration features in the CM12 console to migrate data from CM07 source hierarchy. However, to upgrade my CM12 site to R2 I had to stop the data gathering. Now a month later I am
trying to gather data again but it fails every time. It happens even after cleaning up previous migration data. This is the error I see after 30 minutes of gathering data
Configuration manager failed to gather data from cm07.domain.local
The data gathering process failed. Check migmctrl.log.
Looking at the log these are the only errors I see:
                                                                ERROR: [Worker]: Microsoft.ConfigurationManagement.Migration.MigrationException:
1 exceptions occurred during syncing.     at Microsoft.ConfigurationManagement.MigrationManager.SyncAgentJob.<get_ExecutionPlan>d__7.MoveNext()     at Microsoft.ConfigurationManagement.MigrationManager.Job`1.ExecuteNext()
SMS_MIGRATION_MANAGER 2/27/2014 8:24:46 PM
6056 (0x17A8)
                                                                [Worker]: Start processing status
changed event for MIG_SiteMapping.ID=16777218
SMS_MIGRATION_MANAGER 2/27/2014 8:24:46 PM
6056 (0x17A8)
                                                                [Worker]:        
Set the schedule item 16777218 end time SMS_MIGRATION_MANAGER
2/27/2014 8:24:46 PM 6056 (0x17A8)
                                                                [Worker]:        
Set the schedule item 16777218 status to Failed
SMS_MIGRATION_MANAGER 2/27/2014 8:24:46 PM
6056 (0x17A8)
                                                                [Worker]: End processing status changed
event for MIG_SiteMapping.ID=16777218 SMS_MIGRATION_MANAGER
2/27/2014 8:24:46 PM 6056 (0x17A8)
                                                                [Worker]: Disposing Job 16777218
SMS_MIGRATION_MANAGER 2/27/2014 8:24:46 PM
6056 (0x17A8)
                                                                [Worker]: Removing Job 16777218 from
job manager. SMS_MIGRATION_MANAGER
2/27/2014 8:24:46 PM 6056 (0x17A8)
                                                                [Worker]: Removing the Job with Id
16777218. SMS_MIGRATION_MANAGER
2/27/2014 8:24:46 PM 6056 (0x17A8)
                                                                [Worker]: Disposing worker
SMS_MIGRATION_MANAGER 2/27/2014 8:24:46 PM
6056 (0x17A8)
                                                                [Worker]: Disposing current site
connection SMS_MIGRATION_MANAGER
2/27/2014 8:24:46 PM 6056 (0x17A8)
ERROR: [MigMCtrl]: FAILED to EXECUTE job. error = Unknown error 0x80131500, 80131500
SMS_MIGRATION_MANAGER 2/27/2014 8:24:46 PM
6056 (0x17A8)
ERROR: [MigMCtrl]: FAILED to EXECUTE job. error = Unknown error 0x80131500, 80131500
SMS_MIGRATION_MANAGER 2/27/2014 8:24:46 PM
6056 (0x17A8)
Now I do see some CM07 objects in my CM12 console (shared DP's and boundary groups) so I know part of the process was successful. Any ideas on my errors above?

Hi,
Just like Gerry said, please look through the log to find the problem. The following thread could be helpful.
http://social.technet.microsoft.com/Forums/en-US/a619f187-9683-4cb2-aa5e-2f9bc619323e/error-during-data-gathering-process?forum=configmanagermigration
Best Regards,
Joyce Li
We
are trying to better understand customer views on social support experience, so your participation in this
interview project would be greatly appreciated if you have time.
Thanks for helping make community forums a great place.

Similar Messages

  • SCCM 2007 to 2012 R2 Migration Data Gathering Error

     
    Hi guys ,
    I am working on SCCM 2007 to 2012 migration and stucked at data gathering process. Following
    error i am getting while gartering data process.I have made the erroe details bold to easily find.
    Migmcctrl.log is showing this error:
     [Worker]:                         Start syncing #MIG_Entity.~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:07.957+420><thread=5024 (0x13A0)>
                                                                    [Worker]:        
                            Query against Legacy Site , @rowversion=00-00-00-00-00-0A-4C-E2, @collectionrowversion=00-00-A2-DD-00-20-26-14, @SourceSiteCode=ABC:            
          SELECT                    (CASE                      WHEN ISNULL(ext_cilp.DisplayName, ext_ci.CI_ID) IS NULL THEN NULL    
                     ELSE                           dbo.fnSCCMMultiByteToWideChar(                    
             CASE                                  WHEN (SELECT LocaleID FROM SMSData) IS NULL THEN (SELECT d.LocaleID FROM SMSData d)      
                               WHEN (SELECT LocaleID FROM SMSData) IN (-1, 0, 65535, 1024, 2048) THEN (SELECT d.LocaleID FROM SMSData d)                
                     ELSE (SELECT LocaleID FROM SMSData)                              END,              
                   CONVERT(VARBINARY(MAX), ISNULL(ext_cilp.DisplayName, ext_ci.CI_ID)))                  END)  as EntityName, CONVERT(NVARCHAR(256), ext_ci.CI_ID) as ObjectKey,
                              ext_ci.CIType_ID as ObjectTypeID, ext_ci.rowversion AS rowversion, ext_ci.ChangeAction as ChangeAction,                  
            ext_ci.CI_UniqueID as UniqueID                  FROM SCCM_Ext.vex_ConfigurationItems as ext_ci                   LEFT JOIN v_LocalizedCIProperties_SiteLoc
    as ext_cilp ON ext_ci.CI_ID=ext_cilp.CI_ID                   WHERE   (1 = 1 OR ISNULL(ext_ci.SourceSite, @SourceSiteCode) = @SourceSiteCode)  AND ext_ci.rowversion > @rowversion AND      
                       ISNULL(ext_ci.CIType_ID, 0)<>1 AND ISNULL(ext_ci.CIType_ID, 0)<>8                          AND ISNULL(ext_ci.CIType_ID,
    0)<>9~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:07.962+420><thread=5024 (0x13A0)>
                                                                    [Worker]:        
            End syncing object tables.~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:07.964+420><thread=5024 (0x13A0)>
                                                                    [Worker]:        
    ========== End syncing objects metadata ==========~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:07.965+420><thread=5024 (0x13A0)>
                                                                    ERROR: [Worker]:      
      System.InvalidOperationException: ExecuteReader requires an open and available Connection. The connection's current state is closed.     at System.Data.SqlClient.SqlConnection.GetOpenConnection(String method)     at System.Data.SqlClient.SqlConnection.ValidateConnectionForExecute(String
    method, SqlCommand command)     at System.Data.SqlClient.SqlCommand.ValidateCommand(String method, Boolean async)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream,
    String method, DbAsyncResult result)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)     at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior
    behavior, String method)     at System.Data.SqlClient.SqlCommand.ExecuteReader()     at Microsoft.ConfigurationManagement.MigrationManager.LegacyRepository.GetDataReader(String sqlQuery, Dictionary`2 parameters, Boolean ignoreLocalSite)
        at Microsoft.ConfigurationManagement.MigrationManager.SyncAgentJob.<SyncObjectsInformation>d__25.MoveNext()     at Microsoft.ConfigurationManagement.MigrationManager.ExtensionMethods.<AttachErrorHandler>d__6`1.MoveNext()
        at Microsoft.ConfigurationManagement.MigrationManager.ExtensionMethods.<AttachErrorHandler>d__6`1.MoveNext()~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:07.966+420><thread=5024 (0x13A0)>
    STATMSG: ID=8617 SEV=E LEV=M SOURCE="SMS Server" COMP="SMS_MIGRATION_MANAGER" SYS=SCCM2012R2.RAT.Com SITE=ASL PID=2804 TID=5024 GMTDATE=Wed Mar 19 09:11:07.966 2014 ISTR0="SCCM2012R2.RAT.Com (ASL)" ISTR1="" ISTR2=""
    ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:07.966+420><thread=5024 (0x13A0)>
                                                                    [Worker]: ==================== Sync
    Agent Job 16777235 Ended ====================~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:07.967+420><thread=5024 (0x13A0)>
    ERROR: [Worker]: System.InvalidOperationException: ExecuteReader requires an open and available Connection. The connection's current state is closed.     at System.Data.SqlClient.SqlConnection.GetOpenConnection(String method)  
      at System.Data.SqlClient.SqlConnection.ValidateConnectionForExecute(String method, SqlCommand command)     at System.Data.SqlClient.SqlCommand.ValidateCommand(String method, Boolean async)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior
    cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)     at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)  
      at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)     at System.Data.SqlClient.SqlCommand.ExecuteReader()     at Microsoft.ConfigurationManagement.MigrationManager.LegacyRepository.GetDataReader(String
    sqlQuery, Dictionary`2 parameters, Boolean ignoreLocalSite)     at Microsoft.ConfigurationManagement.MigrationManager.SyncAgentJob.<SyncObjectsInformation>d__25.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><03-19-2014 02:11:07.968+420><thread=5024 (0x13A0)>
                                                                    [Worker]: Start processing status
    changed event for MIG_SiteMapping.ID=16777235~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:07.975+420><thread=5024 (0x13A0)>
                                                                    [Worker]:        
    Set the schedule item 16777235 end time~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:07.976+420><thread=5024 (0x13A0)>
    [Worker]:         Set the schedule item 16777235 status to Failed~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:07.976+420><thread=5024 (0x13A0)>
                                                                    [Worker]: End processing status changed
    event for MIG_SiteMapping.ID=16777235~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:07.982+420><thread=5024 (0x13A0)>
                                                                    [Worker]: Disposing Job 16777235~~
     $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:07.984+420><thread=5024 (0x13A0)>
                                                                    [Worker]: Removing Job 16777235 from
    job manager.~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:07.984+420><thread=5024 (0x13A0)>
                                                                    [Worker]: Removing the Job with Id
    16777235.~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:07.985+420><thread=5024 (0x13A0)>
                                                                    [Worker]: Disposing worker~~  $$<SMS_MIGRATION_MANAGER><03-19-2014
    02:11:07.985+420><thread=5024 (0x13A0)>
                                                                    [Worker]: Disposing current site
    connection~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:07.985+420><thread=5024 (0x13A0)>
    ERROR: [MigMCtrl]: FAILED to EXECUTE job. error = Unknown error 0x80131509, 80131509~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:07.985+420><thread=5024 (0x13A0)>
    ERROR: [MigMCtrl]: FAILED to EXECUTE job. error = Unknown error 0x80131509, 80131509~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:07.986+420><thread=5024 (0x13A0)>
    Connection string = Data Source=(local);Initial Catalog=CM_ASL;Integrated Security=True;Persist Security Info=False;MultipleActiveResultSets=True;Application Name="Migration Manager".~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:07.996+420><thread=4648
    (0x1228)>
    [MigrationManager]: Start two step scheduling for MIG_SiteMapping~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:07.997+420><thread=4648 (0x1228)>
    [MigrationManager]:         Step 1. Query the schedule items that was running or requested to start immediately ...~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:07.997+420><thread=4648 (0x1228)>
    [MigrationManager]:         Step 2. Query the first item in order of DateNextRun ...~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:08.022+420><thread=4648 (0x1228)>
    [MigrationManager]:                 The item MIG_SiteMapping 16777235 is scheduled to run at 03/19/2014 13:10:06 UTC, 03/19/2014 18:40:06 Local Time, sleep for 03:58:58.2280000.~~  $$<SMS_MIGRATION_MANAGER><03-19-2014
    02:11:08.039+420><thread=4648 (0x1228)>
    [MigrationManager]: End two step scheduling for MIG_SiteMapping~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:08.039+420><thread=4648 (0x1228)>
    Connection string = Data Source=(local);Initial Catalog=CM_ASL;Integrated Security=True;Persist Security Info=False;MultipleActiveResultSets=True;Application Name="Migration Manager".~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:08.040+420><thread=4648
    (0x1228)>
    [MigrationManager]: Start two step scheduling for MIG_Job~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:08.040+420><thread=4648 (0x1228)>
    [MigrationManager]:         Step 1. Query the schedule items that was running or requested to start immediately ...~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:08.041+420><thread=4648 (0x1228)>
    [MigrationManager]:         Step 2. Query the first item in order of DateNextRun ...~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:08.064+420><thread=4648 (0x1228)>
    [MigrationManager]:                 No item found. Sleep until the next event.~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:08.084+420><thread=4648 (0x1228)>
    [MigrationManager]: End two step scheduling for MIG_Job~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:08.084+420><thread=4648 (0x1228)>
    [MigMCtrl]: the workitem queue is full!~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:08.084+420><thread=4648 (0x1228)>
    [MigMCtrl]: NOTIFY job manager ( 1, 0, C:\Program Files\Microsoft Configuration Manager\inboxes\mmctrl.box\16777235.SYN ).~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:08.085+420><thread=4648 (0x1228)>
    Connection string = Data Source=(local);Initial Catalog=CM_ASL;Integrated Security=True;Persist Security Info=False;MultipleActiveResultSets=True;Application Name="Migration Manager".~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:08.086+420><thread=4648
    (0x1228)>
    [MigrationManager]: Start processing schedule changed event for MIG_SiteMapping.ID=16777235~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:08.086+420><thread=4648 (0x1228)>
    [MigrationManager]:         Update the DateNextRun of the schedule item MIG_SiteMapping.ID=16777235~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:08.118+420><thread=4648 (0x1228)>
    [MigrationManager]:         Calculating the next run time ...~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:08.118+420><thread=4648 (0x1228)>
    [MigrationManager]:                 This is a recurring schedule token.~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:08.118+420><thread=4648 (0x1228)>
    [MigrationManager]:                 This item already run at 03/19/2014 09:10:27 UTC, 03/19/2014 14:40:27 Local Time, the next run time is 03/19/2014 13:10:27 UTC, 03/19/2014 18:40:27 Local Time.~~  $$<SMS_MIGRATION_MANAGER><03-19-2014
    02:11:08.119+420><thread=4648 (0x1228)>
    [MigrationManager]:         Check requested operation for schedule item MIG_SiteMapping.ID=16777235~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:08.132+420><thread=4648 (0x1228)>
    [MigrationManager]: End processing schedule changed event for MIG_SiteMapping.ID=16777235~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:08.132+420><thread=4648 (0x1228)>
    [MigMCtrl]: EVENT raised ( 1, 0, C:\Program Files\Microsoft Configuration Manager\inboxes\mmctrl.box\16777235.SYN ).~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:08.133+420><thread=4648 (0x1228)>
    [MigMCtrl]: 1 instruction file processed.~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:08.133+420><thread=4648 (0x1228)>
    [MigMCtrl]: WAIT 3 event(s) for 60 minute(s) and 0 second(s).~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:11:08.133+420><thread=4648 (0x1228)>
    [MigMCtrl]: NOTIFY job manager ( 1, 0, C:\Program Files\Microsoft Configuration Manager\inboxes\mmctrl.box\16777236.SYN ).~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.315+420><thread=4648 (0x1228)>
    Connection string = Data Source=(local);Initial Catalog=CM_ASL;Integrated Security=True;Persist Security Info=False;MultipleActiveResultSets=True;Application Name="Migration Manager".~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.316+420><thread=4648
    (0x1228)>
    [MigrationManager]: Start processing schedule changed event for MIG_SiteMapping.ID=16777236~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.331+420><thread=4648 (0x1228)>
    [MigrationManager]:         Update the DateNextRun of the schedule item MIG_SiteMapping.ID=16777236~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.350+420><thread=4648 (0x1228)>
    [MigrationManager]:         Calculating the next run time ...~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.350+420><thread=4648 (0x1228)>
    [MigrationManager]:                 This is a recurring schedule token.~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.350+420><thread=4648 (0x1228)>
    [MigrationManager]:                 This item hasn't run yet, we will run it immediately.~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.351+420><thread=4648 (0x1228)>
    [MigrationManager]:         Check requested operation for schedule item MIG_SiteMapping.ID=16777236~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.359+420><thread=4648 (0x1228)>
    [MigrationManager]:         Start operation requested, the scheduled item 16777236 will be started once computing resource is allocated.~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.359+420><thread=4648 (0x1228)>
    [MigrationManager]: End processing schedule changed event for MIG_SiteMapping.ID=16777236~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.360+420><thread=4648 (0x1228)>
    [MigMCtrl]: EVENT raised ( 1, 0, C:\Program Files\Microsoft Configuration Manager\inboxes\mmctrl.box\16777236.SYN ).~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.360+420><thread=4648 (0x1228)>
    [MigMCtrl]: 1 instruction file processed.~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.361+420><thread=4648 (0x1228)>
    Connection string = Data Source=(local);Initial Catalog=CM_ASL;Integrated Security=True;Persist Security Info=False;MultipleActiveResultSets=True;Application Name="Migration Manager".~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.362+420><thread=4648
    (0x1228)>
    [MigrationManager]: Start two step scheduling for MIG_SiteMapping~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.363+420><thread=4648 (0x1228)>
    [MigrationManager]:         Step 1. Query the schedule items that was running or requested to start immediately ...~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.363+420><thread=4648 (0x1228)>
    [MigrationManager]:                 Clear the requested operation.~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.386+420><thread=4648 (0x1228)>
    [MigrationManager]:                 Calculating the next run time ...~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.387+420><thread=4648 (0x1228)>
    [MigrationManager]:                         This is a recurring schedule token.~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.387+420><thread=4648 (0x1228)>
    [MigrationManager]:                         This item already run at 03/19/2014 09:21:36 UTC, 03/19/2014 14:51:36 Local Time, the next run time is 03/19/2014 13:21:36 UTC, 03/19/2014 18:51:36 Local
    Time.~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.387+420><thread=4648 (0x1228)>
    [MigrationManager]:                 Set the next run time to 03/19/2014 13:21:36 UTC, 03/19/2014 18:51:36 LocalTime.~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.388+420><thread=4648 (0x1228)>
    [MigrationManager]:                 Got an scheduled item 16777236. Set the sleep time to 0.~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.411+420><thread=4648 (0x1228)>
    [MigrationManager]: End two step scheduling for MIG_SiteMapping~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:36.412+420><thread=4648 (0x1228)>
    [MigrationManager]: Impersonation is about to start ...~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:49.554+420><thread=4648 (0x1228)>
    [MigrationManager]: Impersonation succeed, current user identity is: rat\cmmig~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:49.555+420><thread=4648 (0x1228)>
    Connection string = Data Source=SCCM;Initial Catalog=SMS_ABC;Integrated Security=True;Persist Security Info=False;MultipleActiveResultSets=True;Encrypt=True;TrustServerCertificate=True;Application Name="Migration Manager".~~  $$<SMS_MIGRATION_MANAGER><03-19-2014
    02:21:49.555+420><thread=4648 (0x1228)>
    [MigrationManager]: Impersonation is reverted.~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:49.683+420><thread=4648 (0x1228)>
    [MigrationManager]: Detected source collation SQL_Latin1_General_CP1_CI_AS~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:57.841+420><thread=4648 (0x1228)>
    [MigrationManager]: Detected destination collation SQL_Latin1_General_CP1_CI_AS~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:57.842+420><thread=4648 (0x1228)>
    STATMSG: ID=8600 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_MIGRATION_MANAGER" SYS=SCCM2012R2.RAT.Com SITE=ASL PID=2804 TID=4648 GMTDATE=Wed Mar 19 09:21:57.843 2014 ISTR0="SCCM2012R2.RAT.Com (ASL)" ISTR1="SCCM.RAT.COM"
    ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=0  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:57.853+420><thread=4648 (0x1228)>
    [MigrationManager]: Job 16777236 added.~~  $$<SMS_MIGRATION_MANAGER><03-19-2014 02:21:57.854+420><thread=4648 (0x1228)>
    I am not getting any solution  of this please help.

    ERROR: [MigMCtrl]: FAILED to EXECUTE job. error = Unknown error 0x80131509
    I previously had a similar issue. See blog post here
    http://gerryhampsoncm.blogspot.ie/2013/07/configmgr-sccm-2012-migration-sharing.html
    In my case one of the boundaries in the 2007 site had an empty Display column and this, it seems, is not allowed.
    Have you checked the box to "Enable DP sharing" while you create the Source Hierarchy? If so, try the process with the box unchecked.
    Gerry Hampson | Blog:
    www.gerryhampsoncm.blogspot.ie | LinkedIn:
    Gerry Hampson | Twitter:
    @gerryhampson

  • SCCM 2007 to 2012 R2 Migration Data Gathering Error: RPC

    Hi Guys,
    I am doing Migration from SCCM 2007 to 2012 R2. Facing a RPC connection Error.
    Following is the details from Migmcctrl.log
    [MigMCtrl]:    Migration Manager has received a new job request
    SMS_MIGRATION_MANAGER 19-03-2014 02:21:57
    4648 (0x1228)
    Connection string = Data Source=(local);Initial Catalog=CM_ASL;Integrated Security=True;Persist Security Info=False;MultipleActiveResultSets=True;Application Name="Migration Manager".
    SMS_MIGRATION_MANAGER 19-03-2014 02:21:57
    4648 (0x1228)
    [MigrationManager]: Start two step scheduling for MIG_SiteMapping
    SMS_MIGRATION_MANAGER 19-03-2014 02:21:57
    4648 (0x1228)
    [MigrationManager]:         Step 1. Query the schedule items that was running or requested to start immediately ...
    SMS_MIGRATION_MANAGER 19-03-2014 02:21:57
    4648 (0x1228)
                                                                    [Worker]: Start processing status
    changed event for MIG_SiteMapping.ID=16777236
    SMS_MIGRATION_MANAGER 19-03-2014 02:21:57
    5024 (0x13A0)
                                                                    [Worker]:        
    Set the schedule item 16777236 start time SMS_MIGRATION_MANAGER
    19-03-2014 02:21:57 5024 (0x13A0)
                                                                    [Worker]:        
    Set the schedule item 16777236 status to Running
    SMS_MIGRATION_MANAGER 19-03-2014 02:21:57
    5024 (0x13A0)
                                                                    [Worker]: End processing status changed
    event for MIG_SiteMapping.ID=16777236 SMS_MIGRATION_MANAGER
    19-03-2014 02:21:57 5024 (0x13A0)
                                                                    [Worker]: ==================== Sync
    Agent Job 16777236 Started ====================
    SMS_MIGRATION_MANAGER 19-03-2014 02:21:57
    5024 (0x13A0)
    [MigrationManager]:         Step 2. Query the first item in order of DateNextRun ...
    SMS_MIGRATION_MANAGER 19-03-2014 02:21:57
    4648 (0x1228)
    [MigrationManager]:                 No item found. Sleep until the next event.
    SMS_MIGRATION_MANAGER 19-03-2014 02:21:57
    4648 (0x1228)
    [MigrationManager]: End two step scheduling for MIG_SiteMapping
    SMS_MIGRATION_MANAGER 19-03-2014 02:21:57
    4648 (0x1228)
    Connection string = Data Source=(local);Initial Catalog=CM_ASL;Integrated Security=True;Persist Security Info=False;MultipleActiveResultSets=True;Application Name="Migration Manager".
    SMS_MIGRATION_MANAGER 19-03-2014 02:21:57
    4648 (0x1228)
    [MigrationManager]: Start two step scheduling for MIG_Job
    SMS_MIGRATION_MANAGER 19-03-2014 02:21:57
    4648 (0x1228)
    [MigrationManager]:         Step 1. Query the schedule items that was running or requested to start immediately ...
    SMS_MIGRATION_MANAGER 19-03-2014 02:21:57
    4648 (0x1228)
    [MigrationManager]:         Step 2. Query the first item in order of DateNextRun ...
    SMS_MIGRATION_MANAGER 19-03-2014 02:21:57
    4648 (0x1228)
    [MigrationManager]:                 No item found. Sleep until the next event.
    SMS_MIGRATION_MANAGER 19-03-2014 02:21:57
    4648 (0x1228)
    [MigrationManager]: End two step scheduling for MIG_Job
    SMS_MIGRATION_MANAGER 19-03-2014 02:21:57
    4648 (0x1228)
    [MigMCtrl]: the workitem queue is full! SMS_MIGRATION_MANAGER
    19-03-2014 02:21:57 4648 (0x1228)
    [MigMCtrl]: WAIT 3 event(s) for 60 minute(s) and 0 second(s).
    SMS_MIGRATION_MANAGER 19-03-2014 02:21:57
    4648 (0x1228)
                                                                    [Worker]:        
    ========== Start prerequisite checking ==========
    SMS_MIGRATION_MANAGER 19-03-2014 02:22:05
    5024 (0x13A0)
                                                                    [Worker]:        
            Validating source site for central site ...
    SMS_MIGRATION_MANAGER 19-03-2014 02:22:05
    5024 (0x13A0)
                                                                    [Worker]:        
    ========== End prerequisite checking ==========
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    5024 (0x13A0)
                                                                    [Worker]: ==================== Sync
    Agent Job 16777236 Ended ====================
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    5024 (0x13A0)
                                                                    ERROR: [Worker]: System.Runtime.InteropServices.COMException
    (0x800706BE): The remote procedure call failed. (Exception from HRESULT: 0x800706BE)     at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)     at System.Management.ManagementObjectCollection.ManagementObjectEnumerator.MoveNext()
        at Microsoft.ConfigurationManagement.SoftwareLibrary.ObjectSerialization.Adapters.WmiObjectManager.GetObjects(ObjectSearchCriteria criteria)     at Microsoft.ConfigurationManagement.SoftwareLibrary.ObjectSerialization.Adapters.WmiObjectManager.TryGetInstance(ObjectKey
    objKey)     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.SyncAgentJob.<get_ExecutionPlan>d__7.MoveNext()     at Microsoft.ConfigurationManagement.MigrationManager.Job`1.ExecuteNext()
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    5024 (0x13A0)
                                                                    [Worker]: Start processing status
    changed event for MIG_SiteMapping.ID=16777236
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    5024 (0x13A0)
                                                                    [Worker]:        
    Set the schedule item 16777236 end time SMS_MIGRATION_MANAGER
    19-03-2014 02:34:55 5024 (0x13A0)
                                                                    [Worker]:      
      Set the schedule item 16777236 status to Failed
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    5024 (0x13A0)
                                                                    [Worker]: End processing status changed
    event for MIG_SiteMapping.ID=16777236 SMS_MIGRATION_MANAGER
    19-03-2014 02:34:55 5024 (0x13A0)
                                                                    [Worker]: Disposing Job 16777236
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    5024 (0x13A0)
                                                                    [Worker]: Removing Job 16777236 from
    job manager. SMS_MIGRATION_MANAGER
    19-03-2014 02:34:55 5024 (0x13A0)
                                                                    [Worker]: Removing the Job with Id
    16777236. SMS_MIGRATION_MANAGER
    19-03-2014 02:34:55 5024 (0x13A0)
                                                                    [Worker]: Disposing worker
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    5024 (0x13A0)
                                                                    [Worker]: Disposing current site
    connection SMS_MIGRATION_MANAGER
    19-03-2014 02:34:55 5024 (0x13A0)
    ERROR: [MigMCtrl]: FAILED to EXECUTE job. error = The remote procedure call failed., 800706be
    SMS_MIGRATION_MANAGER
    19-03-2014 02:34:55 5024 (0x13A0)
    ERROR: [MigMCtrl]: FAILED to EXECUTE job. error = The remote procedure call failed., 800706be
    SMS_MIGRATION_MANAGER
    19-03-2014 02:34:55 5024 (0x13A0)
    Connection string = Data Source=(local);Initial Catalog=CM_ASL;Integrated Security=True;Persist Security Info=False;MultipleActiveResultSets=True;Application Name="Migration Manager".
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    4648 (0x1228)
    [MigrationManager]: Start two step scheduling for MIG_SiteMapping
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    4648 (0x1228)
    [MigrationManager]:         Step 1. Query the schedule items that was running or requested to start immediately ...
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    4648 (0x1228)
    [MigrationManager]:         Step 2. Query the first item in order of DateNextRun ...
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    4648 (0x1228)
    [MigrationManager]:                 The item MIG_SiteMapping 16777236 is scheduled to run at 03/19/2014 13:21:36 UTC, 03/19/2014 18:51:36 Local Time, sleep for 03:46:40.4440000.
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    4648 (0x1228)
    [MigrationManager]: End two step scheduling for MIG_SiteMapping
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    4648 (0x1228)
    Connection string = Data Source=(local);Initial Catalog=CM_ASL;Integrated Security=True;Persist Security Info=False;MultipleActiveResultSets=True;Application Name="Migration Manager".
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    4648 (0x1228)
    [MigrationManager]: Start two step scheduling for MIG_Job
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    4648 (0x1228)
    [MigrationManager]:         Step 1. Query the schedule items that was running or requested to start immediately ...
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    4648 (0x1228)
    [MigrationManager]:         Step 2. Query the first item in order of DateNextRun ...
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    4648 (0x1228)
    [MigrationManager]:                 No item found. Sleep until the next event.
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    4648 (0x1228)
    [MigrationManager]: End two step scheduling for MIG_Job
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    4648 (0x1228)
    [MigMCtrl]: the workitem queue is full! SMS_MIGRATION_MANAGER
    19-03-2014 02:34:55 4648 (0x1228)
    [MigMCtrl]: NOTIFY job manager ( 1, 0, C:\Program Files\Microsoft Configuration Manager\inboxes\mmctrl.box\16777236.SYN ).
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    4648 (0x1228)
    Connection string = Data Source=(local);Initial Catalog=CM_ASL;Integrated Security=True;Persist Security Info=False;MultipleActiveResultSets=True;Application Name="Migration Manager".
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    4648 (0x1228)
    [MigrationManager]: Start processing schedule changed event for MIG_SiteMapping.ID=16777236
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:55
    4648 (0x1228)
    [MigrationManager]:         Update the DateNextRun of the schedule item MIG_SiteMapping.ID=16777236
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:56
    4648 (0x1228)
    [MigrationManager]:         Calculating the next run time ...
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:56
    4648 (0x1228)
    [MigrationManager]:                 This is a recurring schedule token.
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:56
    4648 (0x1228)
    [MigrationManager]:                 This item already run at 03/19/2014 09:21:57 UTC, 03/19/2014 14:51:57 Local Time, the next run time is 03/19/2014 13:21:57 UTC, 03/19/2014 18:51:57 Local Time.
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:56
    4648 (0x1228)
    [MigrationManager]:         Check requested operation for schedule item MIG_SiteMapping.ID=16777236
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:56
    4648 (0x1228)
    [MigrationManager]: End processing schedule changed event for MIG_SiteMapping.ID=16777236
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:56
    4648 (0x1228)
    [MigMCtrl]: EVENT raised ( 1, 0, C:\Program Files\Microsoft Configuration Manager\inboxes\mmctrl.box\16777236.SYN ).
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:56
    4648 (0x1228)
    [MigMCtrl]: 1 instruction file processed. SMS_MIGRATION_MANAGER
    19-03-2014 02:34:56 4648 (0x1228)
    [MigMCtrl]: WAIT 3 event(s) for 60 minute(s) and 0 second(s).
    SMS_MIGRATION_MANAGER 19-03-2014 02:34:56
    4648 (0x1228)
    help me out please.
    Thanks

    Hi Guys ,I figured out the issue.
    It was the boundary in SCCM 2007.Actually my SCCM 2007 and SCCM 2012 server were accessing the same Active Directory Site-(Default First Site Name). 
    I deleted the boundary and every thing went well.
    So thing is SCCM 2007 and SCCM 2012 should not fall under same active directory Site.
    Cheers

  • Migrate NK2 file from Outlook 2007 to 2013

    Hi everybody.  We're moving from Outlook 2007 to 2013.  Is it possible somehow to migrate the NK2 file containing users' autocomplete email address to Outlook 2013?  or does 2013 automatically pick it up and use it from the existing profile?

    Hi,
    First please note: The Auto-Complete List file (.nk2) is discontinued since Outlook 2010. The Auto-Complete List entries are now saved in your Microsoft Exchange Server mailbox or in the Outlook Data File (.pst) for your account.
    To import .nk2 files into Outlook 2013, please refer to the KB below:
    http://support.microsoft.com/kb/2806550
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Public Folder Migration from Exchange 2007 to 2013 fails RelinquishedWlmStall budget limitations

    I have been trying to migrate approx 50 public folders from Exchange 2007 to Exchange 2013 for several months.  I have followed every link I can find on how to do the migration properly.  It will stay in a queued state for hours until the MRS is
    restarted.  It will then start copying messages.  After reaching 28% I get RelinquishedWlmStall as Status Detail.  Running the Get-PublicFolderMigrationRequestStatistics -IncludeReport | fl command I get the following: (truncated)
    Status                           : InProgress
    FailureTimestamp                 :
    IsValid                          : True
    ValidationMessage                :
    OrganizationId                   :
    RequestGuid                      : ff4af794-f31e-4334-959f-7d6c4ccbe310
    RequestQueue                     : PublicFolders
    ExchangeGuid                     : b12c1f83-c4ae-46bb-a26a-0422d90800e4
    Identity                         : eddf983d-5827-4a2a-98ef-820321ebebd0\ff4af794-f31e-4334-959f-7d6c4ccbe310
    DiagnosticInfo                   :
    Report                           
                                       4/23/2015 8:49:37 AM [pionexxxx] Request processing started.
                                       4/23/2015 8:49:37 AM [pionexxxxx] Cleared sync state for request
                                       00000000-0000-0000-0000-000000000000 due to 'CleanupOrphanedMailbox'.
                                       4/23/2015 8:49:38 AM [pionexxxxxx] Stage: CreatingFolderHierarchy. Percent complete:
                                       10.
                                       4/23/2015 8:49:38 AM [pionexxxxxx] Initializing folder hierarchy from mailbox '': 50
                                       folders total.
                                       4/23/2015 8:49:38 AM [pionexxxx] Folder creation progress: 0 folders created in
                                       mailbox 'b12c1f83-c4ae-46bb-a26a-0422d90800e4'.
                                       4/23/2015 8:49:38 AM [pionexxxxx] Warning: Failed to find or link recipient object
                                       'FF-D5-EF-1A-0A-95-D7-4B-89-02-A6-9E-DA-4D-23-4B' in active directory for mail
                                       enabled public folder 'Public Root/IPM_SUBTREE/AccountingFaxes' with EntryId '00-00
                                       00-00-1A-44-73-90-AA-66-11-CD-9B-C8-00-AA-00-2F-C4-5A-03-00-3B-C3-C1-30-22-E0-BE-4E
                                       98-03-B9-14-4F-B4-12-C1-00-00-00-0F-C3-4C-00-00'. This folder can be linked
                                       manually by running Enable-MailPublicFolder cmdlet after the migration completes.
                                       4/23/2015 8:49:39 AM [pionexxxx] Warning: Failed to find or link recipient object
                                       'D8-46-09-BE-0B-3D-6E-4A-95-10-8F-C5-AA-0B-88-50' in active directory for mail
                                       enabled public folder 'Public Root/IPM_SUBTREE/AccountingFaxes/CashRec/Inventory'
                                       with EntryId '00-00-00-00-1A-44-73-90-AA-66-11-CD-9B-C8-00-AA-00-2F-C4-5A-03-00-3B-
                                       3-C1-30-22-E0-BE-4E-98-03-B9-14-4F-B4-12-C1-00-00-00-12-6A-F5-00-00'. This folder
                                       can be linked manually by running Enable-MailPublicFolder cmdlet after the
                                       migration completes.
                                       4/23/2015 8:49:39 AM [pionexxxx] Warning: Failed to find or link recipient object
                                       'A6-12-DA-05-7D-21-DE-44-90-61-64-23-8C-62-41-F4' in active directory for mail
                                       enabled public folder 'Public Root/IPM_SUBTREE/AccountingFaxes/CashRec/Ulysses'
                                       with EntryId '00-00-00-00-1A-44-73-90-AA-66-11-CD-9B-C8-00-AA-00-2F-C4-5A-03-00-3B-
                                       3-C1-30-22-E0-BE-4E-98-03-B9-14-4F-B4-12-C1-00-00-00-0F-C3-7C-00-00'. This folder
                                       can be linked manually by running Enable-MailPublicFolder cmdlet after the
                                       migration completes.
                                       4/23/2015 8:49:40 AM [pionexxxx] Warning: Failed to find or link recipient object
                                       '96-76-90-F1-A5-B7-DB-41-A7-A3-D6-8D-86-AE-45-A5' in active directory for mail
                                       enabled public folder 'Public Root/IPM_SUBTREE/CSR Schedule' with EntryId '00-00-00
                                       00-1A-44-73-90-AA-66-11-CD-9B-C8-00-AA-00-2F-C4-5A-03-00-3B-C3-C1-30-22-E0-BE-4E-98
                                       03-B9-14-4F-B4-12-C1-00-00-00-0E-34-FF-00-00'. This folder can be linked manually
                                       by running Enable-MailPublicFolder cmdlet after the migration completes.
                                       4/23/2015 8:49:40 AM [pionexxxx] Warning: Failed to find or link recipient object
                                       '82-72-47-AA-D7-68-85-4C-91-92-41-45-8A-20-EA-6D' in active directory for mail
                                       enabled public folder 'Public Root/IPM_SUBTREE/DC 24 Hr Schedule' with EntryId '00-
                                       0-00-00-1A-44-73-90-AA-66-11-CD-9B-C8-00-AA-00-2F-C4-5A-03-00-85-62-89-2A-52-C3-92-
                                       5-93-F8-5A-6F-56-5D-D1-D4-00-00-00-00-27-37-00-00'. This folder can be linked
                                       manually by running Enable-MailPublicFolder cmdlet after the migration completes.
                                       4/23/2015 8:49:41 AM [pionexxxx] Folder hierarchy initialized for mailbox
                                       'b12c1f83-c4ae-46bb-a26a-0422d90800e4': 46 folders created.
                                       4/23/2015 8:49:41 AM [pionexxxx] Stage: CreatingInitialSyncCheckpoint. Percent
                                       complete: 15.
                                       4/23/2015 8:49:41 AM [pionexxxx] Initial sync checkpoint progress: 0/50 folders
                                       processed. Currently processing mailbox 'b12c1f83-c4ae-46bb-a26a-0422d90800e4'.
                                       4/23/2015 8:49:42 AM [pionexxxx] Initial sync checkpoint completed: 46 folders
                                       processed.
                                       4/23/2015 8:49:42 AM [pionexxxx] Stage: LoadingMessages. Percent complete: 20.
                                       4/23/2015 8:49:43 AM [pionexxxx] Messages have been enumerated successfully. 40607
                                       items loaded. Total size: 149 MB (156,253,810 bytes).
                                       4/23/2015 8:49:43 AM [pionexxxx] Stage: CopyingMessages. Percent complete: 25.
                                       4/23/2015 8:49:43 AM [pionexxxx] Copy progress: 0/40607 messages, 0 B (0
                                       bytes)/149 MB (156,253,810 bytes), 11/50 folders completed.
                                       4/23/2015 9:04:37 AM [pionexxxx] Stage: CopyingMessages. Percent complete: 28.
                                       4/23/2015 9:04:37 AM [pionexxxxx] Copy progress: 3660/40607 messages, 7.015 MB
                                       (7,355,409 bytes)/149 MB (156,253,810 bytes), 11/50 folders completed.
                                       4/23/2015 9:04:37 AM [pionexxxx] Relinquishing job because of large delays due to
                                       unfavorable server health or budget limitations.
    ItemsTransferred                 : 3660
    PercentComplete                  : 25
    4/23/2015 9:04:37 AM [pionexxxx] Relinquishing job because of large delays due to
    unfavorable server health or budget limitations.
    It never tries to restart.  Can anyone please help?  The server checks for health all come back ok.   I will be more than glad to include further information.  

    Hi,
    Basic on the error message, I notice that public folder migrate slow and display that “Relinquishing job because of large delays due to unfavorable server health or budget limitations” .
    If I misunderstand your concern, please do not hesitate to let me know.
    Since it is just slow and not failing, please do not stop the batch, it might connect to another server for sync.
    Meanwhile, please refer to below link so that get details about Exchange Online migration performance and best practices:
    https://technet.microsoft.com/library/dn592150(v=exchg.150).aspx
    If the issue persists, please collect the relevant migration report for further troubleshooting.
    Thanks
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Allen Wang
    TechNet Community Support

  • Exchange active sync cannot connect to server after migration mailbox user from exchange 2007 to exchange 2013 coexistence

    Hello, everyone, my name is rafl
    I have a problem with exchange 2013 active sync.
    I have installed exchange 2013 coexistence with legacy exchange 2007, I have to migrate user mailboxes: [email protected] from exchange 2007 to exchange 2013.
    but any problem with active sync connection on the mobile device after moving mailbox user. I reconfigure the exchange ActiveSync external connection domain (latest.domain.com) on mobile device replacing legacy exchange ActiveSync external connection domain
    (legacy.domain.com)
    the process of moving mailboxes successfully without error.
    Access OWA for exchange 2007 and exchange 2013 is running normally
    access mail from Outlook running normally
    Certificate request has been installed and has no problem with it
    The OWA virtual directory is configured for internal and external connections and different from the legacy exchange
    The autodiscover virtual directory is configured for internal and external connections and different from the legacy exchange
    ActiveSync virtual directory is configured for internal and external connections and different from the legacy exchange
    user mailboxes are still on exchange 2007 is not problematic.
    only problem with Exchange Active Sync on mobile devices, where I set up an email with android, iphone, windows phone. the error message: cannot connect to the server.
    but, if I create a new user and create user mailboxes directly in exchange server 2013, ActiveSync can run without error on mobile device, access through OWA, MsOutlook, Outlook Anywhere also run normally.
    only the results of user migration from exchange 2007 to exchange 2013 which is troubled with exchange ActiveSync connection.
    any ideas for this problem, and what should I check on the exchange server ..?

    i have run the activesync test connectivity and get some error :
    Testing TCP port 443 on host domain.co.id to ensure it's listening and open.
    The specified port is either blocked, not listening, or not producing the expected response.
    A network error occurred while communicating with the remote host.
    Elapsed Time: 3091 ms.
    Testing TCP port 443 on host autodiscover.domain.co.id to ensure it's listening and open.
    The specified port is either blocked, not listening, or not producing the expected response.
    A network error occurred while communicating with the remote host.
    Elapsed Time: 21072 ms.
    Testing TCP port 80 on host autodiscover.domain.co.id to ensure it's listening and open.
    The specified port is either blocked, not listening, or not producing the expected response.
    A network error occurred while communicating with the remote host.
    Elapsed Time: 21049 ms.
    I have allowed access to port 443 (https) and 80 (http) on the firewall and re-run testconnectivity, but still with the same results. if I enable active sync for users who created directly in Exch 2013 there is no problem with the ActiveSync, just a problem
    for users who moved from Exch 2007 to Exch 2013. @Android, iPhone, and Blackberry the error message "cannot connect to the server"

  • New GL Migration - Data transfer from Classic GL to New GL

    Hi Champs!
    Our client is on ECC6.0, with classic GL functionality. Now they want to migrate to New GL and they have already procured SAP New GL migration services. Wanted to know, whether this migration service will take care of data transfer from tables of classic GL to tables of New GL with appropriate New GL functionalities like document splitting etc.
    Your feedback will help a lot.
    Thanks,
    Amish.

    Hi Amish,
    https://websmp207.sap-ag.de/GL
    This link will help you find all documentation pertaining to New GL concept from SAP.
    thanks and regards
    Praveen.J

  • Migrate data flow from 3.5 to 7.3?

    Dear Experts,
    After technical had upgrade SAP BW from 3.5 to 7.3, I did test migrating data flow. I found that if I specified "migration project" to another name different from DataStore Object name, I could not find related objects (e.g. transformation or DTP) under that DataStore Object. And the DataStore Object was also inactive version, even the migration was done without error.
    For example
    - Original DSO name = AAA was showed inactive
    - Migration Project name = AAA_Migrated
    - After selecting all the objects including process chains and clicking on 'Migration/Recovery' button, status showed with no error (Migration History displayed all green)
    - recheck objects in transaction = RSA1
    - DSO name = AAA was still showed inactive
    I just wonder where all objects under DSO name = AAA were gone?
    What happened to the migration project name = AAA_Migrated?
    How should I find the migration project name = AAA_Migrated?
    How to recover all objects under DSO name = AAA? (Just in case misspelling "migration project")?
    If you have similar case mentioned above, could you share any experience how to handle this?
    Thank you very much.
    -WJ-

    BW 7.30: Data Flow Migration tool: Migrating 3.x flows to 7.3 flows and also the recovery to 3.X flow
    Regards,
    Sushant

  • Transporting migrated data sources from BID to BIQ

    All,
           I have a 3.x data source which I have migrated to 7.x. Now I want to transport this from BI-D to BI-Q. when I replicate the data source in BI-Q this is likely to be 3.x data source. Will it be overwritten when I transport the data source from BI-D to BI-Q. Is there any thing that I will have to do before moving the transport. Please advise

    If you transport the DataSource on R3/ECC from development to QA that's connected to your BW QA, and then transport the DataSource from your BW development to QA environment, there is no need to replicate the DataSource. It may, however, come into your BW QA environment in a deactivated state. If that happens, just activate it in the BW QA environment using the SAP delivered ABAP program RSDS_DATASOURCE_ACTIVATE_ALL.

  • Migrate Infopath forms from MOSS 2007 to SharePoint 2010

    Hi,
    Please provide help
    Migrate infopath 2007 forms in MOSS 2007 to SharePoint 2010

    How many forms do you have that needs to migrate from 2007 to 2010?
    You can also open the 2007 forms in Designer mode of InfoPath 2010, save as 2010 filler or browser.
    You need to make sure data connections are updated to point to new sites/document libraries/lists etc.
    Any custom code that may contain data connections should be updated.
    Inspect Rule Inspector to see if you find any connections hardcoded anywhere.

  • Migrate a List from SharePoint 2007 to SharePoint 2010

    There's a SharePoint List in the 2007 server having some 32 SiteColumns. None of the columns are of type LookUp i.e., there is no dependency of any column over any other Lists. I just need to copy it as it is to 2010 server. Only problem is that it has got
    items worth more than 10GB size. [The list has many video attachments]
    Saving the List as template along with its contents is certainly not an option. What I am proposing is to export the entire List to a number of "DAT" files using powershell and then again import the same to the 2010 server. This definitely includes
    manually changing the version of the List from 12 to 14 after export.
    Plz advice if there's any better alternative to do this.

    hi
    also check Migration Manager for SharePoint, which may migrate content from older SP versions to newer and has trial version. And of course it is always possible to write custom script
    or console utility which will save all metadata to the file system and then import it to new SP version.
    Blog - http://sadomovalex.blogspot.com
    Dynamic CAML queries via C# - http://camlex.codeplex.com

  • Migrate Data only from MS SQL to existing tables in Oracle

    Hi,
    I just downloaded Sql developer and I just want to copy data from sql server tables to oracle. I already have existing tables in Oracle and I just want to import the data there. How could I possible do that?
    Thanks in advance :)

    try this it must be helpful
    how can i connect sql server in sql developer?
    Regards

  • Live migration (Data transfer) from MS-Acess to Oracle? please look.

    Dear Members,
    we have our buses GPS system installed, the application gives data in to MS-Access. based on satellite movement once it catches our devices installed in Buses it produces a current position record the current place (GPS software used world places and give names of each small town),speed, etc there is upto 10 columns.
    i'm looking for the possibility of extracting two fields from that Ms-access table current place,speed into my Oracle database, that should be live transfer, means when ever a record stores into Ms-access i want this to be saved in Oracle too.
    actually they have a option SQL-server too, but i dont want to go SQL Server and already we are using Oracle 8 for all other operations. they (GPS software company)dont have an option or drivers to be integrated to Oracle.
    Please.. any ideas..
    thanks in advance

    If there is no primary key and no timestamp, I don't know how you would go about pulling only new records cheaply. The only thing I could think of would be to have a where not exists clause in the select statement, i.e.
    SELECT access.column1, access.column2
      FROM tableName@AccessDatabase access
    WHERE NOT EXISTS (
        SELECT orcl.column1
          FROM oracleTableName orcl
         WHERE orcl.column1 = access.column1
           AND orcl.column2 = access.column2 )which would obviously be an expensive query to issue repeatedly. Can you add a timestamp or some such to the Access table?
    Justin

  • Tools for migrating data (documents) from MS SQL to Oracle

    Hi,
    Please let me know if there any tools available for migrating documents from one database like MS SQL to Oracle. Currently our documents are stored in MS SQL and we are planning to implement KM for document management with Oracle as the database.
    Regards,
    Suresh

    The old manual style still works - create the scripts for the migration objects, then use search & replace to rename the schema for all affected objects and finally run the SQL script to create them in the Oracle database.
    - Klaus

  • How to migrate the computers from SCCM 2007 to SCCM 2012

    Hello,
    Could anyone tell me how to mirgrate the computers present in SCCM 2007 to SCCM 2012.
    Does the "collection migration" job migrate the computers or devices present in the collection? I tried this but computers were not migrated.
    Should we again discover the computers in SCCM 2012?
    Thanks,
    SreehariG

    There is no migration job in CM12 that will migrate CM07 clients. You need to install CM12 agent on your CM07 client in order to migrate them. During the installation the existing CM07 client will be uninstalled. You can use any supported
    client deployment methods to migrate to your new CM12 environment. More information here:
    http://social.technet.microsoft.com/Forums/en-US/configmanagermigration/thread/71175a47-22fe-4284-871c-834c0c999075

Maybe you are looking for

  • Solution Manager instance install with on differnt platform than ERP system

    Hello, I am working on a project to implement Solution Manager 7.0 in our landscape (SAP 4.7).  Our current servers are running on HP-UX 11 with Oracle 9.4.0.2 database.  We are considering implementing SolMan on a different OS (Linux & Windows the p

  • New computer to sync iphone to

    My old computer crashed and I have a new one but I don't want to have to lose all my music or ringtones. How do I sync it without losing the information ?

  • How to Grab or capture a photo from a the Timeline

    How can i grab a picture from my Time line Thanks Simon

  • RV082 - Having issues with VoIP phone

    Our office uses and RV082 and recently installed an IPECS PBX system with VoIP support.  We have a one-to-one NAT set up to allow access from outside to the IPECS shelf that works fine.  When we hook an IP phone at a remote location the IPECS system

  • Safari on iOS 6.1.3 logs out of websites

    Hi, I have an ipad mini running on iOS 6.1.3. Safari has recently started logging me out of websites within 30 seconds of logging in, or as soon as I navigate to a different page, e.g. On ebay or aol etc.  I have tried resetting the network settings