Server timeout

Stimulsoft Reports.NET discussion
Post Reply
terricide
Posts: 14
Joined: Mon Oct 15, 2012 5:45 pm

Server timeout

Post by terricide »

Is there a limit to the amount of data you can have in a data source when previewing in the web designer?

I had a query that returned 23,000 rows and I keep getting server timeout. If I choose different dates with less data then I don't get the timeout.

I've changed the command-timeout in the datasource to 600 and changed the ServerTimeout of the webdesigner control to 1 hour.

Any ideas?
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Server timeout

Post by Alex K. »

Hello,

Try to set the CommandTimeout property for datasource.

Thank you.
terricide
Posts: 14
Joined: Mon Oct 15, 2012 5:45 pm

Re: Server timeout

Post by terricide »

Yeah I did that. It didn't make a difference.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: Server timeout

Post by Alex K. »

Hello,

Try to set the following property:
StiWebViewerFxOptions.Connection.ClientRequestTimeout = 60; (in seconds)

Thank you.
terricide
Posts: 14
Joined: Mon Oct 15, 2012 5:45 pm

Re: Server timeout

Post by terricide »

That seemed to help. Thanks :)
Andrew
Posts: 4109
Joined: Fri Jun 09, 2006 3:58 am

Re: Server timeout

Post by Andrew »

Hello,

Great!

Let us know if you need any help in this regard.
Thank you.
Post Reply