I receive the following error when I attempt to deploy a report model to the Report Server. This is the on the SQL 2005 June CTP. Does my config file for the Report Server need to be modified? Any help would be appreciated.
Thanks
-JW
Client found response content type of 'text/html', but expected 'text/xml'.
The request failed with the error message:
--
<html>
<head>
<title>Server Unavailable
</title>
</head>
<body>
<h1><font face=Verdana color=#ff3300>Server Application Unavailable
</font></h1>
<font face=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.
<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.SemanticQueryDesign)
Is your report server up and running. Usually it's on http://localhost/reportserver. Do you get an error when you access it?If you get Service Unavailable, it sometimes means that ASP.Net is not configured correctly. This can happen if the IIS was installed AFTER the .Net Framework 2.0 was installed. Usually what addresses this is to run "aspnet_regiis -iru" from your Windows\Microsoft.Net\Frameworks\v2.0.xxxxx\ folder.
-Lukasz|||
My Report Server is up and running and I can access it. I am also the admin.
I recently tried creating a new data source from the Report Server with the following results.


II am guessing the problem is in IIS but I don't know for sure.
Thanks for you help
-JW


No comments:
Post a Comment