Reporting Services 2016 report does not get updated when deployed

When making changes to an existing report and publishing it to a Sql Server Reporting Services 2016 instance. The changes are not showing up when you refresh your browser throught the report manager or the report service url.

I started noticing this problem when making changes to data source or data sets embedded within a report. The errors caused was something like Microsoft.Reporting.WebForms.ReportServerException: The data source 'DataSourceName' cannot be found. (rsDataSourceNotFound)
or
The report execution [random number] has expired or cannot be found. (rsExecutionNotFound)

The cause of this seem to be that reporting services caches your report (and embedded data sources) for your session. This cache is not correctly invalidated by consecutive deploys.

You can work around this by



Comments

Popular posts from this blog

SSIS: Set parent package variable from child package

How to decrypt stored password from SSMS registered servers

Insert bulk statement does not support recompile (SQL 2017)