Dear Anyone,
I am having trouble connecting to the report server using SQL Server Management studio. Whenever I try to connect to the report server, I get the following error.
Request failed with Http status 502: Bad Gateway. (Microsoft.SQLServer.Management.UI.RSClient
What puzzles me is that I am using the SQL Server Manager on the local server using the local admin account. I've tried connecting to the server using both the server name and the IP address.
Can anyone please help me shed a light to this problem?
Thanks,
Joseph
Did you try connecting using http://servername/reportserver as the server name? Somehow it looks like the WMI instance enumeration is returning an invalid URL to Management Studio.|||Yes, I've tried tried that. I get the same error. Am I missing something?|||Well, this error is getting returned from the network stack, it's not specific to ReportServer. Are you getting this for all of these?
http://localhost/reportserver
http://servername/reportserver
http://ipaddress/reportserver
And I assume Report Manager is working fine?
|||Brian -I have a similar issue. and I think it's a WMI issue. How can I reset it or start over with it?
When I try
http://localhost/reportserver
http://servername/reportserver
http://ipaddress/reportserver
I get 5 bars than it hangs. Any ideas|||i get the same problem, has any of you solved it already?|||I am in a similar situation.
I think the WMI interface is disabled/misconfigured/dead/something. I am trying to create a security extension so reporting services can be added to a current website using the already in place login to handle authentication ( which is it's own set of issues . I had the sample working and then, I assume, something changed and now the sample dies tryign to open the WMI scope. Invalid namespace. I am unable to use SQL Server management Studio ( SSMS ) to connect to the report server
It just says:
Cannot connect to localhost.
Additional Information:
Client found response content type of '', but expected 'text/html'.
The request failed with an empty response. ( Microsoft.SqlServer.Management.UI.RSClient )
How can I check the WMI is running? Configured correctly?
The firewall is turned OFF.
No comments:
Post a Comment