Solusi untuk error di Reporting Services Server
December 2, 2011
Jika ketika mengakses http://localhost/reportserver muncul error seperti pesan berikut ini.
Reporting Services Error
- The report server cannot open a connection to the report server database. A connection to the database is required for all requests and processing. (rsReportServerDatabaseUnavailable) Get Online Help
- For more information about this error navigate to the report server on the local server machine, or enable remote errors
SQL Server Reporting Services
Berikut ini adalah solusinya:
Pada command prompt ketikkan command dengan format seperti berikut.
rsconfig -c -s <SQLSERVERNAME> -d reportserver -a Windows -u <MYDOMAIN\MYACCOUNT> -p <PASSWORD> Contoh. rsconfig -c -s prod01 -d reportserver -a Windows -u mikrosaft\ultima -p password
Advertisement
No comments yet