Showing posts with label reportserver. Show all posts
Showing posts with label reportserver. Show all posts

Tuesday, February 14, 2012

Can't Connect to Reportserver using Management Studio

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.

Cant connect to Report Server Database

Hello All,
I have my Reportservices installed at a windows 2000 box (RSBox) and a
reportserver Database at a windows 2000 box (DBbox).
I am using Windows authentication.
I have been successully Deploying and viewing MS enterprise Reports .. but
suddenly i got a issue...
When ever I try to deploy or view the deployed reports I get an error message
"The report server cannot open a connection to the report server database. A
connection to the database is required for all requests and processing.
(rsReportServerDatabaseUnavailable) Get Online Help Login failed for user
'(null)'. Reason: Not associated with a trusted SQL Server connection. "
I have checked my Report server database which is running and Reporting
services are also running also I am able to browse to reports level but when
I try to view it I get this error.
Any Idea how I can track this issue. There are other people too who are
owner of these production boxes. I need to trace where the issue is...
any Idea wil be highly appreciated..
Cheers,
siajHello ...
I could solve my Issue .. The userID and Password was locked. I got it
unlocked and restarted the IIS .. bingo it worked
cheers,
siaj
"siaj" wrote:
> Hello All,
> I have my Reportservices installed at a windows 2000 box (RSBox) and a
> reportserver Database at a windows 2000 box (DBbox).
> I am using Windows authentication.
> I have been successully Deploying and viewing MS enterprise Reports .. but
> suddenly i got a issue...
> When ever I try to deploy or view the deployed reports I get an error message
> "The report server cannot open a connection to the report server database. A
> connection to the database is required for all requests and processing.
> (rsReportServerDatabaseUnavailable) Get Online Help Login failed for user
> '(null)'. Reason: Not associated with a trusted SQL Server connection. "
> I have checked my Report server database which is running and Reporting
> services are also running also I am able to browse to reports level but when
> I try to view it I get this error.
> Any Idea how I can track this issue. There are other people too who are
> owner of these production boxes. I need to trace where the issue is...
> any Idea wil be highly appreciated..
> Cheers,
> siaj
>

Cant connect to Report server database

Hello All,
I have my Reportservices installed at a windows 2000 box (RSBox) and a
reportserver Database at a windows 2000 box (DBbox).
I am using Windows authentication.
I have been successully Deploying and viewing MS enterprise Reports .. but
suddenly i got a issue...
When ever I try to deploy or view the deployed reports I get an error message
"The report server cannot open a connection to the report server database. A
connection to the database is required for all requests and processing.
(rsReportServerDatabaseUnavailable) Get Online Help Login failed for user
'(null)'. Reason: Not associated with a trusted SQL Server connection. "
I have checked my Report server database which is running and Reporting
services are also running also I am able to browse to reports level but when
I try to view it I get this error.
Any Idea how I can track this issue. There are other people too who are
owner of these production boxes. I need to trace where the issue is...
any Idea wil be highly appreciated..
Cheers,
siajCheck documentation on RSConfig. Set connection related information to what
you think it should be. If it still wouldn't work after that try using SQL
Query analyzer to connect to that database using same connection
information, see if that works.
--
Dmitry Vasilevsky, SQL Server Reporting Services Developer
This posting is provided "AS IS" with no warranties, and confers no rights.
--
---
"siaj" <siaj@.discussions.microsoft.com> wrote in message
news:7E87933B-AF63-4B9D-A187-2D3BA9FBA507@.microsoft.com...
> Hello All,
> I have my Reportservices installed at a windows 2000 box (RSBox) and a
> reportserver Database at a windows 2000 box (DBbox).
> I am using Windows authentication.
> I have been successully Deploying and viewing MS enterprise Reports .. but
> suddenly i got a issue...
> When ever I try to deploy or view the deployed reports I get an error
message
> "The report server cannot open a connection to the report server database.
A
> connection to the database is required for all requests and processing.
> (rsReportServerDatabaseUnavailable) Get Online Help Login failed for user
> '(null)'. Reason: Not associated with a trusted SQL Server connection. "
> I have checked my Report server database which is running and Reporting
> services are also running also I am able to browse to reports level but
when
> I try to view it I get this error.
>
> Any Idea how I can track this issue. There are other people too who are
> owner of these production boxes. I need to trace where the issue is...
> any Idea wil be highly appreciated..
> Cheers,
> siaj
>|||Thanks Dmitry...
Do u have any idea from where can I find the username used for the Report
server in clear text as the RSreportServer.config stores it in encrypted
form.
I want to know this as I suspect if this account has got locked due to some
reasons.
cheers
siaj
"Dmitry Vasilevsky [MSFT]" wrote:
> Check documentation on RSConfig. Set connection related information to what
> you think it should be. If it still wouldn't work after that try using SQL
> Query analyzer to connect to that database using same connection
> information, see if that works.
> --
> Dmitry Vasilevsky, SQL Server Reporting Services Developer
> This posting is provided "AS IS" with no warranties, and confers no rights.
> --
> ---
> "siaj" <siaj@.discussions.microsoft.com> wrote in message
> news:7E87933B-AF63-4B9D-A187-2D3BA9FBA507@.microsoft.com...
> > Hello All,
> >
> > I have my Reportservices installed at a windows 2000 box (RSBox) and a
> > reportserver Database at a windows 2000 box (DBbox).
> > I am using Windows authentication.
> >
> > I have been successully Deploying and viewing MS enterprise Reports .. but
> > suddenly i got a issue...
> >
> > When ever I try to deploy or view the deployed reports I get an error
> message
> > "The report server cannot open a connection to the report server database.
> A
> > connection to the database is required for all requests and processing.
> > (rsReportServerDatabaseUnavailable) Get Online Help Login failed for user
> > '(null)'. Reason: Not associated with a trusted SQL Server connection. "
> > I have checked my Report server database which is running and Reporting
> > services are also running also I am able to browse to reports level but
> when
> > I try to view it I get this error.
> >
> >
> > Any Idea how I can track this issue. There are other people too who are
> > owner of these production boxes. I need to trace where the issue is...
> >
> > any Idea wil be highly appreciated..
> >
> > Cheers,
> > siaj
> >
>|||Hello ...
I could solve my Issue .. The userID and Password was locked. I got it
unlocked and restarted the IIS .. bingo it worked
cheers,
siaj
"siaj" wrote:
> Hello All,
> I have my Reportservices installed at a windows 2000 box (RSBox) and a
> reportserver Database at a windows 2000 box (DBbox).
> I am using Windows authentication.
> I have been successully Deploying and viewing MS enterprise Reports .. but
> suddenly i got a issue...
> When ever I try to deploy or view the deployed reports I get an error message
> "The report server cannot open a connection to the report server database. A
> connection to the database is required for all requests and processing.
> (rsReportServerDatabaseUnavailable) Get Online Help Login failed for user
> '(null)'. Reason: Not associated with a trusted SQL Server connection. "
> I have checked my Report server database which is running and Reporting
> services are also running also I am able to browse to reports level but when
> I try to view it I get this error.
>
> Any Idea how I can track this issue. There are other people too who are
> owner of these production boxes. I need to trace where the issue is...
> any Idea wil be highly appreciated..
> Cheers,
> siaj
>