SSRS headache
-
I am working on a project that generates reports via SSRS, and i am having the following problem. for the LoadReport method, i am using "/temp" for the report path. i have placed a "temp" folder every place on the server i can imagine to help the service "find" it, but I keep getting this error: The item '/temp' cannot be found. ---> The item '/temp' cannot be found. here is the stack trace:
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.Web.Services.Protocols.SoapException: The item '/temp' cannot be found. ---> The item '/temp' cannot be found. Source Error: Line 227: [return: System.Xml.Serialization.XmlElementAttribute("executionInfo")] Line 228: public ExecutionInfo LoadReport(string Report, string HistoryID) { Line 229: object[] results = this.Invoke("LoadReport", new object[] { Line 230: Report, Line 231: HistoryID}); Stack Trace: [SoapException: The item '/temp' cannot be found. ---> The item '/temp' cannot be found.] System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +551452 System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +204
ANy idea? This is my SSRS project, and outside of this little roadblock, it is moving along beautifully.______________________ Mr Griffin, eleventy billion is not a number...:wtf:
-
I am working on a project that generates reports via SSRS, and i am having the following problem. for the LoadReport method, i am using "/temp" for the report path. i have placed a "temp" folder every place on the server i can imagine to help the service "find" it, but I keep getting this error: The item '/temp' cannot be found. ---> The item '/temp' cannot be found. here is the stack trace:
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.Web.Services.Protocols.SoapException: The item '/temp' cannot be found. ---> The item '/temp' cannot be found. Source Error: Line 227: [return: System.Xml.Serialization.XmlElementAttribute("executionInfo")] Line 228: public ExecutionInfo LoadReport(string Report, string HistoryID) { Line 229: object[] results = this.Invoke("LoadReport", new object[] { Line 230: Report, Line 231: HistoryID}); Stack Trace: [SoapException: The item '/temp' cannot be found. ---> The item '/temp' cannot be found.] System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) +551452 System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +204
ANy idea? This is my SSRS project, and outside of this little roadblock, it is moving along beautifully.______________________ Mr Griffin, eleventy billion is not a number...:wtf:
The report path should be the full path to the report relative to the root folder, including the name of the report itself. You appear to have just specified the name of the folder the report resides in and not the name of the report itself. If you don't specify the name of the report, how can the report server know what report you want to load?
Paul Marfleet "No, his mind is not for rent To any God or government" Tom Sawyer - Rush