Hi Srinivas, I was seeing the same issue as you're experiencing...but got around it by dropping the username, password and domain settings, the TFS call should then use the credentials which the ccservice.exe (or the ccnet.exe I assume) is running under.
Cheers, Jay On May 7, 9:47 am, Shrinu9 <[email protected]> wrote: > Hi, > > I am using CCNET 1.5 with TFS 2010. I added the sorce controlo block > as following. > <sourcecontrol type="filtered"> > <sourceControlProvider type="vsts" autoGetSource="true" > applyLabel="true"> > <server>http://147.183.129.56:8080/tfs/myCollection/</server> > <username>user</username> > <password>222</password> > <domain>DOMAIN</domain> > <executable>C:\Program Files (x86)\Microsoft Visual Studio > 10.0\Common7\IDE\TF.exe</executable> > <project>$/Titan/MainTrunk.v5</project> > <workingDirectory>C:\Builds\App</workingDirectory> > > <workspace>[SERVER_NAME]</workspace> > <deleteWorkspace>false</deleteWorkspace> > > <timeout>10000000</timeout> > </sourceControlProvider> > <exclusionFilters> > <userFilter> > <names> > <name>admin</name> > </names> > </userFilter> > </exclusionFilters> > </sourcecontrol> > > But this is not working. It is giving error as follows. > Error Message: System.Exception: TF30063: You are not authorized to > accesshttp://147.183.129.56:8080/tfs/myCollection. > > at > ThoughtWorks.CruiseControl.Core.Sourcecontrol.Vsts.lookForErrorReturns(Proc > essResult > pr) > at > ThoughtWorks.CruiseControl.Core.Sourcecontrol.Vsts.projectExists(IIntegrati > onResult > result) > at > ThoughtWorks.CruiseControl.Core.Sourcecontrol.Vsts.GetModifications(IIntegr > ationResult > from, IIntegrationResult to) > at > ThoughtWorks.CruiseControl.Core.Sourcecontrol.FilteredSourceControl.GetModi > fications(IIntegrationResult > from, IIntegrationResult to) > at > ThoughtWorks.CruiseControl.Core.Sourcecontrol.QuietPeriod.GetModificationsW > ithLogging(ISourceControl > sc, IIntegrationResult from, IIntegrationResult to) > at > ThoughtWorks.CruiseControl.Core.Sourcecontrol.QuietPeriod.GetModifications( > ISourceControl > sourceControl, IIntegrationResult lastBuild, IIntegrationResult > thisBuild) > at > ThoughtWorks.CruiseControl.Core.IntegrationRunner.GetModifications(IIntegra > tionResult > from, IIntegrationResult to) > at > ThoughtWorks.CruiseControl.Core.IntegrationRunner.Integrate(IntegrationRequ > est > request) > > Please let me know how will we give the different collection with TFS. > > regards, > SRINIVAS
