Monday, February 20, 2012

reporting services works over internet ?

Is it possible to access reports from internet, using a public address like
http://www.mydomain.com/reports instead of http://myserver/reports ? How can
I do it ?
Thanks
MorenoChange the <ReportServerUrl> entry in C:\Program Files\Microsoft SQL
Server\MSSQL\Reporting Services\ReportManager\RSWebApplication.config
-Steve
"Moreno" <movendra@.yahoo.com> wrote in message
news:%23$u5fFQXEHA.3716@.TK2MSFTNGP11.phx.gbl...
> Is it possible to access reports from internet, using a public address
like
> http://www.mydomain.com/reports instead of http://myserver/reports ? How
can
> I do it ?
> Thanks
> Moreno
>|||I did that, restarted Reporting services as well. But doesnt work.
It says "Directory Listing Denied"
"Stephen Walch" wrote:
> Change the <ReportServerUrl> entry in C:\Program Files\Microsoft SQL
> Server\MSSQL\Reporting Services\ReportManager\RSWebApplication.config
> -Steve
> "Moreno" <movendra@.yahoo.com> wrote in message
> news:%23$u5fFQXEHA.3716@.TK2MSFTNGP11.phx.gbl...
> > Is it possible to access reports from internet, using a public address
> like
> > http://www.mydomain.com/reports instead of http://myserver/reports ? How
> can
> > I do it ?
> >
> > Thanks
> > Moreno
> >
> >
>
>|||Hello,
Have you tried the url http://www.mydomain.com/reportserver ?
you will be independant of web application parameters ReportManager.
Have you set Directory Security of your Web Application under IIS ?
Is your client authenticated against your application ?
HTH
Jerome Berthaud (MCSD)
http://www.winsight.fr
"AbiBaby" <AbiBaby@.discussions.microsoft.com> wrote in message
news:05359046-2E28-4402-BED3-8F3F3FC70B1A@.microsoft.com...
> I did that, restarted Reporting services as well. But doesnt work.
> It says "Directory Listing Denied"
> "Stephen Walch" wrote:
> > Change the <ReportServerUrl> entry in C:\Program Files\Microsoft SQL
> > Server\MSSQL\Reporting Services\ReportManager\RSWebApplication.config
> >
> > -Steve
> >
> > "Moreno" <movendra@.yahoo.com> wrote in message
> > news:%23$u5fFQXEHA.3716@.TK2MSFTNGP11.phx.gbl...
> > > Is it possible to access reports from internet, using a public address
> > like
> > > http://www.mydomain.com/reports instead of http://myserver/reports ?
How
> > can
> > > I do it ?
> > >
> > > Thanks
> > > Moreno
> > >
> > >
> >
> >
> >|||Jerome,
I have the same problem in earlier post of 10/15 that received no replies.
I've had 5 folks email me with the same problem.
I have Server2003/SQL2000/IIS6 and have just installed Reporting services. I
have two websites on the server. Access to reports is fine using the
http://servername/reportServer, and using IUSR_servername, but even when
adding the following:
<Configuration>
<UI>
<ReportServerUrl>http://servername/ReportServer</ReportServerUrl
<ReportServerExternalURL>http://www.domain.org/ReportServer</ReportServerExternalURL>
</UI>
and
I've added virtual directories under above domain for reportManager and
reportServer giving appropriate read/execute permissions and security under
IIS to IUSR account only - no clear no windows authentication.
I continue to get: HTTP Error 403.8 - Forbidden
I've reset permission on website with ISUR account, flushed dns on
webserver, and flushed dns on domain controller.
Multiple websites continue to work fine, but same error whenever I try to
use a domain instead of server name.
Thanks,
Janet
"Jerome BERTHAUD" wrote:
> Hello,
> Have you tried the url http://www.mydomain.com/reportserver ?
> you will be independant of web application parameters ReportManager.
> Have you set Directory Security of your Web Application under IIS ?
> Is your client authenticated against your application ?
> HTH
> Jerome Berthaud (MCSD)
> http://www.winsight.fr
> "AbiBaby" <AbiBaby@.discussions.microsoft.com> wrote in message
> news:05359046-2E28-4402-BED3-8F3F3FC70B1A@.microsoft.com...
> > I did that, restarted Reporting services as well. But doesnt work.
> > It says "Directory Listing Denied"
> >
> > "Stephen Walch" wrote:
> >
> > > Change the <ReportServerUrl> entry in C:\Program Files\Microsoft SQL
> > > Server\MSSQL\Reporting Services\ReportManager\RSWebApplication.config
> > >
> > > -Steve
> > >
> > > "Moreno" <movendra@.yahoo.com> wrote in message
> > > news:%23$u5fFQXEHA.3716@.TK2MSFTNGP11.phx.gbl...
> > > > Is it possible to access reports from internet, using a public address
> > > like
> > > > http://www.mydomain.com/reports instead of http://myserver/reports ?
> How
> > > can
> > > > I do it ?
> > > >
> > > > Thanks
> > > > Moreno
> > > >
> > > >
> > >
> > >
> > >
>
>

No comments:

Post a Comment