Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
vickyPBI
Regular 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.

 

Subscritpions[] sub = rs.ListSubscriptions("ReportPath")

 

ReportPath = https://<server>/ReportServer/Pages/ReportViewer.aspx?%2fxxx%2fyyy%2fzzz+bbb+ccc%2faaa&rs:Command=Render

 

Note: xxx, yyy,(zzz+bbb+ccc)are folder name into my report structure.

 

I am getting this below error when breakpoint hits to rs.ListSubscriptions method.

 

The path of the item 'https://<server>/ReportServer/Pages/ReportViewer.aspx?%2fxxx%2fyyy%2fzzz+bbb+ccc%2faaa&rs:Command=Render' is not valid.
The full path must be less than 260 characters long; other restrictions apply.
If the report server is in native mode, the path must start with slash. ---> Microsoft.ReportingServices.Diagnostics.Utilities.InvalidItemPathException: \
The path of the item 'https://<server>/ReportServer/Pages/ReportViewer.aspx?%2fxxx%2fyyy%2fzzz+bbb+ccc%2faaa&rs:Command=Render' is not valid. The full path must be less than 260 characters long; other restrictions apply.
If the report server is in native mode, the path must start with slash.

 

Please help with your suggestions what is the wrong i am doing in this.

1 ACCEPTED SOLUTION
gboreki
Employee
Employee

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

View solution in original post

2 REPLIES 2
vickyPBI
Regular Visitor

I tried that way, But still getting the same error. Does the script task should get any special access to acces that URL.

gboreki
Employee
Employee

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.