Forum Discussion
vickyPBI
8 years agoRegular Visitor
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....
- Anonymous8 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
vickyPBI
8 years agoRegular Visitor
I tried that way, But still getting the same error. Does the script task should get any special access to acces that URL.