Showing posts with label activate. Show all posts
Showing posts with label activate. Show all posts

Friday, March 30, 2012

Reporting Services Activation error

I try to activate it by command prompt like so:
C:\Documents and Settings\Administrator>rsactivate -c"C:\Program
Files\Microsoft
SQL Server\MSSQL\Reporting Services\ReportServer\RSReportServer.config"
And I get this for output:
Failure starting the web service:
Unable to connect to the database (-2147159551) 0x80070005
I have looked through every knowledgebase article and have found no answers.
Can anyone help me here?If you get an answer to this question, please let me know, as I am having the same issue. rsahakian1960 at yahoo dot com. Thanks
--
Message posted via http://www.sqlmonster.com

Wednesday, March 21, 2012

Reporting Services - MS SQL 2005 beta

Hello,
I'm trying to run reporting services that comes with MS SQL 2005 beta. I've
just installed it and I know I have to activate eg. using rsactivate... Here
comes the problem, rsactivate gives me the following message:
"File or assembly name 'ReportingServicesNativeClient, ....', or one of its
dependencies, was not found."
It seems for me that there is ReportingServicesNativeClient assembly in my
system, because I installed it (using autorun setup) and there are dlls in
few directories. What's wrong then'
Marek Aleksander DabekYou need to run rsactivate from the \Report Manager\bin directory. It is in
the wrong path in Beta 2.
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Mad One" <madonehc@.NO-SPAM-PLEASE.poczta.onet.pl> wrote in message
news:ucv6smfqEHA.1960@.TK2MSFTNGP10.phx.gbl...
> Hello,
> I'm trying to run reporting services that comes with MS SQL 2005 beta.
I've
> just installed it and I know I have to activate eg. using rsactivate...
Here
> comes the problem, rsactivate gives me the following message:
> "File or assembly name 'ReportingServicesNativeClient, ....', or one of
its
> dependencies, was not found."
> It seems for me that there is ReportingServicesNativeClient assembly in my
> system, because I installed it (using autorun setup) and there are dlls in
> few directories. What's wrong then'
> Marek Aleksander Dabek
>|||> You need to run rsactivate from the \Report Manager\bin directory. It is
in
> the wrong path in Beta 2.
It worked perfectly. Thank you.