Cruisecontrol.net

Discussion in 'TFS service' started by jonejari, Jan 28, 2013.

  1. Hello, I am trying to set up cruisecontrol.net to pull projects off of tfs. I'm wondering if this is possible in the host environment.

    My source control block looks like this:
    <sourcecontrol type="vsts">
    <server>http://tfs02.discountasp.net:8080</server>
    <username>user name</username>
    <password>password</password>
    <project>$/</project>
    </sourcecontrol>

    This is the error i get:
    ThoughtWorks.CruiseControl.Core.CruiseControlException: TF31002: Unable to connect to this Team Foundation Server: http://tfs02.discountasp.net:8080/.
    Team Foundation Server Url: http://tfs02.discountasp.net:8080/.

    Possible reasons for failure include:
    - The name, port number, or protocol for the Team Foundation Server is incorrect.
    - The Team Foundation Server is offline.
    - The password has expired or is incorrect.

    Technical information (for administrator):
    The request failed with HTTP status 404: Not Found.
     
  2. Bruce

    Bruce DiscountASP.NET Staff

  3. Thanks, that fixed a lot of issues. The problem now is i need view collection permissions, but I am set as project collection administrator. Is this the same thing? How could I resolve this issue?

    The error is this:
    ThoughtWorks.CruiseControl.Core.CruiseControlException: TF50309: The following account does not have sufficient permissions to complete the operation: TFS02\PROSTAR_jarid. The following permissions are needed to perform this operation: View collection-level information.
     
  4. This was fixed by using the collection server:
    <server>https://...</server>.
     
  5. Bruce

    Bruce DiscountASP.NET Staff

    Glad the problem is fixed.
     

Share This Page