I have SQL Server 2005 installed on Win XP Pro sp2 and am trying to get the report server running. This is generally for my own education, the place I work is very much behind me playing with this stuff so I can learn new things and keep up.
I can go into MS VS 2005 & create a report project and make a layout that queries the database and presents data. That's all good.
The trouble comes when I try to run the thing, it seems to say I dont have a reporting server running. When I installed SQL I installed everything, but maybe I missed something?
There's no reporting server service in my services control panel, and when I go to Configure Reporting server it says it can't find one.
Here is the error I am getting, keep in mind I am very green when it comes to running IIS.
"Help me, Obi-Wan Kenobi; you're my only hope."
http://www.imdb.com/title/tt0076759/quotes
I can go into MS VS 2005 & create a report project and make a layout that queries the database and presents data. That's all good.
The trouble comes when I try to run the thing, it seems to say I dont have a reporting server running. When I installed SQL I installed everything, but maybe I missed something?
There's no reporting server service in my services control panel, and when I go to Configure Reporting server it says it can't find one.
Here is the error I am getting, keep in mind I am very green when it comes to running IIS.
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>Failed to access IIS metabase.</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>Failed to access IIS metabase.</i> </h2></span>
<font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
<b> Description: </b>An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
<br><br>
<b> Exception Details: </b>System.Web.Hosting.HostingEnvironmentException: Failed to access IIS metabase.
<br><br><b>The process account used to run ASP.NET must have read access to the IIS metabase (e.g. IIS://servername/W3SVC). For information on modifying metabase permissions, please see <a href="http://support.microsoft.com/?kbid=267904">http://support.microsoft.com/?kbid=2679...;/a>.</b><br><br>
<b>Source Error:</b> <br><br>
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code>
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.</code>
</td>
</tr>
</table>
<br>
<b>Stack Trace:</b> <br><br>
<table width=100% bgcolor="#ffffcc">
<tr>
<td>
<code><pre>
[HostingEnvironmentException: Failed to access IIS metabase.]
System.Web.Configuration.MetabaseServerConfig.MapPathCaching(String siteID, VirtualPath path) +3492186
System.Web.Configuration.MetabaseServerConfig.System.Web.Configuration.IConfigM
pPath.MapPath(String siteID, VirtualPath vpath) +9
System.Web.Hosting.HostingEnvironment.MapPathActual(VirtualPath virtualPath, Boolean permitNull) +163
System.Web.CachedPathData.GetConfigPathData(String configPath) +382
System.Web.CachedPathData.GetConfigPathData(String configPath) +243
System.Web.CachedPathData.GetApplicationPathData() +68
System.Web.CachedPathData.GetVirtualPathData(VirtualPath virtualPath, Boolean permitPathsOutsideApp) +3385695
System.Web.Configuration.RuntimeConfig.GetLKGRuntimeConfig(VirtualPath path) +189
</pre></code>
</td>
</tr>
</table>
<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.42
</font>
</body>
</html>
<!--
[HostingEnvironmentException]: Failed to access IIS metabase.
at System.Web.Configuration.MetabaseServerConfig.MapPathCaching(String siteID, VirtualPath path)
at System.Web.Configuration.MetabaseServerConfig.System.Web.Configuration.IConfigM
pPath.MapPath(StringSystem.Web.Configuration.MetabaseServerConfig.System.Web.Configuration.IConfigM
pPath.MapPath(String siteID, VirtualPath vpath)
at System.Web.Hosting.HostingEnvironment.MapPathActual(VirtualPath virtualPath, Boolean permitNull)
at System.Web.CachedPathData.GetConfigPathData(String configPath)
at System.Web.CachedPathData.GetConfigPathData(String configPath)
at System.Web.CachedPathData.GetApplicationPathData()
at System.Web.CachedPathData.GetVirtualPathData(VirtualPath virtualPath, Boolean permitPathsOutsideApp)
at System.Web.Configuration.RuntimeConfig.GetLKGRuntimeConfig(VirtualPath path)
-->
--. (Microsoft.ReportingServices.Designer)
------------------------------
BUTTONS:
OK
------------------------------
"Help me, Obi-Wan Kenobi; you're my only hope."
http://www.imdb.com/title/tt0076759/quotes