Page 2 of 2

Stimulsoft and Webgarden

Posted: Sun Mar 11, 2012 3:42 am
by HighAley
Hello.
alfinusoktavianus wrote:i've visited http://www.stimulsoft.com/ReportsWebDownloads.aspx but for me it's a little bit difficult to know when stimulsoft did last update for the pre released build. I downloaded the last one and hopefully contains the patch i need
Our latest prerelease build was published on 9th of March.
Stimulsoft Reports.Web 2012.03.09 Trial
Here is a link for it. http://www.stimulsoft.com/GetFile.aspx? ... _Trial.zip
Please, try it.

Thank you.

Stimulsoft and Webgarden

Posted: Sun Mar 11, 2012 8:58 pm
by alfinusoktavianus
I"m using prereleasebuild 2012.03.09 now but still facing the same problem. I opened in 4 different browser, all failed to show the report. From firebug i saw following error :

reportTable is null
HideLoadMessage()Report...21432D0 (line 412)
webViewerId = "StiWebViewer1"
onload()Report.../onload (line 3)
event = load
webViewer.style.width = reportTable.offsetWidth + "px";


from chrome there is also some error:
Unsafe JavaScript attempt to access frame with URL data:text/html,chromewebdata from frame with URL

Domains, protocols and ports must match.
ReportSTTD.aspx:397Uncaught TypeError: Cannot call method 'getElementById' of undefined
HideLoadMessageReportSTTD.aspx:397
(anonymous function)ReportSTTD.aspx:3932
onload

I saw the report contains repeating sr_print=xxxxxxxxx?sr_print=xxxxxxxxxx? in one request

Thank
I haven't change my own code since my first post, so i

Stimulsoft and Webgarden

Posted: Tue Mar 13, 2012 2:09 am
by Vladimir
Hello,

Did you set a UseRelativeUrls="True" property of the WebViewer component?

If yes, then the problem is most likely in the report caching on the server. Please try to set the following properties one by one, they change the caching algorithms:

Code: Select all

CacheMode="Session"
RenderMode="Ajax"
RenderMode="Standard"
If this fails, please try using WebViewerFx components with the option:

Code: Select all

StiWebViewerFxOptions.Connection.RelativeUrls = true;
Thank you.

Stimulsoft and Webgarden

Posted: Tue Mar 13, 2012 8:06 am
by alfinusoktavianus
I'm comparing the old one i have with the pre release build. The old one look happy with cachemode="Session" but prerelease build still suffering from error

Stimulsoft and Webgarden

Posted: Wed Mar 14, 2012 4:32 am
by HighAley
Hello.
alfinusoktavianus wrote:I'm comparing the old one i have with the pre release build. The old one look happy with cachemode="Session" but prerelease build still suffering from error
Could you write us versions of the old and new builds. We'll compare them and make all changes.

Thank you.

Stimulsoft and Webgarden

Posted: Wed Mar 14, 2012 9:17 am
by alfinusoktavianus
The old one using StimulSoftReports_2011.06.15 and the new one using SW_2012.03.09 .. Hope this help


Thank

Stimulsoft and Webgarden

Posted: Thu Mar 15, 2012 8:11 am
by HighAley
Hello.
alfinusoktavianus wrote:The old one using StimulSoftReports_2011.06.15 and the new one using SW_2012.03.09 .. Hope this help
Thank you for information. We need some time for analysis and we'll let you know about results.

Thank you.

Re: Stimulsoft and Webgarden

Posted: Wed Nov 20, 2013 7:55 am
by alfinusoktavianus
How is this issue going on? Today i have another problem with stimulsoft. If i use a dedicate sessionstate server then stimulsoft rendering extremely slow. I use a dedicated sessionstate server because i'm employing loadbalanced servers. Unfortunately the performance is very very slow. Thank you

Re: Stimulsoft and Webgarden

Posted: Thu Nov 21, 2013 6:50 am
by HighAley
Hello.
alfinusoktavianus wrote:How is this issue going on? Today i have another problem with stimulsoft. If i use a dedicate sessionstate server then stimulsoft rendering extremely slow. I use a dedicated sessionstate server because i'm employing loadbalanced servers. Unfortunately the performance is very very slow. Thank you
Please, describe your issue in details.
What time of rendering is on your server?
What time of rendering the same report was before?
What size of the report?
Is there any messages in Report Checker?

Thank you.