我在尝试在报表查看器webpart中显示我的SSRS报表时遇到问题。在报表服务器中,我可以毫无问题地看到它们。 但是,当我尝试在Sharepoint webpart中显示它们时,我收到以下错误:
Error al procesar el informe. (rsProcessingAborted)
Error de ejecución de consulta para el conjunto de datos 'DimEstadoEstado'. (rsErrorExecutingCommand)
Either the user, , does not have access to the SeguridadSocialBI database, or the database does not exist.
翻译它就像是
Error processing the report. (rsProcessingAborted)
Execution error for dataset 'DimEstadoEstado' (rsErrorExecutingCommand)
Either the user, , does not have access to the SeguridadSocialBI database, or the database does not exist.
提前致谢
答案 0 :(得分:1)
您需要设置数据源的凭据才能访问报告。设置用户名和密码,并在sharepoint上检查rdl的Windows身份验证。