Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Migration of Report Server 2005 to 2008

    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'

    GO

    USE [ReportServerTempdb]

    GO

    EXEC sp_addrolemember N'db_owner', N'RSExecRole'

    GO

Viewing post 1 (of 1 total)