October 19, 2005 at 3:55 pm
Greetings, trying to install sp2 on our reporting server, following the instructions I am trying to make a backup copy of the encryption keys using the rskeymgmt utilitiy, and when I run the command and reply to the verification msg, I get this msg back
The local NT Service is disabled 0x80090005
I have found a number of people hitting this on the web, but no replies as to what was done to resolve the problem. Any information would be appreciated.
October 24, 2005 at 8:00 am
This was removed by the editor as SPAM
January 6, 2006 at 4:41 pm
Did you ever find an answer?
Thx, Megan
August 1, 2006 at 10:59 am
Still waiting on responses for above issue. Help is appreciated,
THanks!!
Hary
September 28, 2006 at 12:12 pm
I am facing the same problem but unable to resolve it. Doesn anyone know the resolution...
Tx
Praveen
September 28, 2006 at 1:54 pm
turn on the service that it says is not running... I believe it is DTC Coordinator, or something to that effect.
Thank-you,
David Russell
Any Cloud, Any Database, Oracle since 1982
September 28, 2006 at 2:40 pm
That didn't work for me, but please share if you get it working.
Thanks,
-Megan
September 28, 2006 at 3:15 pm
Actually I never resolved this fully, but I did determine that Reporting Services had been installed/reinstalled incorrectly on this machine which caused a number of issues. There is a set process that Microsoft has documented that you have to follow when you backup and restore or move to a new server. This was not followed and thus, we can not install sp2.
December 10, 2006 at 9:33 pm
Try turning on the 'Remote Procedure Call (RPC)' and/or the 'Remote Procedure Call (RPC) Locator' services. This should enable the encryption keys to be saved.
January 5, 2007 at 10:39 am
This may be because the ReportServer service was set up to initially run as 'NT AUTHORITY\NetworkService' account, but now it is running as a different account. If this is so then you should switch the service back to use the 'NT AUTHORITY\NetworkService' login (leave the password field blank).
Then restart the service and try again. This worked for me.
April 16, 2007 at 5:20 am
'NT AUTHORITY\NetworkService' did not work for me.
November 14, 2007 at 9:14 pm
I am running the ReportServer with a domain service account and this is how I got it to work:
a). I did not have an encryption key backup so I ran:
rskeymgmt -d
If a backup of the encryption keys is available then you should run:
rskeymgmt -a -f <fully qualified path to the file that stores a backup copy of the symmetric keys>
-p <password>
b). rsconfig -c -s <SQLSERVERNAME>
-d reportserver -a Windows -u <MYDOMAIN\MYACCOUNT>
-p <PASSWORD>
c). rsactivate -c"C:\Program Files\Microsoft SQL Server\MSSQL\Reporting Services\ReportServer\RSReportServer.config"
I hope this will be of any help for you.
Viewing 12 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic. Login to reply