Stimulsoft and Webgarden

Stimulsoft Reports.WEB discussion
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Stimulsoft and Webgarden

Post 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.
alfinusoktavianus
Posts: 12
Joined: Mon Nov 21, 2011 11:51 pm
Location: Indonesia

Stimulsoft and Webgarden

Post 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
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Stimulsoft and Webgarden

Post 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.
alfinusoktavianus
Posts: 12
Joined: Mon Nov 21, 2011 11:51 pm
Location: Indonesia

Stimulsoft and Webgarden

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Stimulsoft and Webgarden

Post 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.
alfinusoktavianus
Posts: 12
Joined: Mon Nov 21, 2011 11:51 pm
Location: Indonesia

Stimulsoft and Webgarden

Post by alfinusoktavianus »

The old one using StimulSoftReports_2011.06.15 and the new one using SW_2012.03.09 .. Hope this help


Thank
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Stimulsoft and Webgarden

Post 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.
alfinusoktavianus
Posts: 12
Joined: Mon Nov 21, 2011 11:51 pm
Location: Indonesia

Re: Stimulsoft and Webgarden

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Stimulsoft and Webgarden

Post 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.
Post Reply