TF80071 connecting MPP to Team project

I have an MPP in my Team project. I have checked out the MPP file and opened it. When I click the Choose Team Project button and select my project, I get an error "TF8001: Team Foundation encountered an error while accessing the work item database.  Please contact the Team Foundation Server administrator." Any clues

TIA,
Doug


Answer this question

TF80071 connecting MPP to Team project

  • ?eljko Marki?

    jbothwel's work-around did the trick for me. Thanks.
  • NJNick

    Where exactly would this log be located
  • GSXP

    Please see Dan Takacs' post in the following thread for the solution to the warehouse problem.

    http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=112925&SiteID=1

    Buck



  • themadmax



  • Jean Philppe HERLOIN

    This looks familiar to me.  I'll forward it to the reporting team.

    Brian


  • filii_neo

    If you are trying to open MPP from Team Project portal(Windows SharePoint Site) or Docments->Project Management folder of Team Explorer Tool window then this is a know issue.

    Work around for this problem is,

    1.Open the MPP document
    2.Save it to the local computer hard disk
    3.Click on "Choose Team Project" connect to you Team Project
    4.Do your work
    5.Use Save As and save it to your Team Project Portal. 

    Next time you open the MPP again you will get the same error and you can follow the above workaround.

    Smitha Saligrama

  • S Nehra

    I'm having the same problem.  I've tried this work around and the trick is to close Project and then re-open it before connecting to your Team Project.Big Smile
  • Doe

    Doug, please check the application tier for a corresponding event log entry.  It sounds like there should be one, and that would help to diagnose the problem.

    Buck

  • I-DotNET

    Hi there!

    I'm getting this error and the workaround posted here is not working with me. I can't find MUI for portuguese office!

    In fact I've got MSProject 2003 with SP2 wich is supposed to have MUI allready installed!

    In Team Foundation Server application server computer there's no events when I try to connect project to TFS.

     


  • Christian Damborg

    That did the trick--thanks for the help!
  • Tico

    Can anyone help me on this error

    I've searched on my event viewer and this is the error:

    An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff.
    Technical Information (for the administrative staff):
    Date (UTC): 03-01-2006 10:58:19
    Machine: TFSBETA
    Application Domain: /LM/W3SVC/3/Root/Warehouse-1-127807557957141992
    Assembly: Microsoft.TeamFoundation.Warehouse, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727
    Process Details:
      Process Name: w3wp
      Process Id: 3872
      Thread Id: 3024
      Account name: AAAAAAA\TFSSERVICE

    Detailed Message: Cube processing runtime error: \r\nMicrosoft.TeamFoundation.Warehouse.WarehouseException: OLE DB error: OLE DB or ODBC error: The conversion of a char data type to a datetime data type resulted in an out-of-range datetime value.; 22007.
       at Microsoft.TeamFoundation.Warehouse.OlapCreator.ProcessOlap(Boolean schemaUpdated, UpdateStatusStore updateStatus)
       at Microsoft.TeamFoundation.Warehouse.AdapterScheduler.RunCubeProcess()

     


  • R.Tutus

    Doh, I see you said the Event Log. I checked the Application Event Log and I don't see an entry related to this.
  • Waldo Wrangler

    Looks like your mapping is out of date.
    Please do the following:

    1. Start a command prompt
    2. cd \Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies
    Then type:
    3. >TFSFieldMapping download <server_URL> <team_project> mapping.xml
    4. > start wordpad mapping.xml
    5. Now you will see  line in wordpad that has QualityOfServiceType. It will be something like:
    <Mapping WorkItemTrackingFieldReferenceName="Microsoft.VSTS.Common.QualityOfServiceType" ProjectField="pjTaskText21" />
    Delete that line and save the file.
    Now type:
    6. >TFSFieldMapping upload <server_URL> <team_project> mapping.xml

    Let us know how that works.

  • Thomas Kurek

    I am getting the following error:

    "The following fields could not be mapped because the fields could not be found on the server: Microsoft.VSTS.Common.QualityOfServiceType"

    I am using TFS Beta 3 with the MSF CMMI process templates. I cannot get the MS Project --> TFS integration working and it's becoming quite frustrating.

  • TF80071 connecting MPP to Team project