I have setup SSRS on SQL Server 2008 in native mode.
As an administrator I can login to report manager, upload reports and run them, and also use the Web Service URL to generate reports.
I have also created a local user on the machine, I went into Report Manager as Admin, and at the top level set permissions that should assign the local user to all roles.
When I login to the machine as that user, and then navigate to Report Manager I just get the heading for the page, but do not see any of the folders that are configured.
I've checked and the folders are set to inherit parent permissions and they are showing the newly created local user in there too.
It seems odd that I have set the permissions, yet SSRS is still not showing what I should be able to see. Is there another step I need to take other than configuring the permissions in Report Manager?
When logged in as the newly created local user:
Report Manager - Shows the heading for the page, but no folders/items
Web Service URL (http://machine/ReportServer) - rsAccessDeniedError
Also I have ran IE as admin, had to do this to be able to get the option for setting permissions. Once set it seems very hit and miss whether they take effect.
I tried creating another user, granted them permissions at the root folder, then when I logged in as that user and tried to access Report Manager I don't see any folders/items at all.
– Dan Harris Feb 05 '13 at 12:44Does SSRS require that the server be reset when permissions are added/removed? I didn't think so myself.. In my experiences previously this hasn't been the case
– Dan Harris Feb 11 '13 at 09:21