Problemas en Report Server 2008
Este script me lo pasó mi amigo Aldo. Estoy tratando de abrir los reportes usando Internet Explorer y me sale el siguiente error:
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
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server).
Para resolver el problema voy al cmd de Windows y corro la siguiente línea de comandos:
rsconfig -c -iMSSQLSERVER -slocalhost -dReportServer –aWindows
Con esa línea de comandos se deberían resolver todos los problemas de configuración muy frecuentes en máquinas Workgroup que no están en dominio.
Espero que les sirva.
Comentarios
Publicar un comentario