Error en Reporting Server en SQL Server 2008

Cuando se configurar Reporting Services un website que no es default, o sea diferente al 80. Se puede presentar el siguiente error:

 

"An error occurred while parsing the configuration file. The ReportServerVirtualDirectory element is missing. "

 

Para resolverlo tienes que abrir el archivo de configuración RSWebApplication.config el cual se encuentra en el directorio virtual de Reports o en la siguiente ruta C:\Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportManager. Tienes que buscar la siguiente entrada.

 

<UI>
<ReportServerUrl></ReportServerUrl>
<ReportServerVirtualDirectory></ReportServerVirtualDirectory>
<ReportBuilderTrustLevel>FullTrust</ReportBuilderTrustLevel>
</UI>




En la entrada ReportServerVirtualDirectory debes agregar el nombre del 


directorio virtual del report server.


 



<UI>
<ReportServerUrl></ReportServerUrl>
<ReportServerVirtualDirectory>ReportServer</ReportServerVirtualDirectory>
<ReportBuilderTrustLevel>FullTrust</ReportBuilderTrustLevel>
</UI>




Saludos,



Eduardo Castro – Microsoft SQL Server



http://comunidadwindows.org



Costa Rica



Technorati Tags: SQL Server



LiveJournal Tags: SQL Server



del.icio.us Tags: SQL Server

Comments

Anonymous said…
This comment has been removed by a blog administrator.

Popular posts from this blog

Cómo identificar consultas más pesadas en SQL Server

Power View en SQL Server 2012 Primer Entrega

Machine Learning Services con SQL Server Managed Instance