December 28, 2016 at 2:57 pm
I am able to edit/ deploy reports using report builder, but when I download report to Visual studio tools.
In project properties I need to set TargetReportItemFolder Property
being a sharepoint based reportserver how do I find out or how do I form url for TargetReportItemFolder
I get following error
'Error1The specified folder is not valid. Specify a value for the TargetReportItemFolder property in the deployment settings. If you are deploying to a SharePoint site, the location must be a fully-qualified URL to the target library or folder.'
I have tried lots of things to no avail.
Can any one help?
December 28, 2016 at 4:36 pm
Are you using the URL to the SharePoint library folder?
Does the URL have spaces? You need to replace spaces with %
You can find URL samples in this document:
URL Examples for Published Report Items on a Report Server in SharePoint Mode (SSRS)
https://msdn.microsoft.com/en-us/library/cc627458.aspx
Sue
January 3, 2017 at 8:57 am
I tried giving library url , some how when deploying process adds / in the beginning.
and deployment fails saying
Error rsInvalidItemPath : The path of the item '/ http://servername/..' is not valid
and when I give direct folder path , again I get same error.
January 4, 2017 at 3:17 pm
mandavli (1/3/2017)
I tried giving library url , some how when deploying process adds / in the beginning.and deployment fails saying
Error rsInvalidItemPath : The path of the item '/ http://servername/..' is not valid
and when I give direct folder path , again I get same error.
Sorry but I have no other ideas other than what I already said. The error message just indicates the fully qualified URL to the folder isn't valid. Maybe double check the examples in that link I posted and make sure the URL doesn't have spaces.
Sue
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply