Preview timeout
Preview timeout
Hi,
I'm having a problem when I try to preview my report. It's compiling but not displaying when it's done to compile.
I guess it's a timeout issue on the server side, I don't have any datas from a databand, those are provided straight from different functions coded in C#. It seems like there is an overload with these functions because this problem occurs only when I have too many functions called on the report.
On the other hand the print function works perfectly even with a lot of functions doing sql requests.
I have the 2011 version.
Thanks
I'm having a problem when I try to preview my report. It's compiling but not displaying when it's done to compile.
I guess it's a timeout issue on the server side, I don't have any datas from a databand, those are provided straight from different functions coded in C#. It seems like there is an overload with these functions because this problem occurs only when I have too many functions called on the report.
On the other hand the print function works perfectly even with a lot of functions doing sql requests.
I have the 2011 version.
Thanks
Re: Preview timeout
Anyone knows something about this ?
Re: Preview timeout
Hello.
Sorry for delay with answer.
Could you describe your issue more detailed?
What Viewer or Designer do you use?
How do you compile report?
How long the report is compiled?
Please, send us a sample project which reproduces the issue.
Thank you.
Sorry for delay with answer.
Could you describe your issue more detailed?
What Viewer or Designer do you use?
How do you compile report?
How long the report is compiled?
Please, send us a sample project which reproduces the issue.
Thank you.
Re: Preview timeout
Thanks for the answer,
so i'm using the StiWebDesigner and the StiWebViewer.
The compilation is handled by Visual Studio 2005 in SQL Debug. It lasts for about 20 sec then the message "Compiling report" disappears and nothing appears.
I'm sorry, I'm not able to send you any sample because it's a very big project.
I hope I'm accurate enough.
so i'm using the StiWebDesigner and the StiWebViewer.
The compilation is handled by Visual Studio 2005 in SQL Debug. It lasts for about 20 sec then the message "Compiling report" disappears and nothing appears.
I'm sorry, I'm not able to send you any sample because it's a very big project.
I hope I'm accurate enough.
Re: Preview timeout
Hello,
Please try to use the following options:
These options specify the timeout (in seconds) for waiting for the response from the server, and the default value is 20 seconds.
Thank you.
Please try to use the following options:
Code: Select all
StiWebDesignerOptions.Connection.ClientRequestTimeout = 60;
StiWebViewerFxOptions.Connection.ClientRequestTimeout = 60;
Thank you.
Re: Preview timeout
Hi Vladimir,
I tried : StiWebDesignerOptions.Connection.ClientRequestTimeout = 60; it's not working, still the same problem.
And I dont have StiWebViewerFxOptions, I think my Stimulsoft version is too old for all what is about "Fx" stuff.
I tried : StiWebDesignerOptions.Connection.ClientRequestTimeout = 60; it's not working, still the same problem.
And I dont have StiWebViewerFxOptions, I think my Stimulsoft version is too old for all what is about "Fx" stuff.
Re: Preview timeout
Hello,
StiWebViewerFxOptions intended for the WebViewerFx component, if you are not using it - these options are not needed.
If the timeout setting for the designer does not help (waiting time does not vary and is 20 seconds), then try to update to the latest version and check the issue.
Thank you.
StiWebViewerFxOptions intended for the WebViewerFx component, if you are not using it - these options are not needed.
If the timeout setting for the designer does not help (waiting time does not vary and is 20 seconds), then try to update to the latest version and check the issue.
Thank you.