Sundeep
Sundeep

Reputation: 2135

Error Importing from Visual Studio Online

When I try to import TFS to an on-premises TFS, I am getting an error after running the below cmd.

TFSConfig CloudImport /SQLInstance:SQLServerInstanceName /SettingsFile:SettingsFileName.ini 

Error: "TF400711: Error occurred while executing servicing step Download bacpac from Azure Storage for component CloudImport during CloudImport: Exception has been thrown by the target of an invocation."

Below are the instructions I followed to import TFS.

http://msdn.microsoft.com/en-us/library/7cb80f0d-0119-4277-82e8-719a8db1796e

Upvotes: 0

Views: 81

Answers (2)

Sundeep
Sundeep

Reputation: 2135

We finally figured it out. Our internal encryption algo was not supported by Microsoft TFS cloud. So we had to stop that service and then import the data.

Upvotes: 0

user3590512
user3590512

Reputation: 11

It looks like Visual Studio Online export has expired. Try requesting a fresh one.

Upvotes: 1

Related Questions