Hey AbsoluteIT,
I had the same problem when I tried to update the reports after upgrading from RC to RTM (the reports had been updated between versions). I got around the problem at the time by manually importing the reports one by one from the template. Then I had the exact same problem when I tried to create a new team project. Just when I thought I had removed all problems....
To fix, create a new database role in master and msdb: RSExecRole. In "Securables" add the following:
master: xp_sqlagent_notify (execute) xp_sqlagent_enum_jobs (execute) msdb: sp_add_category (execute) sp_verify_job_identifiers (execute) sysjobs (select)
Assign the role from each db to Network Service.
This fixed it for me. Not sure if will work for everyone as each case might be different, but again, it worked for me, I can now create team projects without any errors.
As to why I had this problem - a couple of factors. I had no problems at all with installation. But I deleted the encryption key from Reporting Services since I couldn't remember the passphrase for it, and then created a new encryption key and recreated the datasources etc. Maybe this process removed these permissions on master and msdb???
Enjoy!
Scotty |