Skip to content

Instantly share code, notes, and snippets.

@ryanvgates
Last active December 26, 2016 02:57
Show Gist options
  • Save ryanvgates/478859d04cb5d5de660a4d9ab6ac62cd to your computer and use it in GitHub Desktop.
Save ryanvgates/478859d04cb5d5de660a4d9ab6ac62cd to your computer and use it in GitHub Desktop.
TFS Build Error TF30063
TF215097: An error occurred while initializing a build for build definition Build.Test:
Exception Message: TF30063: You are not authorized to access Microsoft-IIS/8.5. (type TeamFoundationServerUnauthorizedException)
Exception Stack Trace:
at Microsoft.TeamFoundation.VersionControl.Client.UploadDownload.EndGetDownloadStream(IAsyncResult asyncResult)
at Microsoft.TeamFoundation.VersionControl.Client.UploadDownload.RetryDownloadStream.AcquireStreamAndSeek(Int64 offset)
at Microsoft.TeamFoundation.VersionControl.Client.UploadDownload.RetryDownloadStream.Read(Byte[] buffer, Int32 offset, Int32 count)
at System.IO.StreamReader.ReadBuffer()
at System.IO.StreamReader.ReadToEnd()
at Microsoft.TeamFoundation.Build.Client.ProcessTemplate.Download(String sourceGetVersion)
at Microsoft.TeamFoundation.Build.Hosting.BuildControllerWorkflowManager.PrepareRequestForBuild(WorkflowManagerActivity activity, IBuildDetail build, WorkflowRequest request, IDictionary`2 dataContext)
at Microsoft.TeamFoundation.Build.Hosting.BuildWorkflowManager.TryStartWorkflow(WorkflowRequest request, WorkflowManagerActivity activity, BuildWorkflowInstance& workflowInstance, Exception& error, Boolean& syncLockTaken)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment