SSRS Query execution failed for dataset

后端 未结 17 1659
猫巷女王i
猫巷女王i 2020-12-30 22:39

Have just deployed my Project on to my reporting Server.

I have multiple datasets which are referencing views which exist on the db on that server.

When I tr

17条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-30 23:18

    In my situation, I created a new SSRS report and new stored procedure for the dataset. I forgot to add the stored procedure to the database role that had permission to execute it. Once I added the permissions to SQL database role with EXECUTE, all was fine!

    The error message encountered by the user was "An error occurred during client rendering. An error has occurred during report processing (rsProcessingAborted). Query execution failed for dataset "DataSet1'. (rsErrorExecutingCommand) For more information..."

提交回复
热议问题