Error syncing Project - Fails at migration of large revision (with 35000 adds)

Hello Microsoft!
We have managed to migrate large projects before. But this time we are getting errors, at a point where the tool tries to migrate a check-in with large (35000) adds. It then re-tries to process the 35000 adds and again fails, then re-tries.
There are large adds in this revision because the user has checked-in a large lot of files at one time.
The tool logs show that it is sometimes able to process 1000, sometimes 4000, sometimes 7000; I have even seen it reaching upto 21000 of 35969 adds. Not sure why this is happening!
Below are logs. Please will you help us find solution to this.
[2/4/2015 12:16:02 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finished scheduling! 
[2/4/2015 12:33:23 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 1000 of 35969 Adds 
[2/4/2015 12:50:58 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 2000 of 35969 Adds 
[2/4/2015 1:10:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 3000 of 35969 Adds 
[2/4/2015 1:38:42 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 4000 of 35969 Adds 
[2/4/2015 2:09:35 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 5000 of 35969 Adds 
[2/4/2015 2:34:02 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 6000 of 35969 Adds 
[2/4/2015 2:44:20 AM] TfsIntegrationService.exe Warning: 0 : VersionControl: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. 
[2/4/2015 2:44:20 AM] TfsIntegrationService.exe Information: 0 : VersionControl: System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException:
An existing connection was forcibly closed by the remote host 
[2/4/2015 2:44:20 AM]    at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult) 
[2/4/2015 2:44:20 AM]    at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult) 
[2/4/2015 2:44:20 AM]    --- End of inner exception stack trace --- 
[2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.VersionControl.Client.UploadDownload.EndDownload(IAsyncResult asyncResult) 
[2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Client.DownloadFile(String downloadUrl, String localFileName) 
[2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Item.DownloadFile(String localFileName) 
[2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.Download(String localPath) 
[2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.downloadItem(BatchedItem itemToBeDownloaded) 
[2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendAdds() 
[2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendChanges() 
[2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.Flush() 
[2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.Flush(BatchingContext context) 
[2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.ProcessChangeGroup(ChangeGroup group) 
[2/4/2015 2:44:20 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Unresolved conflict:  
[2/4/2015 2:44:20 AM]   Session: eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 
[2/4/2015 2:44:20 AM]   Source: 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 2:44:20 AM]   Message: Cannot find applicable resolution rule. 
[2/4/2015 2:44:20 AM]   Conflict Type: Runtime Error 
[2/4/2015 2:44:20 AM]   Conflict Type Reference Name: f6dab314-2792-40d9-86cc-b40f5b827d86 
[2/4/2015 2:44:20 AM]   Conflict Details: System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was
forcibly closed by the remote host 
[2/4/2015 2:44:20 AM]    at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult) 
[2/4/2015 2:44:20 AM]    at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult) 
[2/4/2015 2:44:20 AM]    --- End of inner exception stack trace --- 
[2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.VersionControl.Client.UploadDownload.EndDownload(IAsyncResult asyncResult) 
[2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Client.DownloadFile(String downloadUrl, String localFileName) 
[2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Item.DownloadFile(String localFileName) 
[2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.Download(String localPath) 
[2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.downloadItem(BatchedItem itemToBeDownloaded) 
[2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendAdds() 
[2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendChanges() 
[2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.Flush() 
[2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.Flush(BatchingContext context) 
[2/4/2015 2:44:20 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.ProcessChangeGroup(ChangeGroup group) 
[2/4/2015 2:44:20 AM]  
[2/4/2015 2:44:20 AM]  
[2/4/2015 2:44:20 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Stopping current trip for session: eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 
[2/4/2015 2:44:20 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Recorded sync point for migration source fd615486-5fdc-4377-8a10-f130e635df3b of session eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 with Source High Water Mark 'HWMDelta' value of
'22084' 
[2/4/2015 2:44:20 AM] TfsIntegrationService.exe Information: 0 : VersionControl: VersionControl: Session stopped! 
[2/4/2015 2:44:50 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Pipeline flow from 87766026-7889-4150-b6ff-bb09b4749ad6 to fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 2:44:50 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 2:44:50 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating linking delta for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 2:44:50 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating migration instructions for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Starting basic conflict detection 
[2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finishing basic conflict detection 
[2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
[2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Post-processing delta table entries from the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating to the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
[2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Processing linking delta 
[2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating links to the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Recorded sync point for migration source 87766026-7889-4150-b6ff-bb09b4749ad6 of session eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 with Source High Water Mark 'HWMDelta' value of
'68541' 
[2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl:  
[2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Pipeline flow from fd615486-5fdc-4377-8a10-f130e635df3b to 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 2:44:52 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 2:44:53 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating linking delta for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 2:44:53 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 2:44:53 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating migration instructions for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 2:44:53 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Starting basic conflict detection 
[2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finishing basic conflict detection 
[2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
[2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Target AnalysisProvider detecting conflicts in ChangeGroup #134544 
[2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Post-processing delta table entries from the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating to the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
[2/4/2015 2:44:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Processing ChangeGroup #132730, change 22081 
[2/4/2015 2:45:10 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finished scheduling! 
[2/4/2015 2:49:42 AM] TfsIntegrationService.exe Warning: 0 : VersionControl: TF400324: Team Foundation services are not available from server 10.100.2.69\DefaultCollection. 
[2/4/2015 2:49:42 AM] Technical information (for administrator): 
[2/4/2015 2:49:42 AM]   The request was aborted: The operation has timed out. 
[2/4/2015 2:49:42 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Microsoft.TeamFoundation.TeamFoundationServiceUnavailableException: TF400324: Team Foundation services are not available from server 10.100.2.69\DefaultCollection. 
[2/4/2015 2:49:42 AM] Technical information (for administrator): 
[2/4/2015 2:49:42 AM]   The request was aborted: The operation has timed out. ---> System.Net.WebException: The request was aborted: The operation has timed out. 
[2/4/2015 2:49:42 AM]    at System.Net.HttpWebRequest.GetResponse() 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequestAndGetResponse(HttpWebRequest webRequest, WebException& webException) 
[2/4/2015 2:49:42 AM]    --- End of inner exception stack trace --- 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.ReadResponse(HttpWebResponse webResponse, WebException webException) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequest() 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpRequestChannel.Request(TfsMessage message, TimeSpan timeout) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, Object[]& outputs) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Repository4.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayerLocalWorkspaces.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType,
Boolean generateDownloadUrls, Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec[] itemSpecs, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options, String[] itemPropertyFilters,
String[] itemAttributeFilters) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec itemSpec, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, DeletedState deletedState, GetItemsOptions options) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, GetItemsOptions options) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, Boolean includeDownloadInfo) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.loadCachedItem() 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.get_CachedItem() 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.Download(String localPath) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.downloadItem(BatchedItem itemToBeDownloaded) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendAdds() 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendChanges() 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.Flush() 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.Flush(BatchingContext context) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.ProcessChangeGroup(ChangeGroup group) 
[2/4/2015 2:49:42 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Unresolved conflict:  
[2/4/2015 2:49:42 AM]   Session: eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 
[2/4/2015 2:49:42 AM]   Source: 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 2:49:42 AM]   Message: Cannot find applicable resolution rule. 
[2/4/2015 2:49:42 AM]   Conflict Type: Runtime Error 
[2/4/2015 2:49:42 AM]   Conflict Type Reference Name: f6dab314-2792-40d9-86cc-b40f5b827d86 
[2/4/2015 2:49:42 AM]   Conflict Details: Microsoft.TeamFoundation.TeamFoundationServiceUnavailableException: TF400324: Team Foundation services are not available from server 10.100.2.69\DefaultCollection. 
[2/4/2015 2:49:42 AM] Technical information (for administrator): 
[2/4/2015 2:49:42 AM]   The request was aborted: The operation has timed out. ---> System.Net.WebException: The request was aborted: The operation has timed out. 
[2/4/2015 2:49:42 AM]    at System.Net.HttpWebRequest.GetResponse() 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequestAndGetResponse(HttpWebRequest webRequest, WebException& webException) 
[2/4/2015 2:49:42 AM]    --- End of inner exception stack trace --- 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.ReadResponse(HttpWebResponse webResponse, WebException webException) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequest() 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpRequestChannel.Request(TfsMessage message, TimeSpan timeout) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, Object[]& outputs) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Repository4.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayerLocalWorkspaces.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType,
Boolean generateDownloadUrls, Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec[] itemSpecs, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options, String[] itemPropertyFilters,
String[] itemAttributeFilters) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec itemSpec, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, DeletedState deletedState, GetItemsOptions options) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, GetItemsOptions options) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, Boolean includeDownloadInfo) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.loadCachedItem() 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.get_CachedItem() 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.Download(String localPath) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.downloadItem(BatchedItem itemToBeDownloaded) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendAdds() 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendChanges() 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.Flush() 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.Flush(BatchingContext context) 
[2/4/2015 2:49:42 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.ProcessChangeGroup(ChangeGroup group) 
[2/4/2015 2:49:42 AM]  
[2/4/2015 2:49:42 AM]  
[2/4/2015 2:49:42 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Stopping current trip for session: eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 
[2/4/2015 2:49:42 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Recorded sync point for migration source fd615486-5fdc-4377-8a10-f130e635df3b of session eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 with Source High Water Mark 'HWMDelta' value of
'22084' 
[2/4/2015 2:49:42 AM] TfsIntegrationService.exe Information: 0 : VersionControl: VersionControl: Session stopped! 
[2/4/2015 2:50:12 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Pipeline flow from 87766026-7889-4150-b6ff-bb09b4749ad6 to fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 2:50:12 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 2:50:12 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating linking delta for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 2:50:12 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating migration instructions for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Starting basic conflict detection 
[2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finishing basic conflict detection 
[2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
[2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Post-processing delta table entries from the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating to the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
[2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Processing linking delta 
[2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating links to the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Recorded sync point for migration source 87766026-7889-4150-b6ff-bb09b4749ad6 of session eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 with Source High Water Mark 'HWMDelta' value of
'68541' 
[2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl:  
[2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Pipeline flow from fd615486-5fdc-4377-8a10-f130e635df3b to 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating linking delta for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating migration instructions for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 2:50:14 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Starting basic conflict detection 
[2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finishing basic conflict detection 
[2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
[2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Target AnalysisProvider detecting conflicts in ChangeGroup #134544 
[2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Post-processing delta table entries from the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating to the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
[2/4/2015 2:50:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Processing ChangeGroup #132730, change 22081 
[2/4/2015 2:50:22 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finished scheduling! 
[2/4/2015 3:05:29 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 1000 of 35969 Adds 
[2/4/2015 3:33:27 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 2000 of 35969 Adds 
[2/4/2015 3:49:01 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 3000 of 35969 Adds 
[2/4/2015 4:03:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 4000 of 35969 Adds 
[2/4/2015 4:16:15 AM] TfsIntegrationService.exe Warning: 0 : VersionControl: TF400324: Team Foundation services are not available from server 10.100.2.69\DefaultCollection. 
[2/4/2015 4:16:15 AM] Technical information (for administrator): 
[2/4/2015 4:16:15 AM]   The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. 
[2/4/2015 4:16:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Microsoft.TeamFoundation.TeamFoundationServiceUnavailableException: TF400324: Team Foundation services are not available from server 10.100.2.69\DefaultCollection. 
[2/4/2015 4:16:15 AM] Technical information (for administrator): 
[2/4/2015 4:16:15 AM]   The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept
alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly
closed by the remote host 
[2/4/2015 4:16:15 AM]    at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) 
[2/4/2015 4:16:15 AM]    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) 
[2/4/2015 4:16:15 AM]    --- End of inner exception stack trace --- 
[2/4/2015 4:16:15 AM]    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) 
[2/4/2015 4:16:15 AM]    at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) 
[2/4/2015 4:16:15 AM]    at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) 
[2/4/2015 4:16:15 AM]    --- End of inner exception stack trace --- 
[2/4/2015 4:16:15 AM]    at System.Net.HttpWebRequest.GetResponse() 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequestAndGetResponse(HttpWebRequest webRequest, WebException& webException) 
[2/4/2015 4:16:15 AM]    --- End of inner exception stack trace --- 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.ReadResponse(HttpWebResponse webResponse, WebException webException) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequest() 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpRequestChannel.Request(TfsMessage message, TimeSpan timeout) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, Object[]& outputs) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Repository4.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayerLocalWorkspaces.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType,
Boolean generateDownloadUrls, Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec[] itemSpecs, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options, String[] itemPropertyFilters,
String[] itemAttributeFilters) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec itemSpec, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, DeletedState deletedState, GetItemsOptions options) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, GetItemsOptions options) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, Boolean includeDownloadInfo) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.loadCachedItem() 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.get_CachedItem() 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.Download(String localPath) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.downloadItem(BatchedItem itemToBeDownloaded) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendAdds() 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendChanges() 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.Flush() 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.Flush(BatchingContext context) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.ProcessChangeGroup(ChangeGroup group) 
[2/4/2015 4:16:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Unresolved conflict:  
[2/4/2015 4:16:15 AM]   Session: eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 
[2/4/2015 4:16:15 AM]   Source: 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 4:16:15 AM]   Message: Cannot find applicable resolution rule. 
[2/4/2015 4:16:15 AM]   Conflict Type: Runtime Error 
[2/4/2015 4:16:15 AM]   Conflict Type Reference Name: f6dab314-2792-40d9-86cc-b40f5b827d86 
[2/4/2015 4:16:15 AM]   Conflict Details: Microsoft.TeamFoundation.TeamFoundationServiceUnavailableException: TF400324: Team Foundation services are not available from server 10.100.2.69\DefaultCollection. 
[2/4/2015 4:16:15 AM] Technical information (for administrator): 
[2/4/2015 4:16:15 AM]   The underlying connection was closed: A connection that was expected to be kept alive was closed by the server. ---> System.Net.WebException: The underlying connection was closed: A connection that was expected to be kept
alive was closed by the server. ---> System.IO.IOException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly
closed by the remote host 
[2/4/2015 4:16:15 AM]    at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) 
[2/4/2015 4:16:15 AM]    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) 
[2/4/2015 4:16:15 AM]    --- End of inner exception stack trace --- 
[2/4/2015 4:16:15 AM]    at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) 
[2/4/2015 4:16:15 AM]    at System.Net.PooledStream.Read(Byte[] buffer, Int32 offset, Int32 size) 
[2/4/2015 4:16:15 AM]    at System.Net.Connection.SyncRead(HttpWebRequest request, Boolean userRetrievedStream, Boolean probeRead) 
[2/4/2015 4:16:15 AM]    --- End of inner exception stack trace --- 
[2/4/2015 4:16:15 AM]    at System.Net.HttpWebRequest.GetResponse() 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequestAndGetResponse(HttpWebRequest webRequest, WebException& webException) 
[2/4/2015 4:16:15 AM]    --- End of inner exception stack trace --- 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.ReadResponse(HttpWebResponse webResponse, WebException webException) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpWebRequest.SendRequest() 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpRequestChannel.Request(TfsMessage message, TimeSpan timeout) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, TimeSpan timeout, Object[]& outputs) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters, Object[]& outputs) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Client.Channels.TfsHttpClientBase.Invoke(TfsClientOperation operation, Object[] parameters) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.Repository4.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayer.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType, Boolean generateDownloadUrls,
Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.WebServiceLayerLocalWorkspaces.QueryItems(String workspaceName, String workspaceOwner, ItemSpec[] items, VersionSpec version, DeletedState deletedState, ItemType itemType,
Boolean generateDownloadUrls, Int32 options, String[] itemPropertyFilters, String[] itemAttributeFilters) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec[] itemSpecs, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options, String[] itemPropertyFilters,
String[] itemAttributeFilters) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItems(ItemSpec itemSpec, VersionSpec version, DeletedState deletedState, ItemType itemType, GetItemsOptions options) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, DeletedState deletedState, GetItemsOptions options) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, GetItemsOptions options) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer.GetItem(String path, VersionSpec version, Int32 deletionId, Boolean includeDownloadInfo) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.loadCachedItem() 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.get_CachedItem() 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsMigrationItem.Download(String localPath) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.downloadItem(BatchedItem itemToBeDownloaded) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendAdds() 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.pendChanges() 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.BatchingContext.Flush() 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.Flush(BatchingContext context) 
[2/4/2015 4:16:15 AM]    at Microsoft.TeamFoundation.Migration.Tfs2010VCAdapter.TfsVCMigrationProvider.ProcessChangeGroup(ChangeGroup group) 
[2/4/2015 4:16:15 AM]  
[2/4/2015 4:16:15 AM]  
[2/4/2015 4:16:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Stopping current trip for session: eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 
[2/4/2015 4:16:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Recorded sync point for migration source fd615486-5fdc-4377-8a10-f130e635df3b of session eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 with Source High Water Mark 'HWMDelta' value of
'22084' 
[2/4/2015 4:16:15 AM] TfsIntegrationService.exe Information: 0 : VersionControl: VersionControl: Session stopped! 
[2/4/2015 4:16:45 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Pipeline flow from 87766026-7889-4150-b6ff-bb09b4749ad6 to fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 4:16:45 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 4:16:45 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating linking delta for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 4:16:45 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating migration instructions for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Starting basic conflict detection 
[2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finishing basic conflict detection 
[2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
[2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Post-processing delta table entries from the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating to the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 4:16:46 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
[2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Processing linking delta 
[2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating links to the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Recorded sync point for migration source 87766026-7889-4150-b6ff-bb09b4749ad6 of session eeb13092-fc5e-4ca6-89bd-ea30973c9eb0 with Source High Water Mark 'HWMDelta' value of
'68541' 
[2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl:  
[2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Pipeline flow from fd615486-5fdc-4377-8a10-f130e635df3b to 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating linking delta for the migration source fd615486-5fdc-4377-8a10-f130e635df3b 
[2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating delta tables for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Generating migration instructions for the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 4:16:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Starting basic conflict detection 
[2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finishing basic conflict detection 
[2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
[2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Target AnalysisProvider detecting conflicts in ChangeGroup #134544 
[2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Post-processing delta table entries from the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Migrating to the migration source 87766026-7889-4150-b6ff-bb09b4749ad6 
[2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Loading 50 ChangeGroup(s) 
[2/4/2015 4:16:48 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Processing ChangeGroup #132730, change 22081 
[2/4/2015 4:17:03 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Finished scheduling! 
[2/4/2015 4:29:47 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 1000 of 35969 Adds 
[2/4/2015 4:43:54 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 2000 of 35969 Adds 
[2/4/2015 4:56:26 AM] TfsIntegrationService.exe Information: 0 : VersionControl: Now processing 3000 of 35969 Adds 
[2/4/2015 5:10:25 AM] TfsIntegrationService.exe Warning: 0 : VersionControl: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection
failed because connected host has failed to respond. 
[2/4/2015 5:10:25 AM] TfsIntegrationService.exe Information: 0 : VersionControl: System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of
time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection
failed because connected host has failed to respond 
[2/4/2015 5:10:25 AM]    at System.Net.Sockets.Socket.EndReceive(IAsyncResult asyncResult) 
[2/4/2015 5:10:25 AM]    at System.Net.Sockets.NetworkStream.EndRead(IAsyncResult asyncResult) 
[2/4/2015 5:10:25 AM]    --- End of inner exception stack trace --- 

Hi Nachiket,
From the error message, seems the transport connection was lost during the migration process. You have to make sure the connection works between the two side. You  can delete the team foundation cache and try again. Also refer the blog to see if the
issue cab be resolved:
http://blogs.msdn.com/b/taylaf/archive/2010/02/10/team-foundation-server-unable-to-read-data-from-the-transport-connection-an-existing-connection-was-forcibly-closed-by-the-remote-host.aspx
You can also exclude some of the pending chagnes items, and do the migrate for less pending changes each time if you can migrate thousands adds. Also refer to this
page to limit the uploadchunksize. If the issue persists, please elaborate more details about your scenario.
Best regards, 
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.
Click
HERE to participate the survey.

Similar Messages

  • Empty BPEL Project Fails to migrate...

    Hi Everyone,
    I migrated a BPEL project from JDeveloper 10.1.2 to 10.1.3.3.
    After successfully letting JDev do the migration for me, the rebuild failed, and I ended up deleting all the project code, leaving only the receiveInput - relayOutput skeleton. And still - the project fails to compile.
    The error I am getting is:
    Error: Failed to compile classes.
    Failed to compile the generated BPEL classes for "IMP-4KOrd".
    Below is the .bpel file, and I would greatly appreciate if anyone could comment on any mistakes they see in it, or possibly suggest how to get a more meaningful error description from the JDev-BPEL compiler.
    Thanks,
    Tal.
    Here is the BPEL file:
    <process name="IMP-4KOrd"
    targetNamespace="http://xmlns.oracle.com/IMP-4KOrd"
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:ns4="http://xmlns.oracle.com/pcbpel/adapter/db/top/IMP4KOrd"
    xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:client="http://xmlns.oracle.com/IMP-4KOrd"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc">
    <!-- ================================================================= -->
    <!-- PARTNERLINKS -->
    <!-- List of services participating in this BPEL process -->
    <!-- ================================================================= -->
    <partnerLinks>
    <!--
    The 'client' role represents the requester of this service. It is
    used for callback. The location and correlation information associated
    with the client role are automatically set using WS-Addressing.
    -->
    <partnerLink name="client" partnerLinkType="client:IMP-4KOrd"
    myRole="IMP-4KOrdProvider"/>
    </partnerLinks>
    <!-- ================================================================= -->
    <!-- VARIABLES -->
    <!-- List of messages and XML documents used within this BPEL process -->
    <!-- ================================================================= -->
    <variables>
    <!-- Reference to the message passed as input during initiation -->
    <variable name="inputVariable"
    messageType="client:IMP-4KOrdRequestMessage"/>
    <!--
    Reference to the message that will be returned to the requester
    -->
    <variable name="outputVariable"
    messageType="client:IMP-4KOrdResponseMessage"/>
    </variables>
    <!-- ================================================================= -->
    <!-- ORCHESTRATION LOGIC -->
    <!-- Set of activities coordinating the flow of messages across the -->
    <!-- services integrated within this business process -->
    <!-- ================================================================= -->
    <sequence name="main">
    <!-- Receive input from requestor.
    Note: This maps to operation defined in IMP-4KOrd.wsdl
    -->
    <receive name="receiveInput" partnerLink="client"
    portType="client:IMP-4KOrd" operation="process"
    variable="inputVariable" createInstance="yes"/>
    <!-- Generate reply to synchronous request -->
    <reply name="replyOutput" partnerLink="client" portType="client:IMP-4KOrd"
    operation="process" variable="outputVariable"/>
    </sequence>
    </process>
    and the XSD
    <?xml version="1.0" encoding="utf-8" ?>
    <xs:schema xmlns="http://tempuri.org/KNITORD_Schema.xsd" xmlns:mstns="http://tempuri.org/KNITORD_Schema.xsd"
         xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="http://tempuri.org/KNITORD_Schema.xsd"
         elementFormDefault="qualified" id="KNITORD_Schema">
         <xs:element name="KNITORD">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element maxOccurs="unbounded" ref="mstns:Item" />
                   </xs:sequence>
              </xs:complexType>
         </xs:element>
         <xs:element name="Item">
              <xs:complexType>
                   <xs:sequence>
                        <xs:element name="Response" type="xs:string" />
                        <xs:element name="Operation_Type">
                             <xs:simpleType>
                                  <xs:restriction base="xs:string">
                                       <xs:enumeration value="O" />
                                       <xs:enumeration value="C" />
                                       <xs:enumeration value="U" />
                                       <xs:enumeration value="H" />
                                  </xs:restriction>
                             </xs:simpleType>
                        </xs:element>
                        <xs:element name="WIPID" type="xs:string" />
                        <xs:element name="ProductID" type="xs:string" />
                        <xs:element name="XP_OA_Route" type="xs:string" />
                        <xs:element name="XP_Rolls" type="xs:integer" />
                        <xs:element name="XP_Wip_Comments" type="xs:string" />
                   </xs:sequence>
              </xs:complexType>
         </xs:element>
    </xs:schema>

    Hi Sashwat,
    Ther requirement goes here.....
    1. CSV file initite the process (assume it has two columns .....)
    2. Based upon the CSV file data we have to invoke one webservice (existing)
    3. There will be mapping between Recieved Data from CSV (source ) and WebSrvice input variable
    4. WebService is secured webService so we need to pass some values like username / pasword inside SOAP header
    Please revert back for more clarification

  • ERROR exec_ddl_stmt: (DB) ERROR: DDL statement failed during migration.

    Hello Experts ,
    We are in process of migration and after 90% of migration we are getting the following error as mentioned in MIGRATE_DT_XXXXX_IMP.log.:
    ERROR exec_ddl_stmt: (DB) ERROR: DDL statement failed
    (  ALTER TABLE "EDID4" ADD PRIMARY KEY(       "MANDT"       , "DOCNUM"       , "COUNTER"       , "SEGNUM"       ))
    DbSlExecute: rc = 99
      (SQL error -10108)
      error message returned by DbSl:
    ERROR exec_ddl_stmt: (DB) ERROR: DDL statement failed
    (                                           ALTER TABLE "EDID4" enable persistent merge )
    DbSlExecute: rc = 99
      (SQL error 131)
      error message returned by DbSl:
    transaction rolled back by lock wait timeout: Lock timeout occurs while waiting TABLE_LOCK of mode EXCLUSIVE(TRANSACTION_ID=14, UPDATE_TRANSACTION_ID=1442668)
    (DB) INFO: disconnected from DB
    I ran r3tans -d too to check the connection but it shows "Disconnected from DB".
    Can someone please let me know what went wrong.
    Environment Details :
    SOurce : ECC 6 Ehp5 NW702 Oracle10
    Target : ECC 6 Ehp7 NW740 HANA 1.0 Rev85
    Tool : SUM 1.0 SP12 PL04
    Phase Name :
    MAIN_SWITCH/SUBMOD_MIG_SWITCH/SUBMOD_MIG_DOWNTIME_RUN/EU_CLONE_MIG_DT_RUN
    Thanks
    Dev

    Hi, Check the Blog - DMO: optimizing system downtime ...
    we already had a discussion about in another request.
    Best Regards Roland

  • Sync contacts fails since switch to new pc with Windows 7 and live mail

    Since switch to new pc with Windows 7 and live mail synchronisation of contacts fails. On old pc with Vista and Outlook Express there were no problems.

    Well, I guess I have to download some other software to make my apple product work. Really great stuff you guys sell. I will never buy another apple product. My Iphone, Ipod and Itunes are junk

  • Error "Motion Patch failed to Render" using Motion 5 with FCP 6 - any clues?

    I can't find any clues so far.

    I kinda doubt they're compatible.  Try exporting from Motion as a selfcontained qt with settings that match your fcp sequence and see if that will come in to fcp.

  • Error -17704, Build project failed in CVI

    I'm using CVI7.0 with TS3.0.
    When I configure the CVI adapter to be in debug mode, the TS uses tscvirun.prj to run an additional instance of the CVI code for debugging. As soon as TS finishes to load this project I get the run-time error:
    Build project failed in CVI for the project c:\....\tscvirun.prj.
    Error Code: -17704; CVI ActiveX automation server command failed.
    Any idea where to start looking?
    p.s. This entire project was copied from another pC where I don't have this problem. I did a lot of comparing between configurations of the two pCs but found nothing.
    Thanks

    Rafi2003 -
    Does the original tscvirun project that TestStand installs work with the example on the failing system?
    To validate this you may need to repair TestStand so that the tscvirun files are refreshed and try the examples to make sure things are working properly on the system before attempting to use the files from the second system.
    If you rerun the insaller, one of the available options will be to perform a repair.
    Scott Richardson (NI)
    Scott Richardson
    National Instruments

  • Im trying to publish a web gallery to BC, my settings seem correct but I'm still getting an  error: FTP transfer failed ' unknown error'. Techs on BC, say FTP working fine. Please help!

    Hey peeps,
    Im trying to publish a web gallery to be hosted on BC. Despite having what seem the correct settings im getting an error: FTP transfer failed ' unknown message'. Have checked with techs on BC. They say FTP working fine that end.
    Any suggestions?

    Have you tried connecting to another FTP server in Lightroom?
    For example, if you get a free Flickr account, can you login to it and upload a file to it?
    If you can't upload to any server, then you have a general FTP-in-Lr problem, but if problem is only with BC then, well, it's time to start scrutinizing the BC settings..
    PS - All my FTP'ing plugins have an enhanced FTP settings test feature designed to help you debug FTP settings, so another option is to download one of them, for example:
    robcole.com - FTPAggregator
    and experiment with settings tester:
    To get here, you have to click 'View / Edit Additional Settings' (in plugin manager), then choose 'New' or 'Edit' from 'Sync Pairs' drop-down menu.
    If test is unsuccessful, enable verbose logging (top section of plugin manager), and review the log file after test, or send to me.
    If you have a problem running plugin, please contact me directly:
    robcole.com - Contact Me
    Rob

  • Error -11003:Menu-Fail loading Image file

    HI:
    addMenus XML File:
    <Application>
      <Menus>
        <action type="add">
          <Menu Checked="0" Enabled="1" FatherUID="43520" Image="title.bmp" Position="14" String="Menus" Type="2" UniqueID="Menus">
            <Menus>
              <action type="add">
                <Menu Checked="0" Enabled="1" FatherUID="Menus" Image="" Position="0" String="Menu_1" Type="1" UniqueID="Menu_1" />
              </action>
            </Menus>
          </Menu>
        </action>
      </Menus>
    </Application>
    when add the Image property , but continue error  Error -11003:Menu-Fail loading Image file.
    <h2>How to add images by using XML inside a B1DE project ?  </h2>
    Hope it helps
    Jimmy.l

    Hi
    在你的xml文件中,image 属性设置错误,应该填写你所加的image的绝对路径
    比如:
    <Application>
    <Menus>
    <action type="add">
    <Menu Checked="0" Enabled="0" FatherUID="43520" String="MyMenu1" Type="2" UniqueID="MyMenu1" Image="C:/MyPic.bmp">
    <Menus>
    <action type="add">
    <Menu Checked="1" Enabled="0" FatherUID="MyMenu1" String="MySub1" Type="1" UniqueID="MySub1" />
    </action>
    </Menus>
    </Menu>
    <Menu Checked="0" Enabled="1" FatherUID="43520" String="MyMenu2" Type="2" UniqueID="MyMenu2" >
    <Menus>
    <action type="add">
    <Menu Checked="0" Enabled="0" Position="0" FatherUID="MyMenu2" String="MySub21" Type="1" UniqueID="MySub21" />
    </action>
    </Menus>
    </Menu>
    </action>
    </Menus>
    </Application>

  • Sync error: Uploading records failed: "client issue: request body too large"

    1328917629619 Sync.Engine.AdblockPlus DEBUG Uploading records failed: "client issue: request body too large"
    This happens from 2 Win 7 computer and 1 Win XP computer sync'd. Without the Add Block Plus being sync'd everything works.

    Hi!
    That's a problem with the Add Block Plus sync engine. It seems that they have issues on their servers.
    Try to ask the same question in their forum: https://adblockplus.org/forum/
    Good luck!

  • Parse failed: Exception DBD, The supplied XML is not valid[Measures].[SAP_OBJECT_NAME] State:N/A error for hidden KFs when migrated to HANA

    Hi All
    Please help me with the following query. We are migrating SAP BW 7.4 on Oracle to HANA. We have few WEBI report's universes built on BEx queries. In one of those reports there are some hidden RKFs, these works perfectly fine in reports based on oracle. Now we migrated to HANA in development system and when i refresh the universe structure they started giving errors like "Parse failed: Exception DBD, The supplied XML is not valid[Measures].[SAP_OBJECT_NAME] State:N/A". The object giving this error is in hidden state. I tried to unhide it and run the report then it runs fine but that not the client want as there might be so many hidden KFs in other reports also. BO version is 4.1 SP 2. We are on SAPKW74006 support package on BW side. Is there any notes to correct this error. Please pass me the relevant links. Highly appreciate your help.
    Thanks
    Dwaraka

    DCA-40012: The Web Service call failed. A connection to the target Web Service could not be created.
    First of all test the web service you have created in model project. Right click the web service name and select "Test WebService". If you see any issue(s) while testing fix it first before you run the jspx page.
    Check the port number in the URL and connections.xml, it have to be same.

  • Cannot sync. Error message says "sync session failed to start"

    I am not able to sync my ipod. The error message "the ipod could not be synced because the sync session failed to start" keeps popping up. I have tried both syncing it plugged in and by wifi and the same message appears

    Same problem today. Took five times to reinstall without any error messages. Apple has posted a way to fix and you should follow their's first. I finally got to upldate correctly by doing their fix but with one difference. I did the following:
    1) Went to the C:\program files (x86)\iTunes and C:\program files\iTunes folders and moved every file ending in .dll to the desktop (even if two files in same location had the same name, just replace)
    2) Restarted computer and still got error message
    3) Uninstalled all apple programs possible in the following order......itunes, apples software update, apple mobile device support, bonjour, and apple application support.....all performed using the microsoft control panel
    4) put all the .dll files on the desktop in the trash and emptied (this is a step apple support did not specifically put in their fix but for a final try I wanted to delete everything apple).
    5) Restarted computer.
    6) Re-installed itunes from apple website
    No error messages during re-install and was able to open shortcut in one try. Even updated my ipad to make sure everything was working.

  • When I sync my iPhone with iTunes I get an error message that says "iTunes could not sync calendars to the iPhone because the sync server failed to sync the iPhone"

    When I sync my iPhone with iTunes I get an error message that says "iTunes could not sync calendars to the iPhone because the sync server failed to sync the iPhone"  How do I fix this?

    I had the same problem.  I found this site http://itprokb.blogspot.com/2010/10/itunes-could-not-sync-calendars-to.html
    It worked for me.  Good luck!

  • What do i do when i try to sync my ipod touch to itunes and it shows me an error message that the sync session failed to start?

    what do i do when i try to sync my ipod touch to itunes and it shows me an error message that the sync session failed to start?

    Hello brainiac08
    Typically that error occurs because of a backup issue. Check out the article below to resolve it.
    iOS: Troubleshooting backup issues in iTunes
    http://support.apple.com/kb/ts2529
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • When I try to sync my Ipad Mini, I get an error message that says "sync session failed to start".  Anyone ever deal with this?

    When I try to sync my Ipad Mini, I get an error message that says "sync session failed to start".  Anyone ever deal with this?

    Quit iTunes, restart your computer, restart your iPad and try again. If it doesn't work with a restart of the iPad, try a reset of the iPad.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

  • Whenever I try to sync my iPod Touch 5th gen with iTunes I get an error message saying "The iPod "*****" could not be synced because the sync session failed to start". Is there any way I can fix this?

    Whenever I try to sync my iPod Touch 5th gen with iTunes I get an error message saying "The iPod "*****" could not be synced because the sync session failed to start". Is there any way I can fix this?

    B-rock, thanks for posting the above.  I actually have the same issue, running Windows XP and I don't have that backup location, \Application Data\Apple Computer\MobileSync\Backup\.  When I go to Documents and Settings\(username)\ there's a AppData folder followed by:\LocalLow\DataMngr\ .
    I have the latest update, 5.0.1 and I have the iPod Touch 3rd gen.
    I have tried removing itunes and all that is associated with it then reinstalling and keep getting the same message.  I've reset my ipod thinking that would help but still, no backup.
    In iTunes, Edit, Preference, Device there are no backups.
    What am I doing wrong, can you help? 
    Thank you!

Maybe you are looking for

  • Dynamic Internal Table creation and population

    Hi gurus ! my issue refers to the slide 10 provided in this slideshow : https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b332e090-0201-0010-bdbd-b735e96fe0ae My example is gonna sound dumb, but anyway: I want to dynamically select

  • Battery doesn't charge AND frequent shut down when only on AC power

    Hello all, I've spent some time browsing and searching this forum to avoid asking a question that has already been answered but I haven't seen a complete answer to this situation so here goes. I have a Lenovo 3000 N100 model 0768DKU.  Battery (P/N 92

  • I am about to give up on Firefox!

    Adobe flash won't or cannot load. There is no Backup (mozbackup is not up to date) - and anyway they should have it's own backup! Love the program but too many issues.

  • Options for simple web design software

    I have iWeb 08, which produces pretty much what I want, but IE8 won't display the javascript menu's. So is there a way of getting iWeb to create pages that will view in IE8 ? or is there some equally simple software that just works ? Thanks.

  • Cproject - PS replication. Problem

    I have the following task: create a structure of the existing cProject project in the PS. New project type is defined for automatic (on save event) WBS elements integration. I have checked the multilevel automatic controlling either for project eleme