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
Supriya
Jeje - 30 Dec 2006 14:25 GMT
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?
> Hi,
> I am trying to render a report from a console application. The report
[quoted text clipped - 13 lines]
> Thanks
> Supriya