Groups > Asp .Net > Advanced ASP.NET SQL Server Reporting Services > Re: trouble with path using SOAP




trouble with path using SOAP

trouble with path using SOAP
Thu, 11 May 2006 01:05:50 +000
I'm struggling with converting URL access to SOAP access for security reasons. 
I used to code by Brian Larson - SQL Server 2005 Reporting Services.

When I build and attempt to run the report, I get an error on my path.  It's
less than 260 characters and I'm not sure why it doesn't like it.

Any ideas?

System.Web.Services.Protocols.SoapException: The path of the item
"/reportserver$sql2005?/634a6a2f-4138-4f6b-9f54-c44f1546f7bc/drug_cost_trac
king_by_protocol" is not valid. The path must be less than 260 characters
long and must start with slash. Other restrictions apply. --->
Microsoft.ReportingServices.Diagnostics.Utilities.InvalidItemPathException: The
path of the item
"/reportserver$sql2005?/634a6a2f-4138-4f6b-9f54-c44f1546f7bc/drug_cost_trac
king_by_protocol" is not valid. The path must be less than 260 characters
long and must start with slash. Other restrictions apply.
  at
Microsoft.ReportingServices.WebServer.SessionStarterAction..ctor(ReportExecution
Service soapService, RSService service, String reportPath, String historyId)
  at
Microsoft.ReportingServices.WebServer.ReportExecutionService.LoadReport(String
Report, String HistoryID, ExecutionInfo& executionInfo)
  --- End of inner exception stack trace ---
  at
Microsoft.ReportingServices.WebServer.ReportExecutionService.LoadReport(String
Report, String HistoryID, ExecutionInfo& executionInfo)
Post Reply
Re: trouble with path using SOAP
Fri, 12 May 2006 12:04:29 +000
I solved my own issue.  You don't specific the report server path, just the
report folder and report.
Post Reply
about | contact