vote up 0 vote down star

I am getting the following error when running a reporting services report.

Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE 
Exception information: 
	Exception type: XmlException 
	Exception message: 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.

I select a report, enter the parameters(the parameters look messed up) and then press view report. Then at the bottom the message "For security reasons DTD is prohibited in this XML document. To enable DTD processing set the ProhibitDtd property on XmlReaderSettings ..." shows up.

How do I fix this?

flag

1 Answer

vote up 1 vote down

Check to see if your reporting server website has the correct local path folder. You might need to do an iisreset if it is not correct.

link|flag
What do you mean by "correct local path folder"? The physical path to the Report Manager and Report Server seem to be correct. – Kev Sep 19 '08 at 20:41

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.