Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. SSRS headache

SSRS headache

Scheduled Pinned Locked Moved Database
helpsql-serversysadmindata-structuresdebugging
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vodstok
    wrote on last edited by
    #1

    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:

    P 1 Reply Last reply
    0
    • V Vodstok

      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:

      P Offline
      P Offline
      pmarfleet
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups