all groups > sql server reporting services > march 2006 >
You're in the

sql server reporting services

group:

Cache problem in Report Services


Cache problem in Report Services Raj
3/4/2006 1:19:50 AM
sql server reporting services:
Hi All,

We are using RS for our application to show report. We are calling URL
for all report from ASP with some parameters, like on click of a button
with some filters we are using report link as
http://localhost/reportserver?/rptParameter/rdlTestParameter&rs:Command=Render&rc:Parameters=false&CID=2067

When we click on button, report gets fired, but it shows old data and
when we press refresh button of RS it shows updated data. We changed
the data and fired the above url again, it doesnt show updated data and
when we press refresh button it will shows updated data. May be this is
due to cache but in Report Manager i have checked the Do not cache
reports.., but problem still persist, can anybody please tell me how to
solve this problem.



Thanks

Regards
Rajesh
Re: Cache problem in Report Services Laurent
3/6/2006 12:00:00 AM
Hi,

when calling your report, you can add the following parameter:

http://localhost/reportserver?/rptParameter/rdlTestParameter&rs:Command=Render&rc:Parameters=false&rs:ClearSession=true&CID=2067


Laurent



"Raj" <kapse_rajesh@rediffmail.com> a écrit dans le message de news:
1141463990.435176.137140@i40g2000cwc.googlegroups.com...
[quoted text, click to view]

Re: Cache problem in Report Services Raj
3/7/2006 10:50:59 PM
Thanks Laurent, this solved my problem.

Thanks

Rajesh
AddThis Social Bookmark Button