Visual Studio Developer Center > Visual Studio Team System Forums > Team Foundation Server - General > The Team System cube either does not exist or has not been processed

Answered The Team System cube either does not exist or has not been processed

  • Thursday, August 11, 2005 3:30 PM
     
     
    Hi:
    I installed Team Foundation Server July CTP and created a new team project. When I try to run the build report I get the following error:

    Reporting Services Error

    • An error has occurred during report processing. (rsProcessingAborted) Get Online Help
      • Query execution failed for data set 'dsBuildParam'. (rsErrorExecutingCommand) Get Online Help
        • The Team System cube either does not exist or has not been processed.

    How long does it take for the cube to be created after creating a new team project?

    Thanks,
    Rob

Answers

  • Thursday, August 18, 2005 5:50 AM
    Moderator
     
     Answered
    The NT Service TFSSchedulerService should kick it every 60 minutes.  It calls warehousecontroller.asmx and executes the run method.  You can also browse to that in IE from the application tier box and kick it.  There should also be another method to tell if it's still processing.

All Replies

  • Thursday, August 18, 2005 5:50 AM
    Moderator
     
     Answered
    The NT Service TFSSchedulerService should kick it every 60 minutes.  It calls warehousecontroller.asmx and executes the run method.  You can also browse to that in IE from the application tier box and kick it.  There should also be another method to tell if it's still processing.
  • Thursday, August 18, 2005 12:58 PM
     
     
    Thanks for the info. It took about 6 hours before the reports were ready to view.