Cannot connect to "Reporting Services" using Microsoft Sql Server Management Studio.

Hi,

I installed latest SQL Server 2005 180 days trial version on my windows XP SP2 machine with the named instance "RS2005POC". I opened sql server management studio and selected
Server Type = Reporting Services
Server Name = localhost\RS2005POC
Authentication = Windows Authentication.

Connection failed with the following error message. Any help on this is much appreciated. Also I tried with "cjecw-h1708\RS2005POC" where cjecw-h1708(instead of localhost) is my machine name.

Other links to Reporting Services are fine. I am able to work with Report Builder, Report Manager etc.

Complete error info:

Client found response content type of 'text/html', but expected 'text/xml'.
The request failed with the error message:
--
<HEAD><TITLE>Unknown Host</TITLE></HEAD>
<BODY BGCOLOR="white" FGCOLOR="black"><H1>Unknown Host</H1><HR>
<FONT FACE="Helvetica,Arial"><B>
Description: Unable to locate the server named "<em>cjecw-h1708</em>" the server does not have a DNS entry. Perhaps there is a misspelling in the server name, or the server no longer exists. Double-check the name and try again.</B></FONT>
<HR>
<!-- default "Unknown Host" response (500) -->
</BODY>
at Microsoft.SqlServer.ReportingServices2005.RSConnection.GetSecureMethods()
at Microsoft.SqlServer.ReportingServices2005.RSConnection.IsSecureMethod(String methodname)
at Microsoft.SqlServer.ReportingServices2005.RSConnection.ValidateConnection()
at Microsoft.SqlServer.Management.UI.RSClient.RSClientConnection.CreateConnection(String connectionString)
at Microsoft.SqlServer.Management.UI.RSClient.RSConnectionInfo.CreateConnectionObject()
at Microsoft.SqlServer.Management.UI.RSClient.RSConnectionInfo.RSTypeImpl.GetConnectionObject(UIConnectionInfo ci)
at Microsoft.SqlServer.Management.UI.ConnectionDlg.RSType.GetConnectionObject(UIConnectionInfo ci)
at Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ObjectExplorer.ValidateConnection(UIConnectionInfo ci, IServerType server)
at Microsoft.SqlServer.Management.UI.ConnectionDlg.Connector.ConnectionThreadUser()
Thanks
Ravi,

[2339 byte] By [Ravs] at [2007-12-17]
# 1
Did you try to connect to the web service directly? Try http://servername/reportserver.
BrianWelcker-MS at 2007-9-8 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...
# 2
To make Brians post more explicit:
type http://servername/reportserver INSTEAD OF just servername in the "Servername"-Textfield.

In my case on the testserver (on wich I'm local admin) it worked just with the servername but on the production-machine (on which I'm NOT local admin) it only worked with the url..

Do my "insufficent" permissions cause this, or has that nothing to do with the local permissions?

BenniG. at 2007-9-8 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...
# 3

Since this is a named instance, the default URL to the report server will look like:

http://localhost/reportserver$RS2005POC

You can verify your virtual directory setting by using the Report Server Virtual Directory tab in the Reporting Services Configuration tool.

The question I would have is did you choose the default installation option during setup or did you choose 'install but do not configure'. Using the configuration tool mentioned above, if you find there are red X'es next to some fo the tabs, it means your report server is not configured correctly.

-Lukasz

LukaszPawlowski--MS at 2007-9-8 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...
# 4
I've choosen the default installation but imported a existing database from the testserver..
Therefore I dropped ReportServer and ReportServerTempDB-Databases, imported them again, and ran
RSConfig -c -s SERVERNAME-d ReportServer -a Windows
RSKeyMgmt -a -f keyfile\key.snk -p PASSWORD

Opening http://SERVERNAME/reportserver in a Browser Window works, specifying the "Servername" to http://SERVERNAME/reportserver in Management Studio works also, but just SERVERNAME doesn't work..

BenniG. at 2007-9-8 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...
# 5

Use the Reporting Services Configuration tool to configure your database - specifically you'll need to grant rights to the service accounts to access the database you chose.

Also, check that the other settings are marked as green on the left hand side.

-Lukasz

LukaszPawlowski--MS at 2007-9-8 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...
# 6

I was facing same kind of problem. Now it is solved.

When connected with the Report Server http://localhost/ReportServer.

It was showing an error in the wb.config file and removed the error.

Aryam at 2007-9-8 > top of Msdn Tech,SQL Server,SQL Server Reporting Services...

SQL Server

Site Classified