Connecting to Reporting Services Instance Problem
When trying to connect to my Report Server I´m getting message that I can´t connect to server, even it is conected in Windows Services.
Extra information:
"Reporting Services Instance is not found."
I get no extra information about this error from the system...
May 26th, 2011 3:30am
How do you try to connect to?Best Regards, Uri Dimant SQL Server MVP http://dimantdatabasesolutions.blogspot.com/ http://sqlblog.com/blogs/uri_dimant/
Free Windows Admin Tool Kit Click here and download it now
May 26th, 2011 3:34am
I am trying to conect via Microsoft SQL Server Management Studio.
I have one big Server where all databases and other things are (analysis services, integration services), but I can´t connect to report services.
Thank you
May 26th, 2011 3:39am
message i´m getting (it´s on german but it´s preety clear):
Es kann keine Verbindung mit 'W2k8s4' hergestellt werden. /I cannot connect with w2k8s4/
===================================
Die Reporting Services-Instanz wurde nicht gefunden. (Microsoft.SqlServer.Management.UI.RSClient) /Instance is not found/
------------------------------
Speicherort des Programms:/program location/
bei Microsoft.SqlServer.Management.UI.RSClient.RSClientConnection.ParseServerName(String serverName)
bei Microsoft.SqlServer.Management.UI.RSClient.RSClientConnection.CreateConnection()
bei Microsoft.SqlServer.Management.UI.RSClient.RSConnectionInfo.GetRSConnectionObject(Boolean ensureOpenConnection)
bei Microsoft.SqlServer.Management.UI.RSClient.RSConnectionInfo.RSTypeImpl.ProceedWithConnection(UIConnectionInfo ci)
bei Microsoft.SqlServer.Management.UI.ConnectionDlg.RSType.Microsoft.SqlServer.Management.UI.ConnectionDlg.IServerType.ProceedWithConnection(UIConnectionInfo ci)
bei Microsoft.SqlServer.Management.UI.ConnectionDlg.Connector.ConnectionThreadUser()
Free Windows Admin Tool Kit Click here and download it now
May 26th, 2011 3:47am
Hi damihorv,
Could you please post me the version of your SQL Server? In this case, you can try to use the URL(http://<servername>/Reportserver) for the server name in SQL Server Management Studio, and then connect to
Reporting Services.
By the way, there is a similar thread about connects to Reporting Services issue, please refer to the thread below:
http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/b8c14ec7-07fe-4386-b8dc-88cc075edeec/
Hope this helps.
Regards,
Bin Long
May 29th, 2011 11:00pm
Our Version is a 10.50.1600 (SQL 2008 R2)
·
No named instance, we have the default instance (MSSQL)
·
No, the
http://<Servername>/ReportServer
is not reachable (HTTP Error 404)
·
The ReportServer Service is starting without any error msg in the eventlog.
·
Databases ReportServer and ReportServerTempDB are existent on the same server.
·
How to reinstall only the ReportService without reinstalling the whole SQL Server? If I run setup all options are grayed.
Free Windows Admin Tool Kit Click here and download it now
May 30th, 2011 8:31am