FoxHound
FoxHound

Reputation: 404

Migration can't get past changeset and stops running

I'm migrating our local TFS to VSO using the OpsHub VSO migration utility.

It stopped migrating at a certain changeset and every time I restart the migration, it won't go any further and stops again after a while.

I've noticed one changeset is pending for retry, with the message "Error occurred while sync. GetAndDownloadFile :The server returned content type text/html, which is not supported."

I also do not have an option to skip this changeset.

How can I get it to continue again?

EDIT: New issue:

It now stopped at 6311 out of 9542 changesets with the message

OH-SCM-009: Error occurred while sync. No matching items found in $/Global Libraries/Release/Global Libraries 2.0.1/Global Libraries 2.0.1.sln at the specified version, or you do not have permission to access them. It seems changeset has items across team projects and all such projects are not selected in configuration. Please create new configuration selecting all such projects to allow processing of this changeset.

What I make out of this is that I haven't selected all team projects used in this changeset.

However, when checking the changeset: enter image description here Only 2 team projects are part of this changeset and both were selected to migrate in this configuration.

Upvotes: 0

Views: 479

Answers (1)

OpsHub
OpsHub

Reputation: 36

This error usually occurs if your TFS instance has been upgraded from v2005/2008/2010. When you receive this error while using the migration tool, verify in your Event Log for more information pertaining to this.

Secondly, the utility will show you the changeset id for which is issue is occurring. Try to download this specific changeset through your Visual Studio Source Control Explorer and see what is the outcome.

Upvotes: 1

Related Questions