I have a problem similar to thishttp://www.sqlservercentral.com/Forums/Topic283472-150-1.aspxI've developed a report with a shared dataset from a stored SQL 2005 procedure with a single parameter. It runs just fine for me in my BIDS development environment. If I deploy it to my report server my users get an rsErrorExecutingCommand error. They can see images in other reports stored directly on the report server but they cant query the my databases via a SSRS dataset.I've read deeply on the error and made sure my users are in the db_dataReader role in the database as well as granted execute permissions for them to run the SP.How can I get them to run the report? Do I need to grant permission for my SSRS service account in the database?Many thanks ahead of timejhh
↧