Monday, March 19, 2012
can't deploy, SSRS 2K5
I'm sure this is an easy one, sorry for posting a knob question...
Whenever I attempt to deploy a report, I get prompted for a login. I
don't remember setting SSRS to run as anyting except Local System, and
the configuration tool bears that out. When I click "deploy" on my
(very simple) report, it prompts me for a username & password. If I
click cancel, it declares the deployment a failure and stops. I have
tried entering my domain\user & password, user & password, sa &
password, but all fail.
Suggestions?
Thanks;
DuncanIs RS on your machine or a different one? It doesn't matter what RS uses to
run, it implements security and you have to have the correct rights to
deploy.
First, even without a report deployed you need to be able to see Report
Manager (the portal that ships with RS). Does that work for you?
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"Duncan A. McRae" <google.com@.mcrae.ca> wrote in message
news:1187288669.801335.68890@.q3g2000prf.googlegroups.com...
> Hi kids:
> I'm sure this is an easy one, sorry for posting a knob question...
> Whenever I attempt to deploy a report, I get prompted for a login. I
> don't remember setting SSRS to run as anyting except Local System, and
> the configuration tool bears that out. When I click "deploy" on my
> (very simple) report, it prompts me for a username & password. If I
> click cancel, it declares the deployment a failure and stops. I have
> tried entering my domain\user & password, user & password, sa &
> password, but all fail.
> Suggestions?
> Thanks;
> Duncan
>
Thursday, March 8, 2012
Cant Create Subscription...
I've got a strange problem that I can't quite figure out. Whenever I go to setup a new subscription for a report (any report) I can't select a schedule or create the subscription.
I get to the Subscription page, but pressing any of the buttons: "Ok", "Cancel", "Select Schedule" does nothing.
Anyone else ever have this issue?
Any feedback would be greatly appreciated.
can you able to see SubscriptionProperties.aspx Page after clicking on New Subscription.
Thanx
Rohit|||
Yeah, pressing "New Subscription" takes me to the form (SubscriptionProperties.aspx), but not matter what button I press on the form - Ok, Cancel, Select Schedule... nothing happens.
It's as if you were creating an .aspx form and set "AutoPostBack" on a control to false. Clicking on any of the buttons does nothing. Therefore, I'm not able to create a new subscription or alter
any of the subscriptions schedules that I currently have.
I've restarted the reportserver service and I've restarted the application pool. Neither helps.
Just wanted to follow up on this in case that someone else runs accross this. This was a framework issue with SP1. Not really related to Reporting Services, but possibly relevant nonetheless.
http://channel9.msdn.com/showpost.aspx?postid=21650
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.