Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 Using URL Access to display report

Author  Topic 

cpat
Starting Member

5 Posts

Posted - 2006-06-07 : 15:21:15
I am trying to access a report using URL access (from a separate web page). I am using the correct syntax:
http://servername/reportserver?/SampleReports/Employee Sales Summary

But, the link always goes back to the Report Manager home page, and not the specific report that I want. I am using SQL Server 2005.

Does anyone know why that would happen?

Thanks.

dfiala
Posting Yak Master

116 Posts

Posted - 2006-06-07 : 16:00:28
Are you sure about the syntax?
Seems like you have a stray ?

Try
http://servername/reportserver/SampleReports/Employee

Also, how do you have permissions set on the report? Does the report require the user to be authenticated?

Dean Fiala
Very Practical Software, Inc
Now with Blogging...
http://www.vpsw.com/blogbaby
Microsoft MVP
Go to Top of Page
   

- Advertisement -