Click here to Skip to main content
15,892,768 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When SSRS report is executed from report manager, after 5 mins of execution time the authentication popup gets displayed asking for username password and the report never gets displayed as the authentication popup keeps on displaying after some amount of time.

If we cancel the popup window "page cannot be displayed" page is shown.

How to get ride of the authentication pop and allow the report the show the result.
Posted

One thing I can think of this issue is:
Check for the Reports & ReportServer configuration in your server IIS. Based on your need, allow anonymous authentication or increase the timeout. Try if it helps.
 
Share this answer
 
I dont think we need to enable anonymous authentication because when I execute the report for 1 month date range the report displays the data without any authentication popup and the result gets displayed within 5 mins.
but when I execute the report for date range of 6 months the report is taking longer time to execute and after 5 mins the authentication popup keeps on getting displayed.
 
Share this answer
 
Comments
Sandeep Mewara 18-Nov-10 11:55am    
Well, it sounds like a timeout issue to me. Check the timeouts configured at database level.
Also check the query getting executed using SQL Profiler.

There might be some timeout configured in IIS for reprtserver too. Query must be taking longer time for greater date range and thus getting timedout.
schampacc 25-Nov-10 7:00am    
I am getting the below exception when I execute the report using report viewer.

"For security reasons DTD is prohibited in this XML document. To enable DTD processing set the ProhibitDtd property on XmlReaderSettings to false and pass the settings into XmlReader.Create method."

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900