SQL Server cannot open a connection to the report server database

Source: Internet
Author: User
Tags decrypt

Case Environment:

Operating system version: Windows Server R2 Standard

Database version: SQL SERVER SP2


Case Description:

The following error message appears when you enter the Reporting Service management interface for a newly installed SQL Server server today

The report server cannot open a connection to the report server database. A connection to the database are required for all requests and processing. (rsreportserverdatabaseunavailable) Get Online Help

The final discovery was that the installation of the reporting service was checked for "Install but does not configure" during SQL Server Setup, and Reporting Services must be configured before using the reporting service. Execute the following command in the Command window (the corresponding account number, password according to the specific circumstances of the replacement)

Rsconfig-c-S <SQLSERVERNAME>-D reportserver-a windows-u <MYDOMAIN\MYACCOUNT>-P <PASSWORD>

See MSDN for an Introduction to the RSConfig utility (SSRS). After executing the command, go to the admin interface and the following error occurs

The report server cannot decrypt the symmetric key, is used to access sensitive or encrypted data in a report server D Atabase. You must either restore a backup key or delete all encrypted content. (rsreportserverdisabled) Get Online help Keyset does not exist (Exception from hresult:0x80090016)

The report server cannot decrypt the symmetric key that is used to access sensitive or encrypted data in the report server database. You must restore the backup key or delete all encrypted content, and then restart the service.

To perform the steps:

Step 1: Open the Reporting Services Configuration Manager and go to the encryption key option.

Step 2: Click the "delete" button to delete the encrypted content

Step 3: Click on the "Change" button

Step 4: Restart Reporting Services, problem solving.

SQL Server cannot open a connection to the report server database

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.