Viewing post 1 (of 1 total)
Just to add, that I had similar issues. I ran the following and it fixed the issue...
USE [ReportServer]
GO
EXEC sp_addrolemember N'db_owner', N'RSExecRole'
USE [ReportServerTempdb]
May 17, 2011 at 6:48 am
#1325743