I have an SSRS 2008 R2 report on one server where I am trying to deploy to a SharePoint site on another server. Here is some information about the Sharepoint site:
url of the homepage: http://server1/Home%20Health%20Reports/Forms/current.aspx
Under 'Libraries', I have a link to the SSRS Reports repository named 'SSRS Reports'. The url is http://server1/Home%20Health%20Reports/Forms/current.aspx
Also under 'Libraries', I have a link to where the Data Sources should go, and it is named 'Data Conn Library'. The url is http://server1/Data%20Conn%20Library/Forms/AllItems.aspx
In my SSRS solution, here is what I have configured for deployment:
TargetDatasetFolder: http://server1/Data Conn Library
TargetDataSourceFolder: http://server1/Data Conn Library
TargetReportFolder: http://server1/SSRS Reports (also
http://server1/Home Health Reports)
TargetServerURL: http://server1/
TargetServerVersion: SQL Server 2008 R2 (I'm checking into this)
The following is the message that comes back upon attempting deployment:
"Error 1 The 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."
What are this issues with my deployment configuration?
Thank you for your help.
cdun2