Reporting service in TFS 2013

288 Views Asked by At

Following Error shows when run report after configuring Reporting Service in TFS 2013

An error has occurred during report processing. (rsProcessingAborted) Query execution failed for dataset 'dsProjectGuid'. (rsErrorExecutingCommand) For more information about this error navigate to the report server on the local server machine, or enable remote errors

2

There are 2 best solutions below

4
Cece Dong - MSFT On

First, check whether the status of all configurations in TFS Administration Console--Reporting are configured well.

Then try to follow the steps below to manually process data warehouse and analysis services cube for Team Foundation Server:

  1. Log on to the application-tier server and open the Warehouse Control Web Service by entering the following URL in a supported web browser:

http://localhost:8080/tfs/TeamFoundation/Administration/v3.0/WarehouseControlService.asmx

  1. Choose ProcessWarehouse, click Invoke:

enter image description here

  1. Choose ProcessAnalysisDatabase. For processingType, type either Incremental or Full. Click Invoke:

enter image description here

To determine the processing status of the warehouse and Cube processing choose GetProcessingStatus to check the process status.

Detailed information check https://msdn.microsoft.com/library/ff400237%28v=vs.120%29.aspx?f=255&MSPPError=-2147217396

0
Abdul Ahad On

At Last i have solved the above to configure it on Remote PC. following steps are followed:

  1. Install SQL Server Feature such as Reporting Service, Analysis , Management Studio, Database Engine Service.
  2. Configure Report using reporting services configuration tools.
  3. In Reporting services Configuration, Create Database for Report.
  4. Create Warehouse & Analysis database using TFS Admin console.
  5. Start Job & Rebuild.
  6. Manually Process Warehouse Microsoft Guideline.
  7. If Report folder is not appears then use TFPT Command.guideline for using TFPT
  8. It takes time to full Process.
  9. In Processing Time there appears some errors when run report such as "dsarea","dsiteration" Missing.
  10. After Processing completely , it will works.