|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 4:48 PM
Points: 108,
Visits: 360
|
|
I am using SQL Server Reporting Sevices 2008 R2, and is in SharePoint Integrated Mode, whenver trying to deploy it is throughing an error. "The path of the item '/Report Project1' 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." any soultion.
Cheers , Pooyan D ________________________________________________ Microsoft Certified Technology Specialist : SQL Server 2008
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Friday, September 21, 2012 2:54 AM
Points: 91,
Visits: 74
|
|
It seems the length of the report file path is too long. Please run <select len('path including file name with extension')> and see if it is exceeding 260 or not. If yes, please change the path and try to deploy.
******* Sudhakar
|
|
|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: Tuesday, May 07, 2013 4:48 PM
Points: 108,
Visits: 360
|
|
Thanx for your reply but I it's not the case it's well less than the threshold.
Cheers , Pooyan D ________________________________________________ Microsoft Certified Technology Specialist : SQL Server 2008
|
|
|
|
|
SSC Journeyman
      
Group: General Forum Members
Last Login: Friday, September 21, 2012 2:54 AM
Points: 91,
Visits: 74
|
|
Generally, publishing to a report server running in SharePoint integrated mode, we need to specify the TargetServerURL property to a URL of a SharePoint top-level site or subsite. For example, http://<servername>, http://<servername/<site> or http://<servername>/<site>/<subsite>.
And also specify the TargetReportFolder to a URL of SharePoint library to the. For example, http://<servername>/<site>/Documents/MyFolder.
However, if it still doesn’t work. Please let me know.
For more information about How to Set Deployment Properties, please refer to: http://msdn.microsoft.com/en-us/library/ms155802(v=SQL.100).aspx
******* Sudhakar
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, October 04, 2012 9:39 AM
Points: 2,
Visits: 1
|
|
Long Path Tool helped me in this situation. http://PathTooDeep.com
|
|
|
|