The Report Server cannot connect to the Report Server database.

Source: Internet
Author: User

The Report Server cannot connect to the Report Server database. All requests and processes require a connection to the database. (Rsreportserverdatabaseunavailable) An error occurred while establishing a connection with the server. When you connect to SQL Server 2005, the default setting does not allow remote connection to SQL Server may cause this failure. (Provider: named pipeline providesProgram, Error: 40-unable to open the connection to SQL Server)
 
 
Solution:
Run
C: "Documents and Settings" XXX> rsconfig-C-s (local)-D reportserver-a SQL-U sa-P SA
Specifies the correct username and password for logging on to the database.

Rsconfig command parameter explanation:
The parameter after-s indicates the name of the sqlserver instance;
-D indicates the database connected to the report service, usually reportserver;
-A indicates the authentication method, windows or SQL. If the value is windows, the Report Server is used to connect to the database of the Report Server.

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.