Last active
December 26, 2016 02:57
-
-
Save ryanvgates/478859d04cb5d5de660a4d9ab6ac62cd to your computer and use it in GitHub Desktop.
TFS Build Error TF30063
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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