Groups | Blog | Home
all groups > sql server reporting services > may 2005 >

sql server reporting services : Access Denied


May Liu
5/9/2005 5:58:03 PM
I have a web application in one server and reporting service in another
server. This web application is to list out report items. When I call web
application in any client machine, error is always shown - 'The request
failed with HTTP status 401: Access Denied'. But if I install the reporting
service and web application in same server, there is no problem. Can anyone
saglamtimur
5/10/2005 12:00:00 AM
Open the RSWebApplication.config file with a text editor. The first few
lines of the file will be similar to the following:

<Configuration>
<UI>
<ReportServerUrl>http://servername/ReportServer</ReportServerUrl>
</UI>

Replace the text between <ReportServerUrl> and </ReportServerUrl> with the
complete address that should be used to access the Reports website like,

<Configuration>
<UI>
<ReportServerUrl>http://www.xyzname.com/ReportServer</ReportServerUrl>
</UI>

or with IP address

<Configuration>
<UI>
<ReportServerUrl>http://192.162.x.y/ReportServer</ReportServerUrl>
</UI>

Hope this helps,

Barbaros Saglamtimur
MCDBA, MCAD

[quoted text, click to view]

AddThis Social Bookmark Button