Right you are....We are not using the default port which introduced a few
wrinkles. The fix:
http://msdn2.microsoft.com/en-us/library/ms159261.aspx Using a Custom Port Number
To configure the report server or Report Manager to use a port other than
port 80, you must edit the configuration files.
Open RSReportServer.config in a text editor.
Append the port number to the UrlRoot setting in the rsreportserver.config
file. For example, if Urlroot is set to http://sales01/report server, set it
to http://sales01:8080/reportserver instead.
Open RSWebApplication.config in a text editor.
Set ReportServerUrlto the same URL you specified in UrlRoot.
Delete the value (but not the tags) for ReportServerVirtualDirectory.
Save both files.
Thanks for your help.
[quoted text, click to view] "Bruce L-C [MVP]" wrote:
> Must be a configuration difference with your server. That is not what
> happens for me. The links are there and good.
>
>
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
>
>
> "mt" <mt@discussions.microsoft.com> wrote in message
> news:2769DB3B-92F3-418D-83F3-F1AF9A952563@microsoft.com...
> > Know It Alls,
> > In RS 2K5, whenever a user exports a report containing links to other
> > reports into Excel, the links are changed from
> > http://<servername>/reportserver/etc to http://localhost/ReportServer?etc.
> > Obviously, this renders the link useless unless you happen to be running a
> > report on the actual server. I have been unable to find any workarounds
> > for
> > this. Any idears?
> > Thanks,
> > MT
> >
>
>