Reporting Services 2008 Service Account error

0

I saved over the encryption key backup file when changing from one account to another. Now I can't see reports, change accounts, or use any of the Encryption key tools in the configuration manager.

I receive a

"Creating Encryption Key Backup" error 0x80090016

.

Does anyone know how to fix this?

sql-server
ssrs
asked on Server Fault Apr 13, 2010 by Praesagus • edited Aug 5, 2015 by Kiquenet

1 Answer

1

See Backing Up and Restoring Encryption Keys:

  1. Start the Reporting Services Configuration tool, and then connect to the report server instance you want to configure.
  2. On the Encryption Keys page, click Restore.
  3. Select the .snk file that contains the back up copy.
  4. Type the password that unlocks the file.
  5. Click OK.

Error 0x80090016 is Keyset does not exist.. This can occur when the crypto service is stopped (unlikely) or when you don't have access to the keystore you're trying to access. That would likely be caused by manually changing the service to an account that does not have enough privileges to access the keystore. Did you change the service account using the SSRS tool, or manually in the SCM? The later is unsuported. If you did the former and you're hitting a keyset access error, you'll have to call product support to investigate.

answered on Server Fault Apr 13, 2010 by Remus Rusanu • edited Apr 14, 2010 by Remus Rusanu

User contributions licensed under CC BY-SA 3.0