Showing posts with label http. Show all posts
Showing posts with label http. Show all posts

Sunday, March 25, 2012

A connection could not be made to the reporting server http://localhost/reportserver

Hi all,

When I build a simple project using the report wizard project.

When i deploy the report i get the following error.

TITLE: Microsoft Report Designer

A connection could not be made to the report server http://localhost/ReportServer.


ADDITIONAL INFORMATION:

Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
The request failed with the error message:
--
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Server Unavailable
</title>
</head>
<body>
<h1><span style="font-family:Verdana;color: #ff3300">Server Application Unavailable
</span></h1>


<span style="font-family:Verdana;">
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
</span>



<b>Administrator Note:
</b> An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.


</body>
</html>

--. (Microsoft.ReportingServices.Designer)


BUTTONS:

OK

Could some one come to my rescue.

Thanx in advance.

Ronald

Is Reporting services installed on the machine you are designing on? If not, go to the project properties and change the report server url to the machine where Report Server is installed on.|||

I'm getting the exact same error, but I'm working off of the same machine. To clarify, SQL and MS Visual Studio are on the same machine -- I've created the report and tried to deploy in MSVS.

Note that this machine is part of a network governed by a file & print server.

I can get a valid web page at http://localhost that changes to http://localhost/default.aspx and displays a Home page to a Team Web Site.

But when I try http://lolcalhost/reportsserver, I get the following errors:

Server Error in '/ReportServer' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'Microsoft.BusinessFramework' or one of its dependencies. The system cannot find the file specified. (c:\inetpub\wwwroot\web.config line 77)

Source Error:

Line 75: <add name="WindowsAuthentication" type="System.Web.Security.WindowsAuthenticationModule" /> Line 76: <!--<add name="Session" type="System.Web.SessionState.SessionStateModule"/>--> Line 77: <add name="EnterpriseInitializationModule" type="Microsoft.BusinessFramework.Security.EnterpriseInitializationModule,Microsoft.BusinessFramework" /> Line 78: <add name="BPAdminRedirectModule" type="Microsoft.BusinessFramework.Portal.Administration.BPAdminRedirectModule,Microsoft.BusinessFramework.Portal" /> Line 79: <add name="BPHomeRedirectModule" type="Microsoft.BusinessFramework.Portal.Shell.BPHomeRedirectModule,Microsoft.BusinessFramework.Portal" />


Source File: c:\inetpub\wwwroot\web.config Line: 77

Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832

Can you help?

A connection could not be made to the reporting server http://localhost/reportserver

Hi all,

When I build a simple project using the report wizard project.

When i deploy the report i get the following error.

TITLE: Microsoft Report Designer

A connection could not be made to the report server http://localhost/ReportServer.


ADDITIONAL INFORMATION:

Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
The request failed with the error message:
--
<?xml version="1.0" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>Server Unavailable
</title>
</head>
<body>
<h1><span style="font-family:Verdana;color: #ff3300">Server Application Unavailable
</span></h1>


<span style="font-family:Verdana;">
The web application you are attempting to access on this web server is currently unavailable. Please hit the "Refresh" button in your web browser to retry your request.
</span>



<b>Administrator Note:
</b> An error message detailing the cause of this specific request failure can be found in the application event log of the web server. Please review this log entry to discover what caused this error to occur.


</body>
</html>

--. (Microsoft.ReportingServices.Designer)


BUTTONS:

OK

Could some one come to my rescue.

Thanx in advance.

Ronald

Is Reporting services installed on the machine you are designing on? If not, go to the project properties and change the report server url to the machine where Report Server is installed on.

A connection could not be made to the report server http://localhost/reportServer..

hi,

I got this error when I was trying to deploy the reporting into IIS..

A connection could not be made to the report server http://localhost/reportServer.


ADDITIONAL INFORMATION:

The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version. (Microsoft.ReportingServices.Designer)

The request failed with HTTP status 404: Not Found. (Microsoft.ReportingServices.Designer)

I am not able to solve it please help.

Thanks.

Are you able to browse to http://localhost/reportServer using IE?|||

No,

I am not able to browse to http://localhost/reportServer using IE The page cannot be found is shown I have mentioned the error above that I got when I am trying to deploy the reporting into IIS..

Thanks

|||

Then that means that either your virtual directories have been created with a different name (not the default) or have not been created at all.

Have you run the reporting services confirguration tool?

|||

Raina - I was having the exact same problem and eventually resolved it this way:

I discovered that the Reporting Services Configuration Manager was incorrectly showing green check-marks indicating my Report Server and Report Manager Virtual Directories were set up, when in fact they were not (what tipped me off to this is when I went to Control Panel -> Administrative Tools -> Internet Information Services, there were no Report Server or Reports folder branches under my Default Web Site tree). So in the Reporting Services Configuration Manager, I clicked the New button to create the default Report Server and Report Manager Virtual Directories ((this was the 2nd time I did this, which may have been necessary because I uninstalled and reinstalled IIS after instaling SSRS). This time the IIS manager showed Report Server and Reports folder branches under my Default Web Site tree, and I was able to successfully browse to http://localhost/reportserver, AND deploy my SSRS project to the web server. Note that I am running a named instance of SQL Server 2005 (the default instance is SQL Server 2000), and even though I have seen posts suggesting the correct URL for a named instance would be http://localhost/reportserver$<named_instance>, this did NOT work for me ... http://localhost/reportserver DOES work.

|||

jbrauer wrote:

Note that I am running a named instance of SQL Server 2005 (the default instance is SQL Server 2000), and even though I have seen posts suggesting the correct URL for a named instance would be http://localhost/reportserver$<named_instance>, this did NOT work for me ... http://localhost/reportserver DOES work.

Well I have to disagree. I am also running a named instance, so the URL that works for me is
http://localhost/reportserver$<named_instance

When you create a new report model project its deploy URL by default is http://localhost/reportserver So i had to change that , through project properties, to the named instance one.

Good Luck !!|||Yes jbrauer, this was exactly the solution for me too, thankyou.

A connection could not be made to the report server http://localhost/reportServer..

hi,

I got this error when I was trying to deploy the reporting into IIS..

A connection could not be made to the report server http://localhost/reportServer.


ADDITIONAL INFORMATION:

The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version. (Microsoft.ReportingServices.Designer)

The request failed with HTTP status 404: Not Found. (Microsoft.ReportingServices.Designer)

I am not able to solve it please help.

Thanks.

Are you able to browse to http://localhost/reportServer using IE?|||

No,

I am not able to browse to http://localhost/reportServer using IE The page cannot be found is shown I have mentioned the error above that I got when I am trying to deploy the reporting into IIS..

Thanks

|||

Then that means that either your virtual directories have been created with a different name (not the default) or have not been created at all.

Have you run the reporting services confirguration tool?

|||

Raina - I was having the exact same problem and eventually resolved it this way:

I discovered that the Reporting Services Configuration Manager was incorrectly showing green check-marks indicating my Report Server and Report Manager Virtual Directories were set up, when in fact they were not (what tipped me off to this is when I went to Control Panel -> Administrative Tools -> Internet Information Services, there were no Report Server or Reports folder branches under my Default Web Site tree). So in the Reporting Services Configuration Manager, I clicked the New button to create the default Report Server and Report Manager Virtual Directories ((this was the 2nd time I did this, which may have been necessary because I uninstalled and reinstalled IIS after instaling SSRS). This time the IIS manager showed Report Server and Reports folder branches under my Default Web Site tree, and I was able to successfully browse to http://localhost/reportserver, AND deploy my SSRS project to the web server. Note that I am running a named instance of SQL Server 2005 (the default instance is SQL Server 2000), and even though I have seen posts suggesting the correct URL for a named instance would be http://localhost/reportserver$<named_instance>, this did NOT work for me ... http://localhost/reportserver DOES work.

|||

jbrauer wrote:

Note that I am running a named instance of SQL Server 2005 (the default instance is SQL Server 2000), and even though I have seen posts suggesting the correct URL for a named instance would be http://localhost/reportserver$<named_instance>, this did NOT work for me ... http://localhost/reportserver DOES work.

Well I have to disagree. I am also running a named instance, so the URL that works for me is
http://localhost/reportserver$<named_instance

When you create a new report model project its deploy URL by default is http://localhost/reportserver So i had to change that , through project properties, to the named instance one.

Good Luck !!

A connection could not be made to the report server http://localhost/reportServer..

hi,

I got this error when I was trying to deploy the reporting into IIS..

A connection could not be made to the report server http://localhost/reportServer.


ADDITIONAL INFORMATION:

The attempt to connect to the report server failed. Check your connection information and that the report server is a compatible version. (Microsoft.ReportingServices.Designer)

The request failed with HTTP status 404: Not Found. (Microsoft.ReportingServices.Designer)

I am not able to solve it please help.

Thanks.

Are you able to browse to http://localhost/reportServer using IE?|||

No,

I am not able to browse to http://localhost/reportServer using IE The page cannot be found is shown I have mentioned the error above that I got when I am trying to deploy the reporting into IIS..

Thanks

|||

Then that means that either your virtual directories have been created with a different name (not the default) or have not been created at all.

Have you run the reporting services confirguration tool?

|||

Raina - I was having the exact same problem and eventually resolved it this way:

I discovered that the Reporting Services Configuration Manager was incorrectly showing green check-marks indicating my Report Server and Report Manager Virtual Directories were set up, when in fact they were not (what tipped me off to this is when I went to Control Panel -> Administrative Tools -> Internet Information Services, there were no Report Server or Reports folder branches under my Default Web Site tree). So in the Reporting Services Configuration Manager, I clicked the New button to create the default Report Server and Report Manager Virtual Directories ((this was the 2nd time I did this, which may have been necessary because I uninstalled and reinstalled IIS after instaling SSRS). This time the IIS manager showed Report Server and Reports folder branches under my Default Web Site tree, and I was able to successfully browse to http://localhost/reportserver, AND deploy my SSRS project to the web server. Note that I am running a named instance of SQL Server 2005 (the default instance is SQL Server 2000), and even though I have seen posts suggesting the correct URL for a named instance would be http://localhost/reportserver$<named_instance>, this did NOT work for me ... http://localhost/reportserver DOES work.

|||

jbrauer wrote:

Note that I am running a named instance of SQL Server 2005 (the default instance is SQL Server 2000), and even though I have seen posts suggesting the correct URL for a named instance would be http://localhost/reportserver$<named_instance>, this did NOT work for me ... http://localhost/reportserver DOES work.

Well I have to disagree. I am also running a named instance, so the URL that works for me is
http://localhost/reportserver$<named_instance

When you create a new report model project its deploy URL by default is http://localhost/reportserver So i had to change that , through project properties, to the named instance one.

Good Luck !!
|||Yes jbrauer, this was exactly the solution for me too, thankyou. sql

A connection could not be made to the report server http://localhost/ReportServer.

Hello Guys,

Please take me out from this hell. I created report using VS2005 Business Intelligence Project. It builds fine. I can also see data in the design time. But when I am trying to deploy it gives me this error.

TITLE: Microsoft Report Designer

A connection could not be made to the report server http://localhost/ReportServer.


ADDITIONAL INFORMATION:

Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'.
The request failed with the error message:
--
<html>
<head>
<title>Configuration Error</title>
<style>
body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
pre {font-family:"Lucida Console";font-size: .9em}
.marker {font-weight: bold; color: black;text-decoration: none;}
.version {color: gray;}
.error {margin-bottom: 10px;}
.expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
</style>
</head>

<body bgcolor="white">

<span><H1>Server Error in '/ReportServer' Application.<hr width=100% size=1 color=silver></H1>

<h2> <i>Configuration Error</i> </h2></span>

<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

<b> Description: </b>An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
<br><br>

<b> Parser Error Message: </b>An error occurred loading a configuration file: Failed to start monitoring changes to 'c:\inetpub\wwwroot' because access is denied.<br><br>

<b>Source Error:</b> <br><br>

<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>

[No relevant source lines]</pre></code>

</td>
</tr>
</table>

<br>

<b> Source File: </b> c:\inetpub\wwwroot\web.config<b> Line: </b> 0
<br><br>

<hr width=100% size=1 color=silver>

<b>Version Information:</b> Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210

</font>

</body>
</html>
<!--
[HttpException]: Failed to start monitoring changes to 'c:\inetpub\wwwroot' because access is denied.
at System.Web.FileChangesMonitor.FindDirectoryMonitor(String dir, Boolean addIfNotFound, Boolean throwOnError)
at System.Web.FileChangesMonitor.StartMonitoringFile(String alias, FileChangeEventHandler callback)
at System.Web.Configuration.WebConfigurationHost.StartMonitoringStreamForChanges(String streamName, StreamChangeCallback callback)
at System.Configuration.BaseConfigurationRecord.MonitorStream(String configKey, String configSource, String streamname)
at System.Configuration.BaseConfigurationRecord.InitConfigFromFile()
[ConfigurationErrorsException]: An error occurred loading a configuration file: Failed to start monitoring changes to 'c:\inetpub\wwwroot' because access is denied. (c:\inetpub\wwwroot\web.config)
at System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean ignoreLocal)
at System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors)
at System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject, Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
at System.Configuration.BaseConfigurationRecord.GetSection(String configKey, Boolean getLkg, Boolean checkPermission)
at System.Configuration.BaseConfigurationRecord.GetSection(String configKey)
at System.Web.Configuration.RuntimeConfig.GetSectionObject(String sectionName)
at System.Web.Configuration.RuntimeConfig.GetSection(String sectionName, Type type, ResultsIndex index)
at System.Web.Configuration.RuntimeConfig.get_HealthMonitoring()
at System.Web.Configuration.HealthMonitoringSectionHelper..ctor()
at System.Web.Management.HealthMonitoringManager..ctor()
at System.Web.Management.HealthMonitoringManager.Manager()
at System.Web.Management.WebBaseEvent.RaiseRuntimeError(Exception e, Object source)
at System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean canThrow, Boolean localExecute)
at System.Web.HttpRuntime.FinishRequest(HttpWorkerRequest wr, HttpContext context, Exception e)
-->
--. (Microsoft.ReportingServices.Designer)


BUTTONS:

OK


Hello Rahul,

Since you're getting access denied errors on 'c:\inetpub\wwwroot', can you make sure you have access to that directory? Also, check the security settings within IIS.

Jarret

|||

What happens when you try to navigate to http://localhost/ReportServer ?

|||

Try using www.sysinternals.com filemon to determine what the cause of the access denied error is.

Here is a similar message with resolution:

http://weblog.gpconsulting.com/archive/2005/08/26/181.aspx

cheers,

Andrew

|||

Hello Guys,

Thanks fro your reply.

Jarret: Security Settings witht the IIS is fine.

GregSQL : Here is the error when I run on IE

Server Error in '/ReportServer' Application.


Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: An error occurred loading a configuration file: Failed to start monitoring changes to 'c:\inetpub\wwwroot' because access is denied.

Source Error:

[No relevant source lines]


Source File: c:\inetpub\wwwroot\web.config Line: 0


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210


Andrew - T4G : I already gone throgh that link, but does not worth.

|||

Did you try filemon?

Here are some detailed steps to troubleshoot.

http://tinyurl.com/3647cg

|||Your report server is not configured properly. Most likely has something to do with IIS and/or the web publishing directory c:\Inetpub\wwwroot.|||

Below is the output of Filemon When I try to run http://localhost/Reports/ in IE,

47 11:04:36 AM aspnet_wp.exe:632 QUERY INFORMATION C:\inetpub\wwwroot\web.config NOT FOUND Attributes: Error
48 11:04:36 AM aspnet_wp.exe:632 QUERY INFORMATION C:\inetpub\wwwroot\web.config NOT FOUND Attributes: Error
49 11:04:36 AM aspnet_wp.exe:632 QUERY INFORMATION C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportManager\PrecompiledApp.config NOT FOUND Attributes: Error

This is just for the information, no web.comfig is present in wwwroot and no PrecompiledApp.config is present in C:\...\ReportManager directory. The ReportManager and ReportServer directories is the virtual directory on the IIS, which is automatically made, if you choose, default configuration while installing SQL Server 2005.

The only config files present in the C:\...\ReportManager directory are:

RSWebApplication.config, Web.config, rsmgrpolicy.config

and in C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer are:

rsreportserver.config, rssrvpolicy.config, Web.config

What I can trouble shoot with the above information?

A connection could not be made to the report server http://localhost/Reports.

hi all,
i have been trying to Deploy my report and it keeps giving me this
error.
When i go to IIS and browse on reports the Reporting Services page
comes on fine.
And typing http://localhost/Reports renders the Reporting Services
page too. The problem is when i try to deploy, i keep getting this
error.
Please Help!!
TITLE: Microsoft Report Designer
--
A connection could not be made to the report server http://localhost/Reports.
--
ADDITIONAL INFORMATION:
The attempt to connect to the report server failed. Check your
connection information and that the report server is a compatible
version. (Microsoft.ReportingServices.Designer)
--
The request failed with HTTP status 404: Not Found.
(Microsoft.ReportingServices.Designer)
--
BUTTONS:
OK
--Reports is the portal. ReportServer is reporting services. Try
http://servername/ReportServer
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Deepali" <dchikkam@.gmail.com> wrote in message
news:1185567589.727407.84420@.z24g2000prh.googlegroups.com...
> hi all,
> i have been trying to Deploy my report and it keeps giving me this
> error.
> When i go to IIS and browse on reports the Reporting Services page
> comes on fine.
> And typing http://localhost/Reports renders the Reporting Services
> page too. The problem is when i try to deploy, i keep getting this
> error.
> Please Help!!
> TITLE: Microsoft Report Designer
> --
> A connection could not be made to the report server
> http://localhost/Reports.
> --
> ADDITIONAL INFORMATION:
> The attempt to connect to the report server failed. Check your
> connection information and that the report server is a compatible
> version. (Microsoft.ReportingServices.Designer)
> --
> The request failed with HTTP status 404: Not Found.
> (Microsoft.ReportingServices.Designer)
> --
> BUTTONS:
> OK
> --
>|||On typing http://localhost/ReportServer,
it renders one of the folders that i had created on the portals.
localhost/ReportServer - /
----
Friday, July 27, 2007 2:01 PM <dir> Practice
----
Microsoft SQL Server Reporting Services Version 9.00.1399.00
Any help is greatly appreciated.
On Jul 27, 3:50 pm, "Bruce L-C [MVP]" <bruce_lcNOS...@.hotmail.com>
wrote:
> Reports is the portal. ReportServer is reporting services. Tryhttp://servername/ReportServer
> --
> Bruce Loehle-Conger
> MVP SQL Server Reporting Services
> "Deepali" <dchik...@.gmail.com> wrote in message
> news:1185567589.727407.84420@.z24g2000prh.googlegroups.com...
>
> > hi all,
> > i have been trying to Deploy my report and it keeps giving me this
> > error.
> > When i go to IIS and browse on reports the Reporting Services page
> > comes on fine.
> > And typinghttp://localhost/Reports renders the Reporting Services
> > page too. The problem is when i try to deploy, i keep getting this
> > error.
> > Please Help!!
> > TITLE: Microsoft Report Designer
> > --
> > A connection could not be made to the report server
> >http://localhost/Reports.
> > --
> > ADDITIONAL INFORMATION:
> > The attempt to connect to the report server failed. Check your
> > connection information and that the report server is a compatible
> > version. (Microsoft.ReportingServices.Designer)
> > --
> > The request failed with HTTP status 404: Not Found.
> > (Microsoft.ReportingServices.Designer)
> > --
> > BUTTONS:
> > OK
> > -- Hide quoted text -
> - Show quoted text -|||ok figured it out. the TargetServerURL was pointing to http://localhost/Reports
and changed it to
http://localhost/ReportServer and it started working perfectly.
thanks Bruce .

A connection could not be made to the report server http://[IP Address]/ReportServer

Hi

I have sql server 2005 Business Intelligent studio on my machine and Report server on some other machine. I created one rdl file and tried to deploy it on the report server. I have checked the report folder name and everything. But the error mentioned in the subject is being thrown. Additional information is

The request failed with HTTP status 407: Proxy Authentication Required. (Microsoft.ReportingServices.Designer)

Please let me know what all I need to do to resolve the problem.

Regards

Rajesh

Hi,

I too faced the same problem. I have a temporary solution . First copy these files in the machine ( Report Server ). copy the full folder i.e folder containing the reports and its handles(.vssscc files,.rptproj files). Then deploy it. This worked .

Regards

neevarp

A connection could not be made to the report server http://[IP Address]/ReportServer

Hi

I have sql server 2005 Business Intelligent studio on my machine and Report server on some other machine. I created one rdl file and tried to deploy it on the report server. I have checked the report folder name and everything. But the error mentioned in the subject is being thrown. Additional information is

The request failed with HTTP status 407: Proxy Authentication Required. (Microsoft.ReportingServices.Designer)

Please let me know what all I need to do to resolve the problem.

Regards

Rajesh

Hi,

I too faced the same problem. I have a temporary solution . First copy these files in the machine ( Report Server ). copy the full folder i.e folder containing the reports and its handles(.vssscc files,.rptproj files). Then deploy it. This worked .

Regards

neevarp

Thursday, March 22, 2012

A connection could not be made to report server

Hi,
:Every time I try to Deploy report I get this error
A connection could not be made to report server
http:// localhost/reports/pages/folder.aspx
I have already tried:
1. Define my user
2. I can see the report manager from the browser
3. change to asp.net 2
4. find out that the IIS user is not anonymous
!Please help me , I am trying to solve this problem for weeks
Thank you
AviIn the VS 2005 Report Project properties dialog what's the value for the
TargetServerURL property?
http://localhost/ReportServer?
Steve MunLeeuw
"AB" <savi176@.yahoo.com> wrote in message
news:1160682021.955195.311490@.h48g2000cwc.googlegroups.com...
> Hi,
> :Every time I try to Deploy report I get this error
> A connection could not be made to report server
> http:// localhost/reports/pages/folder.aspx
> I have already tried:
> 1. Define my user
> 2. I can see the report manager from the browser
> 3. change to asp.net 2
> 4. find out that the IIS user is not anonymous
> !Please help me , I am trying to solve this problem for weeks
> Thank you
> Avi
>|||:the TargetServerURL property is
http:// localhost/reports/pages/folder.aspx
Steve MunLeeuw =D7=9B=D7=AA=D7=91:
> In the VS 2005 Report Project properties dialog what's the value for the
> TargetServerURL property?
> http://localhost/ReportServer?
> Steve MunLeeuw
> "AB" <savi176@.yahoo.com> wrote in message
> news:1160682021.955195.311490@.h48g2000cwc.googlegroups.com...
> > Hi,
> > :Every time I try to Deploy report I get this error
> >
> > A connection could not be made to report server
> > http:// localhost/reports/pages/folder.aspx
> >
> > I have already tried:
> > 1. Define my user
> > 2. I can see the report manager from the browser
> > 3. change to asp.net 2
> > 4. find out that the IIS user is not anonymous
> >
> > !Please help me , I am trying to solve this problem for weeks
> >
> > Thank you
> >
> > Avi
> >|||Try:
http:// localhost/reportserver
Steve MunLeeuw
"AB" <savi176@.yahoo.com> wrote in message
news:1160684262.288244.239240@.i42g2000cwa.googlegroups.com...
:the TargetServerURL property is
http:// localhost/reports/pages/folder.aspx
Steve MunLeeuw ?:
> In the VS 2005 Report Project properties dialog what's the value for the
> TargetServerURL property?
> http://localhost/ReportServer?
> Steve MunLeeuw
> "AB" <savi176@.yahoo.com> wrote in message
> news:1160682021.955195.311490@.h48g2000cwc.googlegroups.com...
> > Hi,
> > :Every time I try to Deploy report I get this error
> >
> > A connection could not be made to report server
> > http:// localhost/reports/pages/folder.aspx
> >
> > I have already tried:
> > 1. Define my user
> > 2. I can see the report manager from the browser
> > 3. change to asp.net 2
> > 4. find out that the IIS user is not anonymous
> >
> > !Please help me , I am trying to solve this problem for weeks
> >
> > Thank you
> >
> > Avi
> >|||!Thank you
.It was the problem.
Steve MunLeeuw =D7=9B=D7=AA=D7=91:
> Try:
> http:// localhost/reportserver
> Steve MunLeeuw
> "AB" <savi176@.yahoo.com> wrote in message
> news:1160684262.288244.239240@.i42g2000cwa.googlegroups.com...
> :the TargetServerURL property is
> http:// localhost/reports/pages/folder.aspx
>
> Steve MunLeeuw ?:
> > In the VS 2005 Report Project properties dialog what's the value for the
> > TargetServerURL property?
> > http://localhost/ReportServer?
> >
> > Steve MunLeeuw
> >
> > "AB" <savi176@.yahoo.com> wrote in message
> > news:1160682021.955195.311490@.h48g2000cwc.googlegroups.com...
> > > Hi,
> > > :Every time I try to Deploy report I get this error
> > >
> > > A connection could not be made to report server
> > > http:// localhost/reports/pages/folder.aspx
> > >
> > > I have already tried:
> > > 1. Define my user
> > > 2. I can see the report manager from the browser
> > > 3. change to asp.net 2
> > > 4. find out that the IIS user is not anonymous
> > >
> > > !Please help me , I am trying to solve this problem for weeks
> > >
> > > Thank you
> > >
> > > Avi
> > >sql

Monday, March 19, 2012

885286 - Where can I get the hotfix described in this KB?

My RS server is generating 33MB logfiles every minute. Can I get the hotfix
mentioned in http://support.microsoft.com/?kbid=885286, or do I have to call
PSS?You have to contact PSS, but they won't charge you.
--
Jacco Schalkwijk
SQL Server MVP
"ryang881727" <ryang881727@.discussions.microsoft.com> wrote in message
news:D309294C-409F-4F59-B62F-8ACFCAEE9C90@.microsoft.com...
> My RS server is generating 33MB logfiles every minute. Can I get the
> hotfix
> mentioned in http://support.microsoft.com/?kbid=885286, or do I have to
> call
> PSS?

Monday, February 13, 2012

403 trying to access RS web service

Just installed SRS on a remote server. Tried to access the web service at
http://<IP>/reportserver/reportservice.asmx and get 403 - Forbidden.
When the system is installed, anonymous is turned off. When I turn it on I
still get 403 - Forbidden.
Thoughts?
TIA.Damned I.S. guys had IIS configured to disallow all clients except local.
Rrrrrrr..
Prob solved.
"Mark Peters" <mcpdoc@.hotmail.com> wrote in message
news:%23jGrjsJiFHA.708@.TK2MSFTNGP09.phx.gbl...
> Just installed SRS on a remote server. Tried to access the web service at
> http://<IP>/reportserver/reportservice.asmx and get 403 - Forbidden.
> When the system is installed, anonymous is turned off. When I turn it on
> I still get 403 - Forbidden.
> Thoughts?
> TIA.
>

401 error?

When I try to access the reports site using
http://myserver/reports
I get the following error
The request failed with HTTP status 401: Unauthorized.
Is there any error happening with respect to web service level' If so how
can I track that service'I am having the same issue. Reporting Services was successfully installed
several months ago and rran beautifully but has gone belly up on a mission
critical application. I am busily RTFMing but if anybody has any bright
ideas I'd be eternally grateful!
"sqlster" wrote:
> When I try to access the reports site using
> http://myserver/reports
> I get the following error
> The request failed with HTTP status 401: Unauthorized.
> Is there any error happening with respect to web service level' If so how
> can I track that service'
>|||dbahawk wrote:
> I am having the same issue. Reporting Services was successfully installed
> several months ago and rran beautifully but has gone belly up on a mission
> critical application. I am busily RTFMing but if anybody has any bright
> ideas I'd be eternally grateful!
> "sqlster" wrote:
>
>>When I try to access the reports site using
>>http://myserver/reports
>>I get the following error
>>The request failed with HTTP status 401: Unauthorized.
>>Is there any error happening with respect to web service level' If so how
>>can I track that service'
looks like you're trying to access IIS anonymously, or anonymous access
allowed at IIS side.
Both will cause this error.|||Thanks for your swift reply!
However, I do have anonymous access turned off for the websites _Reports_
and _ReportServer_
When I try to connect to a previously working report, I get the following
error:
Here is the error and stack trace:
[begin error message]
Source Error:
An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.
Stack Trace:
[WebException: The request failed with HTTP status 401: Unauthorized.]
System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean asyncCall) +1303
System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
methodName, Object[] parameters) +218
coiWeb.domain.domain.domain.domain.ReportingService.Render(String Report,
String Format, String HistoryID, String DeviceInfo, ParameterValue[]
Parameters, DataSourceCredentials[] Credentials, String ShowHideToggle,
String& Encoding, String& MimeType, ParameterValue[]& ParametersUsed,
Warning[]& Warnings, String[]& StreamIds) +143
coiWeb.print_form.Page_Load(Object sender, EventArgs e) +867
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +744
----
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET
Version:1.1.4322.2300
[end of error message]|||I should also add that I am able to log into the site
[domaininfo]/ReportServer and run these manually, so the reporting services
installation does not seem to be the problem. It's getting access to
[domaininfo]\Reports that is the hangup here.
"dbahawk" wrote:
> Thanks for your swift reply!
> However, I do have anonymous access turned off for the websites _Reports_
> and _ReportServer_
>
> When I try to connect to a previously working report, I get the following
> error:
> Here is the error and stack trace:
> [begin error message]
> Source Error:
> An unhandled exception was generated during the execution of the current web
> request. Information regarding the origin and location of the exception can
> be identified using the exception stack trace below.
> Stack Trace:
>
> [WebException: The request failed with HTTP status 401: Unauthorized.]
> System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
> message, WebResponse response, Stream responseStream, Boolean asyncCall) +1303
> System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
> methodName, Object[] parameters) +218
> coiWeb.domain.domain.domain.domain.ReportingService.Render(String Report,
> String Format, String HistoryID, String DeviceInfo, ParameterValue[]
> Parameters, DataSourceCredentials[] Credentials, String ShowHideToggle,
> String& Encoding, String& MimeType, ParameterValue[]& ParametersUsed,
> Warning[]& Warnings, String[]& StreamIds) +143
> coiWeb.print_form.Page_Load(Object sender, EventArgs e) +867
> System.Web.UI.Control.OnLoad(EventArgs e) +67
> System.Web.UI.Control.LoadRecursive() +35
> System.Web.UI.Page.ProcessRequestMain() +744
>
> ----
> Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET
> Version:1.1.4322.2300
> [end of error message]
>|||I found the references to the DisableLoopbackCheck registry entry and applied
it to our development server. Worked great so I applied it to the production
box where it also worked like a charm.
All is good again :)
"dbahawk" wrote:
> I should also add that I am able to log into the site
> [domaininfo]/ReportServer and run these manually, so the reporting services
> installation does not seem to be the problem. It's getting access to
> [domaininfo]\Reports that is the hangup here.
>
> "dbahawk" wrote:
> > Thanks for your swift reply!
> >
> > However, I do have anonymous access turned off for the websites _Reports_
> > and _ReportServer_
> >
> >
> > When I try to connect to a previously working report, I get the following
> > error:
> >
> > Here is the error and stack trace:
> >
> > [begin error message]
> >
> > Source Error:
> >
> > An unhandled exception was generated during the execution of the current web
> > request. Information regarding the origin and location of the exception can
> > be identified using the exception stack trace below.
> >
> > Stack Trace:
> >
> >
> > [WebException: The request failed with HTTP status 401: Unauthorized.]
> >
> > System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage
> > message, WebResponse response, Stream responseStream, Boolean asyncCall) +1303
> > System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String
> > methodName, Object[] parameters) +218
> > coiWeb.domain.domain.domain.domain.ReportingService.Render(String Report,
> > String Format, String HistoryID, String DeviceInfo, ParameterValue[]
> > Parameters, DataSourceCredentials[] Credentials, String ShowHideToggle,
> > String& Encoding, String& MimeType, ParameterValue[]& ParametersUsed,
> > Warning[]& Warnings, String[]& StreamIds) +143
> > coiWeb.print_form.Page_Load(Object sender, EventArgs e) +867
> > System.Web.UI.Control.OnLoad(EventArgs e) +67
> > System.Web.UI.Control.LoadRecursive() +35
> > System.Web.UI.Page.ProcessRequestMain() +744
> >
> >
> > ----
> > Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET
> > Version:1.1.4322.2300
> >
> > [end of error message]
> >
> >

401 Error

Eexisting dev site Win Server 2003 with IIS, SQL Server 2K (SP-3), RS (SP-1)
running for about 2 months now gives the following error ' HTTP status 401:
Unauthorized' when accessing via http://dev server/reports.
I connected to the dev server via Remote Desktop and opened IIS Manager. I
selected Reports and 'browsed' .. received the same 401 errror. Selected
ReportServer and browsed .. teh file opend and I was able to navigate to the
reports and the opened and ran fine.
I double checked the Win 2003 folder permissions for both ReportManager and
ReportManager and they exist.
I am assuming the problem is isolated to the Reports site in IIS' Is that
a vailid assumption'
What am I missing here '
--
Thanks in advance
GHHi,
Could you paste the content of your IIS log files here?
\Windows\system32\LogFiles\W3SVC1 We should be able to find out which
type the 401 authentication failed error is from the log.
Also you can try using AuthDiag to scan the server/virtual directory
to find which the problematic permission set is.
Authentication and Access Control Diagnostics 1.0 (AuthDiag)
http://www.microsoft.com/downloads/details.aspx?FamilyId=E90FE777-4A21
-4066-BD22-B931F7572E9A&displaylang=en
The following functions are useful:
1) Check Authentication
2) Check Permissions
3) User Rights or Privileges
4) Server Permissions
Look forward to your update.
Thanks.
Best regards,
WenJun Zhang
Microsoft Online Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
Get Secure! - www.microsoft.com/security|||This 401 problem came up yesterday ... then it started working .. no changes
other than revised reports being deployed (we were reviewing the reports via
ReportServer) ... today we are getting the 401 error again
When I try to access the Reports and the ReportServer sites from the server
(via Remote Desktop) I get 401.2 errors.
When trying to access from my desktop I get a 401 error when attempting to
access Reports, but I am able to access ReportServer and open the reports.
The results of AuthDiag:
1.) Path:W3SVC/1/ROOT AuthType:Anonymous --Server's response: HTTP/1.1 302
Found
2.) Path:W3SVC/1/ROOT AuthType:NTLM - Server's response: HTTP/1.1 302 Found
3.) Path:W3SVC/1/ROOT/aspnet_client AuthType:Anonymous --Server's response:
HTTP/1.1 403 Forbidden
4.) Path:W3SVC/1/ROOT/Reports AuthType:NTLM --Server's response: HTTP/1.1
401 Unauthorized
5.) Path:W3SVC/1/ROOT/ReportServer AuthType:NTLM --Server's response:
HTTP/1.1 401 Unauthorized
LOG FILE: Windows\system32\LogFiles\W3SVC1:
#Software: Microsoft Internet Information Services 6.0
#Version: 1.0
#Date: 2004-12-16 16:53:43
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port
cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status
2004-12-16 16:53:43 192.168.1.247 OPTIONS / - 80 - 192.168.1.77
Microsoft-WebDAV-MiniRedir/5.1.2600 200 0 0
2004-12-16 16:53:43 192.168.1.247 PROPFIND /_vti_pvt - 80 - 192.168.1.77
Microsoft-WebDAV-MiniRedir/5.1.2600 404 0 0
2004-12-16 16:53:43 192.168.1.247 PROPFIND /_vti_pvt - 80 - 192.168.1.77
Microsoft-WebDAV-MiniRedir/5.1.2600 404 0 0
2004-12-16 16:53:43 192.168.1.247 PROPFIND /_vti_pvt - 80 - 192.168.1.77
Microsoft-WebDAV-MiniRedir/5.1.2600 404 0 0
#Software: Microsoft Internet Information Services 6.0
#Version: 1.0
#Date: 2004-12-16 17:58:59
#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port
cs-username c-ip cs(User-Agent) sc-status sc-substatus sc-win32-status
2004-12-16 17:58:59 192.168.1.247 GET /Reports - 80 - 192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
401 2 2148074254
2004-12-16 17:58:59 192.168.1.247 GET /Reports - 80 PMI\Eugeneh 192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
301 0 0
2004-12-16 17:58:59 192.168.1.247 GET /Reports/ - 80 - 192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
401 2 2148074254
2004-12-16 17:59:03 192.168.1.247 GET /Reports/Home.aspx - 80 PMI\Eugeneh
192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
302 0 0
2004-12-16 17:59:03 192.168.1.247 GET /Reports/Pages/Folder.aspx - 80 -
192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
401 2 2148074254
2004-12-16 17:59:11 192.168.1.247 GET /Reports/Pages/Folder.aspx - 80
PMI\Eugeneh 192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
500 0 0
2004-12-16 17:59:11 192.168.1.247 GET /Reports/js/ReportingServices.js - 80
- 192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
401 2 2148074254
2004-12-16 17:59:11 192.168.1.247 GET /Reports/js/ReportingServices.js - 80
PMI\Eugeneh 192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
200 0 0
2004-12-16 17:59:11 192.168.1.247 GET /Reports/styles/ReportingServices.css
- 80 - 192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
401 2 2148074254
2004-12-16 17:59:11 192.168.1.247 GET /Reports/images/blank.gif - 80 -
192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
401 2 2148074254
2004-12-16 17:59:11 192.168.1.247 GET /Reports/images/48error.jpg - 80 -
192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
401 2 2148074254
2004-12-16 17:59:11 192.168.1.247 GET /Reports/styles/ReportingServices.css
- 80 PMI\Eugeneh 192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
200 0 0
2004-12-16 17:59:11 192.168.1.247 GET /Reports/images/blank.gif - 80
PMI\Eugeneh 192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
200 0 0
2004-12-16 17:59:11 192.168.1.247 GET /Reports/images/48error.jpg - 80
PMI\Eugeneh 192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
200 0 0
2004-12-16 18:00:23 192.168.1.247 GET /ReportS - 80 - 192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
401 2 2148074254
2004-12-16 18:00:23 192.168.1.247 GET /ReportS - 80 PMI\Eugeneh 192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
301 0 0
2004-12-16 18:00:23 192.168.1.247 GET /ReportS/ - 80 - 192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
401 2 2148074254
2004-12-16 18:00:23 192.168.1.247 GET /ReportS/Home.aspx - 80 PMI\Eugeneh
192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
302 0 0
2004-12-16 18:00:23 192.168.1.247 GET /ReportS/Pages/Folder.aspx - 80 -
192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
401 2 2148074254
2004-12-16 18:00:23 192.168.1.247 GET /ReportS/Pages/Folder.aspx - 80
PMI\Eugeneh 192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
500 0 0
2004-12-16 18:00:23 192.168.1.247 GET /Reports/js/ReportingServices.js - 80
- 192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
401 2 2148074254
2004-12-16 18:00:23 192.168.1.247 GET /Reports/js/ReportingServices.js - 80
PMI\Eugeneh 192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
304 0 0
2004-12-16 18:00:23 192.168.1.247 GET /Reports/styles/ReportingServices.css
- 80 - 192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
401 2 2148074254
2004-12-16 18:00:23 192.168.1.247 GET /Reports/images/blank.gif - 80 -
192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
401 2 2148074254
2004-12-16 18:00:23 192.168.1.247 GET /Reports/images/48error.jpg - 80 -
192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
401 2 2148074254
2004-12-16 18:00:23 192.168.1.247 GET /Reports/styles/ReportingServices.css
- 80 PMI\Eugeneh 192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
304 0 0
2004-12-16 18:00:23 192.168.1.247 GET /Reports/images/48error.jpg - 80
PMI\Eugeneh 192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
304 0 0
2004-12-16 18:00:23 192.168.1.247 GET /Reports/images/blank.gif - 80
PMI\Eugeneh 192.168.1.97
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET+CLR+1.1.4322)
304 0 0
""WenJun Zhang[msft]"" wrote:
> Hi,
> Could you paste the content of your IIS log files here?
> \Windows\system32\LogFiles\W3SVC1 We should be able to find out which
> type the 401 authentication failed error is from the log.
> Also you can try using AuthDiag to scan the server/virtual directory
> to find which the problematic permission set is.
> Authentication and Access Control Diagnostics 1.0 (AuthDiag)
> http://www.microsoft.com/downloads/details.aspx?FamilyId=E90FE777-4A21
> -4066-BD22-B931F7572E9A&displaylang=en
> The following functions are useful:
> 1) Check Authentication
> 2) Check Permissions
> 3) User Rights or Privileges
> 4) Server Permissions
> Look forward to your update.
> Thanks.
> Best regards,
> WenJun Zhang
> Microsoft Online Support
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> Get Secure! - www.microsoft.com/security
>|||From the log, I see anonymous access met 401.2 error and
authentication(possible Windows integrated auth) with PMI\Eugeneh
account secceeded.
This means the problem is most likely anonymous access hasn't been
enabled on the /Reports virtual directory. You can enable it in
site's properties->directory security->anonymous access
authentication control and then test again.
Thanks.
Best regards,
WenJun Zhang
Microsoft Online Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
Get Secure! - www.microsoft.com/security|||Great call!!
It is working ...
Thanks
""WenJun Zhang[msft]"" wrote:
> From the log, I see anonymous access met 401.2 error and
> authentication(possible Windows integrated auth) with PMI\Eugeneh
> account secceeded.
> This means the problem is most likely anonymous access hasn't been
> enabled on the /Reports virtual directory. You can enable it in
> site's properties->directory security->anonymous access
> authentication control and then test again.
> Thanks.
> Best regards,
> WenJun Zhang
> Microsoft Online Support
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> Get Secure! - www.microsoft.com/security
>|||You are welcome.
Best regards,
WenJun Zhang
Microsoft Online Support
This posting is provided "AS IS" with no warranties, and confers no
rights.
Get Secure! - www.microsoft.com/security

400: Bad Request

I am getting an "The request failed with HTTP status 400: Bad Request " Error in Report Manager Webpage. http://servername/Reports
The Reportserver itself and reports works fine (http://servername/reportserver).
Reports render OK and i am still able to connect to reportserver by management studio.

The environment is a W2K3 Standard with SQL 2005 (Build 2153) - and the server is a domain controller.

Reporting Service Configuration does not mention any issues - I have reapplied default settings - no change.
There are no errors in the eventlog.

I need some help - please

HANNESI have already checked the following posts

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=284929&SiteID=1
(I did not understend the "RSWebApplication.config" file - as soon as i write in the a reportserver url the website returns an execption - so this config must be empty I guess)

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=479636&SiteID=1|||This post gave me the finale hint (http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=165851&SiteID=1) - but I do not habe a specific IP address bound to the website - but I had specific hostheaders and it seems the reportmanager needs at least one binding with no hosthader in my environment - therefor I added a fifth binding with no hosthander, no specific IP and default Port

Hannes