This is a migrated thread and some comments may be shown as answers.

Report sometimes hang

7 Answers 206 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
TPerry
Top achievements
Rank 1
TPerry asked on 24 Jun 2009, 05:47 PM
Hello - I have several Web reports in my application.  They work wonderfully... most of the time.  Every now and then, a Report will just spin and spin and spin, never actually displaying the Report.  If I go back and rerun the Report, it generates immediatly (as it should).  I'm not sure what to trouble shoot here, since clearly it works 90% of the time.  One user let it run over night and in the morning, it said 'Page Not Found'.  Do you have any suggestions?

7 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 26 Jun 2009, 06:48 AM
Hi TPerry,

You're the first one to report such a problem and if the problem is really reproducible in 10% of the time, it would be best if you open a support ticket and provide us with a runnable sample project so we can try to replicate it locally and advise you on how to proceed.

Best wishes,
Steve
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
TPerry
Top achievements
Rank 1
answered on 20 Aug 2009, 05:46 PM
My apologies for taking so long to get back to this.  When the application is run in the same office as the SQL and Web servers, it doesn't happen.  However, if a user in a remote office or at home via vpn tries to run the report, that's when the report will hang.  And in my case, that is 99% of the users.  Is there something I can investigate regarding it timing out or dropping a connection?  Because as soon as the user clicks Back and reruns the report, it appears quickly.
0
Chavdar
Telerik team
answered on 21 Aug 2009, 02:33 PM
Hi TPerry,

According to your description it seems that this issue is somehow related to the VPN connection. Please use the Fiddler tool to investigate the responses to the page with the viewer, especially the one with the following signature: http://...Telerik.ReportViewer.axd?culture=en-US&uiculture=en-US&instanceid=f32ff1357e8f43d28428b32188aae0bb&optype=Report&PageIndex=0

You can check the raw response on the right side -> Inspectors tab -> Raw button. Hope this helps.

Greetings,
Chavdar
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
TPerry
Top achievements
Rank 1
answered on 07 Oct 2009, 05:47 PM
Again, I apologize for not getting back to this sooner.  I tried Fiddler, but to be honest, I don't really understand what I'm loking at.  Today, I am working from home, via vpn, and I pulled up a Report that has 4 pages.  Pages 1 and 2 displayed immediatly.  Though, when I try to view page 3, it just spins and spins.

Here is what I get when I click on the last Fiddler entry for this app.  The little icon in the first column is a green down arrow and there is no result in the result column.  Now, the funny part is that, before I got the Fiddler results that are below, I tried the Report and pages 1, 2, and 3 rendered quickly, but page 4 spun and spun.  And then I just tried it again and page 1 rendered quickly and it got stuck on page 2.  So, you can see how frustrating this is for me (and the users).

If you have any suggestins or thoughts, please help!

GET /Telerik.ReportViewer.axd?culture=en-US&uiculture=en-US&instanceid=89370a0940f3457fa4cc7c596b2d1ac4&optype=Report&PageIndex=2 HTTP/1.1

Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/xaml+xml, application/vnd.ms-xpsdocument, application/x-ms-xbap, application/x-ms-application, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-shockwave-flash, */*

Referer: http://budget.jackmorton.com/Reports/LaborSummary.aspx?PID=231

Accept-Language: en-us

UA-CPU: x86

Accept-Encoding: gzip, deflate

User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; GTB6; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; MS-RTC LM 8)

Connection: Keep-Alive

Host: budget.jackmorton.com

Cookie: __utma=70993291.1916853253.1215455943.1226940159.1226940159.5; LtpaToken=AAECAzRBQ0M5MjI5NEFDREUzQTlDTj1UYXJhIFBlcnJ5L09VPUNvcnBvcmF0ZS9PPUphY2sgTW9ydG9uTcnZDp+WCI8Hf8AvDrPGhlk+ow0=; ASP.NET_SessionId=xsn4353wvkh1p0a4p4xgwi55

 

 

0
Chavdar
Telerik team
answered on 08 Oct 2009, 04:12 PM
Hi TPerry,

Only Fiddler can give us any clue about the problem. You have sent the GET request for the page but what should be checked is the Response for it. Please, see the attached screenshot. Check the Result column for the request on the left and the Raw response on the right. You can also save the http session into an archive and send it to us in a support ticket (in forum threads attachments are not allowed).

Sincerely yours,
Chavdar
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
TPerry
Top achievements
Rank 1
answered on 13 Oct 2009, 01:21 PM
The problem with the Raw data, is that since the page never loads, there's no data in that section.  There is no number in the Result column and the image remains a green down arrow.  I have provided 2 links to screen shots.  The one called fiddlersuccess.gif is a screen shot of the first page of the Report which loads correctly and quickly.  The second link is a screen shot called fiddlerfailure.gif, which is the page of the report that doesn't load at all.  

http://learning.jackmorton.com/fiddlersuccess.gif
http://learning.jackmorton.com/fiddlerfailure.gif

Any help would be appreciated.  Thanks!
0
Chavdar
Telerik team
answered on 13 Oct 2009, 04:33 PM
Hi TPerry,

This information is insufficient to determine the reason for the problem. If the server had returned some kind of error to indicate a possible problem with the Reporting tool we would have been able to research and probably fix it. However, these screenshots just indicate that the browser is waiting for a response which is never received so there is not way to know what is happening. The only suggestion I can give is to upgrade to the latest version of the product in which is the response output is buffered. However, there is a little chance that this would solve the problem.

Greetings,
Chavdar
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
General Discussions
Asked by
TPerry
Top achievements
Rank 1
Answers by
Steve
Telerik team
TPerry
Top achievements
Rank 1
Chavdar
Telerik team
Share this question
or