0

We are trying to migrate Source Control (No work items) an On-Prem TFS 2013 project to VS Team Services and getting the following error on 33/3383 ChangeSet/Label.

OH-SCM-009: Error ocurred while sync, GetAndDownloadFile :TF30063: You are not authorized to access Microsoft-IIS/8.5. Logs

This happened when i was trying to migrate 1 Team Project (and i was just starting the process).

Log Attached by the way.

Error Print

Esther Fan - MSFT
  • 8,276
  • 4
  • 27
  • 25
  • Has the migration started at all? Most likely the issue can be either caching issue or limited disk space on the TFS Server machine. – OpsHub Inc. Nov 17 '15 at 06:06
  • I barely think so. The project was migrating to a certain point at which no more migrated , the system had 1 file showed that slope, not moving more migration showing me this error in the view of errors. After that i migrated another team proyect (just code) without any inconvenience – Diego Castillo Castillo Nov 17 '15 at 14:26
  • 1
    Hi, Can you try using Visual Studio and doing GetSpecificVersion for changeset 7913 from your on-premises TFS? – OpsHub Inc. Nov 18 '15 at 05:09
  • What Exactly do i have to check? I notive some .pubxml files but i think thats not the problem? is there an exception for an specific file extension? – Diego Castillo Castillo Nov 18 '15 at 16:26
  • 1
    Are you able to download the whole changeset sucessfully? – OpsHub Inc. Nov 19 '15 at 05:45
  • @DiegoCastilloCastillo, the log shows that the error message arises when download the "$/Belcorp.PortalConsultoras/Main/Portal.Consultoras.ServiceHost/Portal.Consultoras.ServiceHost.csproj " file. Please first get latest version for it. Additionally, have a check on the logs in the Event Viewer on the TFS AT machine to see whether there are some error messages. – Vicky - MSFT Nov 19 '15 at 07:45

1 Answers1

0

This issue could be caused by several reasons:

  • Make sure the credentials you use have full access

  • Clean TFS cache manually. The cache folder locates at C:\Documents and Settings\Administrator\Local Settings\Application Data\Microsoft\Team Foundation\4.0\cache. You may see several folders under Team Foundation folder like 4.0, 5.0, clean the cache file in all of them.

  • Make sure your TFS server disk isn't out of space.

  • Check if you are using any proxy
Eddie Chen - MSFT
  • 29,708
  • 2
  • 46
  • 60