Forum Discussion

vickyPBI's avatar
vickyPBI
Regular Visitor
8 years ago
Solved

Power BI SSRS 2016 server not enter into SSRS URL

Hi,   In my customize c# code i am sending SSRS subscription to users mail directly through SSIS.   I am getting the error when code reaching to one of the ReportingService2010 webservice method....
  • Anonymous's avatar
    Anonymous
    8 years ago

    The path to the report should be just the folders, not the url.

    e.g. /Folder1/Folder2/ReportName

    you should use the http://server or the querystring

     

    Thanks

    -G