Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I’m trying to investigate for which reason sometime my service SQL Server Reporting Services (MSSQLSERVER) is screwed up and doesn’t respond, producing an error in my SSRS reports. When the users run their report they get an ambiguous and confusing error message like: Server Error in ‘/Reports’ application.

This problem was resolved only by stopping and restarting the service. It comes only a few times, but I don't want to get it again.

The stability of the reporting is the first priority for our team. I want to know the reason or how can we prevent this error in the future.

share|improve this question
2  
Have you looked to see if there is any information in the log file? The user purposely does not see the cause of the error as a protection against a hacker. Look in the C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\LogFiles folder and check the ReportServerService_<datetime>.txt file that is near the time you are having problems. Look for errors in the file. Also you might check the Windows Event log for an error involving your report server. – Stacia Jun 12 '12 at 4:15
Second the comment above. As it stands, the question isn't quite answerable I'm afraid, we need more info. – Jeroen Jun 15 '12 at 20:54

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.