|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Wednesday, July 20, 2011 12:01 AM
Points: 36,
Visits: 57
|
|
I get this error when exporting report to excel format., The data returned is vast. The date is for 6 months. ------------------------------------------
Server Error in '/QSecureV2' Application.
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.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Xml.XmlException: 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.
----------------------------------------------------
Please tell me how to solve it.
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Saturday, May 18, 2013 4:29 AM
Points: 174,
Visits: 335
|
|
Check this out.
http://support.microsoft.com/kb/909678/en-gb
Lots of suggestions in there, I decided to run my export via subscription on a schedule. Takes a huge amount of time to generate but works consistently with 40+k pages of PDF.
|
|
|
|