all groups > sql server reporting services > april 2006 >
You're in the

sql server reporting services

group:

The report server is not responding



The report server is not responding Joe
4/8/2006 6:35:01 PM
sql server reporting services: I have been trying to configure the Reports virtual directory for Reporting
Server 2005 for far too many hours. I have progressed from not be able to
connect to the data base to the error below:

The report server is not responding. Verify that the report server is
running and can be accessed from this computer.

The small progress I made was based on other newsgroups posts which advised
removing the <ReportServerVirtualDirectory> entry from the
RSWebApplication.config and setting the following:
<ReportServerUrl>http://myserver/reports</ReportServerUrl>

Below is the log trace:

<Header>
<Product>Microsoft SQL Server Reporting Services Version
9.00.1399.00</Product>
<Locale>en-US</Locale>
<TimeZone>Eastern Daylight Time</TimeZone>
<Path>C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting
Services\LogFiles\ReportServerWebApp__04_08_2006_21_16_28.log</Path>
<SystemName>SERVER1</SystemName>
<OSName>Microsoft Windows NT 5.2.3790 Service Pack 1</OSName>
<OSVersion>5.2.3790.65536</OSVersion>
</Header>
w3wp!library!1!4/8/2006-21:16:28:: i INFO: Initializing
ReportBuilderTrustLevel to '0' as specified in Configuration file.
w3wp!library!1!4/8/2006-21:16:28:: i INFO: Initializing
MaxActiveReqForOneUser to '20' requests(s) as specified in Configuration file.
w3wp!library!1!4/8/2006-21:16:28:: i INFO: Initializing MaxScheduleWait to
default value of '1' second(s) because it was not specified in Configuration
file.
w3wp!library!1!4/8/2006-21:16:28:: i INFO: Initializing DatabaseQueryTimeout
to default value of '30' second(s) because it was not specified in
Configuration file.
w3wp!library!1!4/8/2006-21:16:28:: i INFO: Initializing
ProcessRecycleOptions to default value of '0' because it was not specified
in Configuration file.
w3wp!library!1!4/8/2006-21:16:28:: i INFO: Initializing
RunningRequestsScavengerCycle to default value of '30' second(s) because it
was not specified in Configuration file.
w3wp!library!1!4/8/2006-21:16:28:: i INFO: Initializing
RunningRequestsDbCycle to default value of '30' second(s) because it was not
specified in Configuration file.
w3wp!library!1!4/8/2006-21:16:28:: i INFO: Initializing RunningRequestsAge
to default value of '30' second(s) because it was not specified in
Configuration file.
w3wp!library!1!4/8/2006-21:16:28:: i INFO: Initializing CleanupCycleMinutes
to default value of '10' minute(s) because it was not specified in
Configuration file.
w3wp!library!1!4/8/2006-21:16:28:: i INFO: Initializing
DailyCleanupMinuteOfDay to default value of '120' minutes since midnight
because it was not specified in Configuration file.
w3wp!library!1!4/8/2006-21:16:28:: i INFO: Initializing WatsonFlags to
default value of '1064' because it was not specified in Configuration file.
w3wp!library!1!4/8/2006-21:16:28:: i INFO: Initializing
WatsonDumpOnExceptions to default value of
'Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException,Microsoft.ReportingServices.Modeling.InternalModelingException'
because it was not specified in Configuration file.
w3wp!library!1!4/8/2006-21:16:28:: i INFO: Initializing
WatsonDumpExcludeIfContainsExceptions to default value of
'System.Data.SqlClient.SqlException,System.Threading.ThreadAbortException'
because it was not specified in Configuration file.
w3wp!library!1!4/8/2006-21:16:28:: i INFO: Initializing
SecureConnectionLevel to default value of '1' because it was not specified
in Configuration file.
w3wp!library!1!4/8/2006-21:16:28:: i INFO: Initializing DisplayErrorLink to
'True' as specified in Configuration file.
w3wp!library!1!4/8/2006-21:16:28:: i INFO: Initializing
WebServiceUseFileShareStorage to default value of 'False' because it was not
specified in Configuration file.
w3wp!ui!6!4/8/2006-21:16:32:: Unhandled exception:
System.Web.HttpParseException: Could not create type
'Microsoft.ReportingServices.WebServer.ReportingService2005'.
at System.Web.UI.SimpleWebHandlerParser.GetType(String typeName)
at System.Web.UI.SimpleWebHandlerParser.GetTypeToCache(Assembly
builtAssembly)
at
System.Web.Compilation.SimpleHandlerBuildProvider.GetGeneratedType(CompilerResults results)
at System.Web.Compilation.BuildProvider.CreateBuildResult(CompilerResults
results)
at System.Web.Compilation.BuildProvider.GetBuildResult(CompilerResults
results)
at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath
virtualPath)
at
System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath
virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean
allowBuildInPrecompile)
at
System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext
context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp,
Boolean allowBuildInPrecompile)
at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext
context, VirtualPath virtualPath)
at System.Web.UI.WebServiceParser.GetCompiledType(String inputFile,
HttpContext context)
at
System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler(HttpContext
context, String verb, String url, String filePath)
at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String
requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
at
System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)
w3wp!ui!1!4/8/2006-21:16:33:: e ERROR: The report server is not responding.
Verify that the report server is running and can be accessed from this
computer.
w3wp!ui!1!4/8/2006-21:16:33:: e ERROR: HTTP status code --> 500
-------Details--------
Microsoft.ReportingServices.UI.Global+RSWebServiceWrapper+CantCommunicateWithReportServerException:
The report server is not responding. Verify that the report server is running
and can be accessed from this computer.

at
Microsoft.ReportingServices.UI.Global.RSWebServiceWrapper.GetSecureMethods()

at
Microsoft.SqlServer.ReportingServices2005.RSConnection.IsSecureMethod(String
methodname)

at
Microsoft.SqlServer.ReportingServices2005.RSConnection.ValidateConnection()

at
Microsoft.ReportingServices.UI.ReportingPage.EnsureHttpsLevel(HttpsLevel
level)

at Microsoft.ReportingServices.UI.ReportingPage.ReportingPage_Init(Object
sender, EventArgs args)

at System.EventHandler.Invoke(Object sender, EventArgs e)

at System.Web.UI.Control.OnInit(EventArgs e)

at System.Web.UI.Page.OnInit(EventArgs e)

at System.Web.UI.Control.InitRecursive(Control namingContainer)

at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
w3wp!ui!6!4/8/2006-21:16:33:: Unhandled exception:
RE: The report server is not responding weilu NO[at]SPAM online.microsoft.com
4/10/2006 12:00:00 AM
Hi Joe,

Welcome to use MSDN Managed Newsgroup Support.

Please use setting the <ReportServerUrl> item with
<ReportServerUrl>http://myserver/reportserver</ReportServerUrl>

Also, if you do not remove the <ReportServerVirtualDirectory> entry, does
this issue occured?

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
RE: The report server is not responding Joe
4/10/2006 6:59:01 PM
Hello Wei,
Here are the results of the cases you asked me to try:

Case 1:
<ReportServerUrl>http://myserver/reportserver</ReportServerUrl> and no
<ReportServerVirtualDirectory>
Result:
The attempt to connect to the report server failed. Check your connection
information and that the report server is a compatible version.

Case 2:
<ReportServerUrl>http://myserver/reportserver</ReportServerUrl> and
<ReportServerVirtualDirectory>Reports</ReportServerVirtualDirectory>
Result:
Server Error
The configuration file contains an element that is not valid. The
ReportServerUrl element is not a configuration file element.

Case 3:
<ReportServerUrl>http://myserver/reportserver</ReportServerUrl> and
<ReportServerVirtualDirectory></ReportServerVirtualDirectory>
Result:

The attempt to connect to the report server failed. Check your connection
information and that the report server is a compatible version.

Thank you for taking the time to review the issue. Please let me know how to
proceed.

--
Best Regards,
Joe


[quoted text, click to view]
RE: The report server is not responding weilu NO[at]SPAM online.microsoft.com
4/11/2006 6:58:09 AM
Hi Joe,

Please try the following steps to have a try:

1. Changed the rsreportserver.config URLROOT tag to point to
http:\\myserver\reportserver

2. Also, from rswebapplication.config file,removed the
reportservervirtualdirectory and chnaged the reporserverurl tag to point to
http:\\myserver\reportserver

3. Restart IIS.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

RE: The report server is not responding Joe
4/11/2006 8:01:01 PM
Wei,
I followed your recommendations and the error message is the same:

The attempt to connect to the report server failed. Check your connection
information and that the report server is a compatible version.

There also 2 events posted in the Application log: EventId 114, Source:
Report Manager and Category: Starup/Shutdown.
--
Best Regards,
Joe


[quoted text, click to view]
RE: The report server is not responding weilu NO[at]SPAM online.microsoft.com
4/12/2006 12:00:00 AM
Hi Joe,

I'd like to know does your Report Server in the same web site with your
Report Manager. If so, I think you may try to use the
<ReportServerVirtualDirectory>ReportServer</ReportServerVirtualDirectory>
and leave the <ReportServerUrl>entry blank.

If not, please use the <ReportServerUrl> with fully-qualified domain name
like :
http://adventure-works.com.onlinesales/reportserver and remove the
<ReportServerVirtualDirectory> entry.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

RE: The report server is not responding Joe
4/12/2006 7:18:01 PM
Wei,
The reportserver virtual directory is responding. It is the Reports
(ReportManager) directory that fails. They are on seperate sites with the
Reports VDir on the default website. I had originally tried both on the same
site using a host header and with the failures moved the Reports directory to
the default web.
--
Best Regards,
Joe


[quoted text, click to view]
RE: The report server is not responding weilu NO[at]SPAM online.microsoft.com
4/13/2006 12:00:00 AM
Hi Joe,

This is weird. If your Report Manager and Report Server are on the same
website, please use the following configuration:

1. Changed the rsreportserver.config URLROOT tag to point to
http:\\hostheader\reportserver

2. Also, from rswebapplication.config file,removed the
reportservervirtualdirectory and chnaged the reporserverurl tag to point to
http:\\hostheader\reportserver

3. Restart IIS.

If your Reports and ReportServer are in the different web site, please use
the approach I provide in the last post. And if this does not work, would
you please post the error message?

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
RE: The report server is not responding Joe
4/13/2006 7:48:02 PM
WEi,
The 2 directories are on different sites. THe Reports directory is the
one that is failing. The RSWebApplication.config is set to:

<ReportServerUrl>http://server1.name.name.net/reports</ReportServerUrl>

The error is:
The report server is not responding. Verify that the report server is
running and can be accessed from this computer.

There is also an Application Event Log entry:
Event code: 3006
Event message: A parser error has occurred.
Event time: 4/13/2006 10:44:11 PM
Event time (UTC): 4/14/2006 2:44:11 AM
Event ID: 85fdf316cc50415485f4f4f84a3f547a
Event sequence: 18
Event occurrence: 3
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/1/root/Reports-1-127894558842385175
Trust level: RosettaMgr
Application Virtual Path: /Reports
Application Path: C:\Program Files\Microsoft SQL
Server\MSSQL.3\Reporting Services\ReportManager\
Machine name: SERVER1

Process information:
Process ID: 2564
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE

Exception information:
Exception type: HttpParseException
Exception message: Could not create type
'Microsoft.ReportingServices.WebServer.ReportingService2005'.

Request information:
Request URL:
http://server1.magrino.magrino.net/reports/ReportService2005.asmx
Request path: /reports/ReportService2005.asmx
User host address: 192.168.1.4
User: MAGRINO\Administrator
Is authenticated: True
Authentication Type: Negotiate
Thread account name: NT AUTHORITY\NETWORK SERVICE

Thread information:
Thread ID: 5
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: True
Stack trace: at System.Web.UI.SimpleWebHandlerParser.GetType(String
typeName)
at System.Web.UI.SimpleWebHandlerParser.GetTypeToCache(Assembly
builtAssembly)
at
System.Web.Compilation.SimpleHandlerBuildProvider.GetGeneratedType(CompilerResults results)
at System.Web.Compilation.BuildProvider.CreateBuildResult(CompilerResults
results)
at System.Web.Compilation.BuildProvider.GetBuildResult(CompilerResults
results)
at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath
virtualPath)
at
System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath
virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean
allowBuildInPrecompile)
at
System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext
context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp,
Boolean allowBuildInPrecompile)
at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext
context, VirtualPath virtualPath)
at System.Web.UI.WebServiceParser.GetCompiledType(String inputFile,
HttpContext context)
at
System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler(HttpContext
context, String verb, String url, String filePath)
at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String
requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
at
System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)


Custom event details:

For more information, see Help and Support Center at

Hope this helps.
--
Best Regards,
Joe


[quoted text, click to view]
RE: The report server is not responding weilu NO[at]SPAM online.microsoft.com
4/14/2006 3:45:46 AM
Hi Joe,

Please use
<ReportServerUrl>http://server1.name.name.net/reportserver</ReportServerUrl>
to have a try.

Please note, Reports is the directory for the Report Manager and
ReportServer is the directory for the Report Server.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
RE: The report server is not responding Joe
4/14/2006 1:35:02 PM
Wei,
Yes, I understand the difference. The problem is with the Reports
directory. Please see my previous post.
--
Best Regards,
Joe


[quoted text, click to view]
RE: The report server is not responding weilu NO[at]SPAM online.microsoft.com
4/17/2006 12:00:00 AM
Hi Joe,

I am not so sure what you use in the <ReportServerUrl> entry.

In your pervious post, you use the http://server1.name.name.net/reports in
<ReportServerUrl> entry. That is not correct. So I suggest you to use
http://server1.name.name.net/reportserver in the <ReportServerUrl> entry.

To make the issue more clear, would you please check is my understanding of
your issue is correct?
1. Your Report Manager and Report Server are in the different Web Sites.

2. In your RSWebApplication.config, your Setting is :

<ReportServerUrl>http://server1.name.name.net/reports</ReportServerUrl>
and <reportservervirtualdirector> entry is blank.

3. If you access the Report Manager, you get the following error:

The report server is not responding. Verify that the report server is
running and can be accessed from this computer.

So according to the above scenario, I suggest you change the
<ReportServerUrl> entry to http://server1.name.name.net/reportserver.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

RE: The report server is not responding Joe
4/20/2006 8:55:02 AM
Hello Wei,
I am traveling this week and will verify the settings on Saturday.
--
Best Regards,
Joe


[quoted text, click to view]
RE: The report server is not responding Joe
4/24/2006 7:51:01 PM
Hello Wei,
Your understanding in points 1 and 2 are correct. However, I cannot make
the change you recommended in point 3 because the VirtualDirectory is called
Reports and therefore would fail.

I can move both Reports and ReportServer to the same web site, if you
think that will make a difference. Also, if I look at the logs after browsing
to the Reports directory, I notice the following errors:

Could not create type
'Microsoft.ReportingServices.WebServer.ReportingService2005'

The rswebapplication.config settings are:

<ReportServerUrl>http://server1.name.name.net/</ReportServerUrl>
<ReportServerVirtualDirectory>reports</ReportServerVirtualDirectory>

Did the install not complete?

--
Best Regards,
Joe


[quoted text, click to view]
RE: The report server is not responding weilu NO[at]SPAM online.microsoft.com
4/25/2006 12:00:00 AM
Hi Joe,

Thanks for the update.

It's quite weird because if you install the Reporting Services by default,
the Virtual Directory of the Report Server should be reportserver NOT
reports. Reports Virtual Directory is for the Report Manager. I assume
that you have changed this Virtual Directory name when you configure the
Reporting Services.

Since you got some error log, would you please provide the entire error
message here for further troubleshoot ?

As for the installation, you may need to check the SQL Server 2005 setup
log. By default, the main log you should look at is located in
%ProgramFiles%\Microsoft SQL Server\90\Setup Bootstrap\LOG\Summary.txt

If the log file shows a failure for a "Product" you can investigate the
root cause of the failure by looking at the log for that product (search
for "return value 3"). The product logs can be found in:

%ProgramFiles%\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.





RE: The report server is not responding weilu NO[at]SPAM online.microsoft.com
4/25/2006 12:00:00 AM
Hi Joe,

I know that you can not access the Reports directory and my point is that
you may need to correct the <ReportServerVirtualDirectory> entry since this
element specify the report server Virtual directory, and your Report Server
Virtual Directory is Report Server, so I think you may not use the reports
as the ReportServer Virtual directory.

Also, you may notice that in the end of the error log file, the Error is :

The configuration file contains an element that is not valid. The
ReportServerUrl element is not a configuration file element.

According to the Books online, ReportServerURL and
ReportServerVirtualDirectory are mutually exclusive. If you specify
ReportServerURL, you must delete the entry for ReportServerVirtualDirectory.

My summary is that, please modify your RsWebApplication.config file like
the following:

<ReportServerUrl>http://server1.name.name.net/reportserver</ReportServerUrl>

and remove the <ReportServerVirtualDirectory> entry.

Sorry for my unclear statement.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.

RE: The report server is not responding Joe
4/25/2006 3:01:02 AM
Wei,
I have been trying to tell you in the past few posts that the REPORTS
directory is failing NOT the reportserver. Pleaserefer to my previous posts.
Here is the error log which occurs when I access the REPORTS directory:

Microsoft.ReportingServices.UI.Global+RSWebServiceWrapper+CantCommunicateWithReportServerException:
The report server is not responding. Verify that the report server is running
and can be accessed from this computer.

at
Microsoft.ReportingServices.UI.Global.RSWebServiceWrapper.GetSecureMethods()

at
Microsoft.SqlServer.ReportingServices2005.RSConnection.IsSecureMethod(String
methodname)

at
Microsoft.SqlServer.ReportingServices2005.RSConnection.ValidateConnection()

at
Microsoft.ReportingServices.UI.ReportingPage.EnsureHttpsLevel(HttpsLevel
level)

at Microsoft.ReportingServices.UI.ReportingPage.ReportingPage_Init(Object
sender, EventArgs args)

at System.EventHandler.Invoke(Object sender, EventArgs e)

at System.Web.UI.Control.OnInit(EventArgs e)

at System.Web.UI.Page.OnInit(EventArgs e)

at System.Web.UI.Control.InitRecursive(Control namingContainer)

at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
w3wp!ui!6!4/24/2006-22:27:57:: Unhandled exception:
System.Web.HttpParseException: Could not create type
'Microsoft.ReportingServices.WebServer.ReportingService2005'.
at System.Web.UI.SimpleWebHandlerParser.GetType(String typeName)
at System.Web.UI.SimpleWebHandlerParser.GetTypeToCache(Assembly
builtAssembly)
at
System.Web.Compilation.SimpleHandlerBuildProvider.GetGeneratedType(CompilerResults results)
at System.Web.Compilation.BuildProvider.CreateBuildResult(CompilerResults
results)
at System.Web.Compilation.BuildProvider.GetBuildResult(CompilerResults
results)
at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath
virtualPath)
at
System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath
virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean
allowBuildInPrecompile)
at
System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext
context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp,
Boolean allowBuildInPrecompile)
at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext
context, VirtualPath virtualPath)
at System.Web.UI.WebServiceParser.GetCompiledType(String inputFile,
HttpContext context)
at
System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler(HttpContext
context, String verb, String url, String filePath)
at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String
requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
at
System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)
w3wp!ui!1!4/24/2006-22:27:58:: e ERROR: Exception in ShowErrorPage:
System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.End()
at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String
errMsg) at at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.End()
at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String
errMsg)
w3wp!configmanager!8!4/24/2006-22:30:09:: i INFO: Handling File Changes
w3wp!library!8!4/24/2006-22:30:09:: i INFO: Initializing
ReportBuilderTrustLevel to '0' as specified in Configuration file.
w3wp!diagnostic!8!4/24/2006-22:30:09:: Error loading configuration file: The
configuration file contains an element that is not valid. The ReportServerUrl
element is not a configuration file element.
w3wp!library!8!4/24/2006-22:30:09:: e ERROR: Throwing
Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
The report server has encountered a configuration error. See the report
server log files for more information., ;
Info:
Microsoft.ReportingServices.Diagnostics.Utilities.ServerConfigurationErrorException:
The report server has encountered a configuration error. See the report
server log files for more information. ---> System.Exception: The
configuration file contains an element that is not valid. The ReportServerUrl
element is not a configuration file element.
at
Microsoft.ReportingServices.Diagnostics.RSConfiguration.ThrowInvalidFormat(String element)
at
Microsoft.ReportingServices.Diagnostics.UIConfiguration.ParseXML(XmlNode
node, RSConfiguration configObject)
at Microsoft.ReportingServices.Diagnostics.RSConfiguration.ParseDocument()
at Microsoft.ReportingServices.Diagnostics.RSConfiguration.Load()
--- End of inner exception stack trace ---
--
Best Regards,
Joe


[quoted text, click to view]
RE: The report server is not responding Joe
4/25/2006 7:38:01 PM
Wei,
I have made the changes that you outlined in your previous post. Here is
the error log:
w3wp!ui!1!4/25/2006-22:21:46:: e ERROR: The attempt to connect to the report
server failed. Check your connection information and that the report server
is a compatible version.
w3wp!ui!1!4/25/2006-22:21:46:: e ERROR: HTTP status code --> 500
-------Details--------
Microsoft.SqlServer.ReportingServices2005.RSConnection+MissingEndpointException:
The attempt to connect to the report server failed. Check your connection
information and that the report server is a compatible version. --->
System.Net.WebException: The request failed with HTTP status 404: Not Found.

at
Microsoft.SqlServer.ReportingServices2005.RSConnection.GetSecureMethods()

at
Microsoft.ReportingServices.UI.Global.RSWebServiceWrapper.GetSecureMethods()

at
Microsoft.SqlServer.ReportingServices2005.RSConnection.IsSecureMethod(String
methodname)

at
Microsoft.SqlServer.ReportingServices2005.RSConnection.ValidateConnection()

--- End of inner exception stack trace ---

at
Microsoft.SqlServer.ReportingServices2005.RSConnection.MissingEndpointException.ThrowIfEndpointMissing(WebException e)

at
Microsoft.SqlServer.ReportingServices2005.RSConnection.ValidateConnection()

at
Microsoft.ReportingServices.UI.ReportingPage.EnsureHttpsLevel(HttpsLevel
level)

at Microsoft.ReportingServices.UI.ReportingPage.ReportingPage_Init(Object
sender, EventArgs args)

at System.EventHandler.Invoke(Object sender, EventArgs e)

at System.Web.UI.Control.OnInit(EventArgs e)

at System.Web.UI.Page.OnInit(EventArgs e)

at System.Web.UI.Control.InitRecursive(Control namingContainer)

at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
w3wp!ui!1!4/25/2006-22:21:47:: e ERROR: Exception in ShowErrorPage:
System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.End()
at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String
errMsg) at at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.End()
at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String
errMsg)

Please note the first detail line and the 404 error. If the VirtualDirectory
is Reports how can the configuration URL be Reportserver?

When I change to
<ReportServerUrl>http://server1.name.name.net/reports</ReportServerUrl>, here
is the error log:
Microsoft.ReportingServices.UI.Global+RSWebServiceWrapper+CantCommunicateWithReportServerException:
The report server is not responding. Verify that the report server is running
and can be accessed from this computer.

at
Microsoft.ReportingServices.UI.Global.RSWebServiceWrapper.GetSecureMethods()

at
Microsoft.SqlServer.ReportingServices2005.RSConnection.IsSecureMethod(String
methodname)

at
Microsoft.SqlServer.ReportingServices2005.RSConnection.ValidateConnection()

at
Microsoft.ReportingServices.UI.ReportingPage.EnsureHttpsLevel(HttpsLevel
level)

at Microsoft.ReportingServices.UI.ReportingPage.ReportingPage_Init(Object
sender, EventArgs args)

at System.EventHandler.Invoke(Object sender, EventArgs e)

at System.Web.UI.Control.OnInit(EventArgs e)

at System.Web.UI.Page.OnInit(EventArgs e)

at System.Web.UI.Control.InitRecursive(Control namingContainer)

at System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
w3wp!ui!1!4/25/2006-22:29:59:: Unhandled exception:
System.Web.HttpParseException: Could not create type
'Microsoft.ReportingServices.WebServer.ReportingService2005'.
at System.Web.UI.SimpleWebHandlerParser.GetType(String typeName)
at System.Web.UI.SimpleWebHandlerParser.GetTypeToCache(Assembly
builtAssembly)
at
System.Web.Compilation.SimpleHandlerBuildProvider.GetGeneratedType(CompilerResults results)
at System.Web.Compilation.BuildProvider.CreateBuildResult(CompilerResults
results)
at System.Web.Compilation.BuildProvider.GetBuildResult(CompilerResults
results)
at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath
virtualPath)
at
System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath
virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean
allowBuildInPrecompile)
at
System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext
context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp,
Boolean allowBuildInPrecompile)
at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext
context, VirtualPath virtualPath)
at System.Web.UI.WebServiceParser.GetCompiledType(String inputFile,
HttpContext context)
at
System.Web.Services.Protocols.WebServiceHandlerFactory.GetHandler(HttpContext
context, String verb, String url, String filePath)
at System.Web.HttpApplication.MapHttpHandler(HttpContext context, String
requestType, VirtualPath path, String pathTranslated, Boolean useAppConfig)
at
System.Web.HttpApplication.MapHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously)
w3wp!ui!6!4/25/2006-22:30:00:: e ERROR: Exception in ShowErrorPage:
System.Threading.ThreadAbortException: Thread was being aborted.
at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.End()
at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String
errMsg) at at System.Threading.Thread.AbortInternal()
at System.Threading.Thread.Abort(Object stateInfo)
at System.Web.HttpResponse.End()
at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String
errMsg)

Please note the part which states: Could not create
typeMicrosoft.ReportingServices.WebServer.ReportingService2005

Is this a clue?
--
Best Regards,
Joe


[quoted text, click to view]
RE: The report server is not responding weilu NO[at]SPAM online.microsoft.com
4/26/2006 12:00:00 AM
Hi Joe,

Thanks for the update.

I would like to know some detail information :

1. Your Reports Virtual Directory (for the report manager) and your Report
Server Virtual Directory (for the report server) are under different web
site. What are the web site name?

2. You claimed that you could access the report server via web. What is the
url you try to access Report Server? Is it
http://server1.name.name.net/reportserver? If not, what it is? If you use
the url you try to access the Report Server in the <ReportServerUrl> entry,
does this issue appeared?

Please let me know the result so that I can provide further assistance.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.


RE: The report server is not responding Joe
5/1/2006 8:20:01 PM
Wei,
I moved BOTH the Reports and the ReportServer directories to
http://server1.name.name.net/ where server1 is the hostname. The issues
reported have be corrected. For my testing purposes this will be fine. Thanks
for your help!
--
Best Regards,
Joe


[quoted text, click to view]
RE: The report server is not responding weilu NO[at]SPAM online.microsoft.com
5/2/2006 6:11:52 AM
Hi Joe,

Thanks for the update.

Glad to hear this issue was resolved finnally.

If you have any questions or concerns, please feel free to let me know.

Sincerely,

Wei Lu
Microsoft Online Community Support

==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
[quoted text, click to view]
<xnbMmrGXGHA.5540@TK2MSFTNGXA01.phx.gbl>
<782D991B-CC04-4DC4-A44D-977E04CF0A90@microsoft.com>
<IqykOVTXGHA.2428@TK2MSFTNGXA01.phx.gbl>
<1B25EFA0-16C2-4A9B-80CC-5EF35FE92BF9@microsoft.com>
<tW5vCJgXGHA.2428@TK2MSFTNGXA01.phx.gbl>
<5EEF8EBF-B5C5-469C-B6F3-B03962A946B3@microsoft.com>
<#BgsI6tXGHA.5540@TK2MSFTNGXA01.phx.gbl>
<F81334B8-CA05-40A9-80FD-72C718D4FD91@microsoft.com>
<IMniwX3XGHA.4900@TK2MSFTNGXA01.phx.gbl>
<6DE8FEA5-A4FD-4306-B166-E549283FAB49@microsoft.com>
<MprQ7seYGHA.4576@TK2MSFTNGXA01.phx.gbl>
<205B0CD6-3408-457F-830A-0CAF7EB38F73@microsoft.com>
<bNoFogEaGHA.5300@TK2MSFTNGXA01.phx.gbl>
<137DA7C7-9A08-42E5-9FAD-6F1083C6C909@microsoft.com>
<iF0BOQFaGHA.1244@TK2MSFTNGXA01.phx.gbl>
<A1DD4A2E-7A7B-428C-AB32-202DD879A2D3@microsoft.com>
<a9Mg0eQaGHA.5300@TK2MSFTNGXA01.phx.gbl>
[quoted text, click to view]
AddThis Social Bookmark Button