Groups | Blog | Home
all groups > sql server reporting services > december 2006 >

sql server reporting services : trouble with async call to RS web service


Supriya
12/30/2006 3:52:00 AM
Hi,
I am trying to render a report from a console application. The report takes
a while to execute and so, the synchronous web service method, Render()
returns a timeout error.
I tried to use the Asynchronous alternative and I find that the code just
hangs at the EndRender() function. I have tried modifying the query so that
it returns a minimal number of records. The EndRender method still hangs
indefinitely.
Does any one know whats happening?
I am using NetworkCredentials instead of Default. Do I need to use an
account with any special permissions? Where can I see errors if the web
services is throwing any in the EndRender process?
I would really appreciate some help here.
Thanks
Jeje
12/30/2006 9:25:02 AM
can you post part of your code?
can you use other methods without issues (like the listchildren function)?
do you have a proxy between you and the RS server?

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