DTD is prohibited in this XML document
-
Friday, February 15, 2013 2:59 PM
when i try to open ssrs report in BIDS 2008R2 , which is developed in BIDS 2008 i am getting below error.
DTD is prohibited in this XML document
can someone pls suggest me the solution?
- Edited by satyanarayana kondaparthi Friday, February 15, 2013 3:09 PM
All Replies
-
Monday, February 18, 2013 9:20 AMModerator
Hi Satyanarayana,
The error may be caused by one of the following factors:
- Insufficient session timeout or query timeout for the datasets.
- Out of memory exception of the Reporting Services
To resolve the issue, please try the following suggestions:
- Increase the query timeout for each dataset in the report to 3600 seconds.
- Increase the maximum Reporting Services memory usage by modifying the WorkingSetMaximum configuration of the RSreportserver.config file.
- Optimize the dataset query as well as the report structure to avoid the possible OutOfMemoryexception.
References:
- http://support.microsoft.com/kb/909678
- http://msdn.microsoft.com/en-us/library/ms157273(v=sql.105).aspx
Regards,
Mike YinIf you have any feedback on our support, please click here
Mike Yin
TechNet Community Support- Marked As Answer by Mike YinMicrosoft Contingent Staff, Moderator Friday, February 22, 2013 6:22 AM


