I'm trying to get the reports in Team System up and running. When I bring up the reports I get the following error:
- An error has occurred during report processing. (rsProcessingAborted)
- Query execution failed for data set 'dsIterationParam'. (rsErrorExecutingCommand)
- For more information about this error navigate to the report server on the local server machine, or enable remote errors
I've conntected to http://localhost:8080/warehouse/v1.0/warehousecontroller.asmx and done a GetWarehouseStatus, but all I get is 'Idle'. So I checked the application event log and found the following error. The system has been up and running for a while, but we never implemented reports. Any help would be appreciated.
TF53010: 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): 8/2/2006 2:53:19 PM
Machine: DT-TEAMSYSTEM
Application Domain: /LM/W3SVC/3/Root/Warehouse-5-127990038543850000
Assembly: Microsoft.TeamFoundation.Warehouse, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727
Process Details:
Process Name: w3wp
Process Id: 476
Thread Id: 1388
Account name: SAFETRAC\amorales
Detailed Message: TF30065: An unhandled exception occurred.
Web Request Details
Url: http://dt-teamsystem:8080/Warehouse/warehousecontroller.asmx [method: GET]
User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Headers: Connection=Keep-Alive&Accept=*%2f*&Accept-Encoding=gzip%2c+deflate&Accept-Language=en-us&Authorization=NTLM+TlRMTVNTUAADAAAAGAAYAIIAAAAYABgAmgAAABAAEABIAAAAEAAQAFgAAAAaABoAaAAAAAAAAACyAAAABYKIogUCzg4AAAAPcwBhAGYAZQB0AHIAYQBjAGEAbQBvAHIAYQBsAGUAcwBEAFQALQBUAEUAQQBNAFMAWQBTAFQARQBNABcAB2JY9KCKAAAAAAAAAAAAAAAAAAAAABUSK80CzaNwkKspmhluCdl4OlmVWMQrTw%3d%3d&Host=dt-teamsystem%3a8080&User-Agent=Mozilla%2f4.0+(compatible%3b+MSIE+6.0%3b+Windows+NT+5.2%3b+SV1%3b+.NET+CLR+1.1.4322%3b+.NET+CLR+2.0.50727)&UA-CPU=x86
Path: /Warehouse/warehousecontroller.asmx
Local Request: True
Host Address: 10.20.3.38
User: SAFETRAC\amorales [authentication type: NTLM]
Exception Message: The file '/Warehouse/warehousecontroller.asmx' does not exist. (type HttpException)
Exception Stack Trace: at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)
at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile)
at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath)
at System.Web.UI.WebServiceParser.GetCompiledType(String inputFile, HttpContext context)
at System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler(HttpContext context, String verb, String url, String filePath)
at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
at System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)