SQL Server Reporting Services in TFS - reporting-services

I receive the following error message when opening a TFS report:
An error has occurred during report processing. (rsProcessingAborted)
Query execution failed for dataset 'dsIteration'. (rsErrorExecutingCommand)
For more information about this error navigate to the report server on the local server machine, or enable remote errors

This Error will pop up if the Dataset has the insufficient execute permission. Check that database your are using and give the execute permission if not.
Open Sql Server Mgmt Studio(SSMS) and log in through the user you are trying to access the report. Run the SQL Query in SSMS and make sure there is no error while running the script.
Run the report and For more help check in the log file of report server. C:\Program Files\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Reporting Services\LogFiles this location may change according to your installation. here you can get clear idea of the error.

Rebooting the TFS server and rebuilding the reporting databases fixed this for me.

Related

Problem with SSRS. Can't generate ssrs report

When generating a report locally, it generates an error:
An error has occurred during report processing. (rsProcessingAborted)
Failed to execute shared dataset 'Dummy'. (rsDataSetExecutionError)
Failed to execute shared dataset 'TableDate'. (rsDataSetExecutionError)
Cannot create a connection to data source 'Data source for shared dataset'. (rsErrorOpeningConnection)
A network or instance-specific error occurred while establishing a connection to SQL Server. Server not found or unavailable. Make sure the instance name is correct and that remote connections are allowed on SQL Server. (provider: Named Pipes Provider, error: 40 - Failed to open connection to SQL Server)
everything works fine on the server, locally, when creating a report, the report is being loaded, after which I get this error, maybe someone has some advice. I am new to SSRS
Network path not found

SSRS Data Source Network-related error from Report Server but VS works

I have a report that is connecting to a new server.
When I run the report in Visual Studio, it runs fine but when I deploy the report, the new data source is getting an error:
A network-related or instance-specific error occurred while
establishing a connection to SQL Server. The server was not found or
was not accessible. Verify that the instance name is correct and that
SQL Server is configured to allow remote connections. (provider: Named
Pipes Provider, error: 40 - Could not open a connection to SQL Server)
The Type is MS SQL Server and the Connection String is basic (Data Source=;Initial Catalog=). When I hit Test, it takes about a minute to come up with the error. I also get the error whether using stored credentials or Windows Integrated.
I have recreated the data source by hand without any difference.
I have went through the Microsoft troubleshooting without success. I have numerous other similar data sources but have never had this issue.
MS Docs: Troubleshoot connecting to the SQL Server Database Engine
Don't know what else to try. Any suggestions to fix this?
SSRS 2015 - SQL Server 13.0.5820.21

SSIS The connection is not found. The error is thrown by connections collection

I have created a SSIS package using visual studio 2015 and deployed it SQL 2008 R2 server. I have attached the config file to SQL job step that executes the package and deployed the config file to the location.
When I run the SQL job, I get the error
The connection "XXXXX\SQL2008R2.XXXX" is not found. This error is thrown by Connections collection when the specific connection element is not found
After getting this error i Checked the configurations tab in the job step and noticed that the connections weren't selected
see screenshot below
I then checked the check boxes and reran the package to get the same error
I am not sure that I am missing. It looks like the package is not reading the config file correctly

OLEDB provider for linked server reported change of schema version between compile time and run time for table error

I am trying to run a report but its giving this message:
An error has occurred during report processing. (rsProcessingAborted)
Query execution failed for dataset 'ParamYear'. (rsErrorExecutingCommand)
For more information about this error navigate to the report server on the local server machine, or enable remote errors
I checked in Visual studio and I get this error:
OLEDB provider for linked server sql10 reported change of schema version between
compile time("182424452472301") and run time ("182454520418731")
for table dbo.stud
Query:
SELECT DISTINCT Funding_Type
FROM Destinations_1415_1516_Union
WHERE (Year IN (#Year)) AND (AgeBand IN (#AgeBand)) AND (Completion_Status IN (2, 3))
Kindly let me know how to resolve this
I just ran dbcc freeproccache command in ssms and re-ran the report. Works fine now....

missing dataset in Reporting Services Report after Moving TFS

We recently moved our Team Foundation Server (TFS) to a new server, and I am now trying to setup the reports once more. When I run the reports I get this error:
An error has occurred during report processing. (rsProcessingAborted)
Query execution failed for dataset 'dsIteration'. (rsErrorExecutingCommand)
For more information about this error navigate to the report server on the local server machine, or enable remote errors
Or
An error has occurred during report processing. (rsProcessingAborted)
Query execution failed for dataset 'dsPlatform'. (rsErrorExecutingCommand)
For more information about this error navigate to the report server on the local server machine, or enable remote errors
I created a new Team Project, and when I ran the reports from that project I got the same errors.
Where can I find these datasets or is there a way form me to redeploy all the report information to the new report server?
The cube on your SSAS server is not correctly running. There is a good blog post by Grant how to deal with it
Another Error as like as above:
An error has occurred during report processing. (rsProcessingAborted) Query execution failed for dataset 'dsPlatform'. (rsErrorExecutingCommand) For more information about this error navigate to the report server on the local server machine, or enable remote errors