all groups > sql server reporting services > july 2005 >
You're in the

sql server reporting services

group:

Cached data being displayed



Cached data being displayed Brian Patrick
7/12/2005 4:19:01 PM
sql server reporting services: If I run a report, then change some data in the database. Then, navigate
away from my sql report, go back back in and re-run the report, it doesn't
show the data that I just changed in the database. I have to actually click
the 'refresh' button to get the report actually "re-run". It appears to
display cached data.

How can I tell the report to not do this?

RE: Cached data being displayed NH
7/13/2005 12:59:02 AM
I had the same issue and found the solution was to add another rs command to
the report url....

i.e. rs:ClearSession=true

e.g.
http://server/reportserver?/YourReport&rs:Command=Render&rs:ClearSession=true

[quoted text, click to view]
RE: Cached data being displayed Suresh
7/22/2005 1:38:03 PM
I too had the same issue. I did tried the same solution as you have given here.
I found that even a true or false has the same effect ie.. clearing the
cached data for the both the values. Only we need to specify any one of them.

And in case we don't specify rs:ClearSession='' cached data is not cleared.
Did u experiance that?

Suresh


[quoted text, click to view]
RE: Cached data being displayed NH
7/25/2005 12:56:03 AM
Well I have not tested this. It sounds like odd behaviour.

[quoted text, click to view]
RE: Cached data being displayed CBH
7/27/2005 10:01:01 PM
We had the same issue. Impmented rs:ClearSession=true and that worked ome
time ago. Now it no longer worls on a RS sp 1 Windows Server 2003 with a
APS.NET app accessing reports with url. This is causing major issues with
client and the on-line business application not reporting correctly as data
enry occur. Surley Microsoft has some solution?

[quoted text, click to view]
AddThis Social Bookmark Button