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

ListAvailableReports from WCF svc stops working every few days

1 Answer 37 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ranjit
Top achievements
Rank 1
Ranjit asked on 13 Feb 2015, 05:02 PM
We've used the WCF implementation of the ReportService for telerik for quite some time.

Currently, every few days, our deployed project that's hosted on IIS randomly stops returning available reports. The service is still running, however it returns 0 reports. If I redeploy the project it works fine. 

Our setup is a solution with a service project, and 2 reporting projects that have DLL's included in the service project. I checked the bin folder in the deployed project to make sure the DLL's were still in there after the reports stopped returning.

Any ideas? Please help...

1 Answer, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 16 Feb 2015, 05:09 PM
Hello Ranjit,

Please check the server machine's Event Viewer for any error coming from the application. Also verify the application process is not reset e.g. changes in the deployed files, configuration file or assemblies. Place logging where reports are retrieved to check the retrieved collection on each request.

To record requests and their responses you can use Fiddler running in parallel to the application in browser. In Fiddler - Inspectors - Request/Response - Raw tabs you can see the performed requests and their responses.


I hope the provided information is helpful.

Regards,
Stef
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
General Discussions
Asked by
Ranjit
Top achievements
Rank 1
Answers by
Stef
Telerik team
Share this question
or