How to deploy a report on a report server installed on a Windows 7 machine?
I need to deploy a report using Reporting services but I'm getting this error, using visual studio to deploy the report
The permissions granted to user 'Domain\user'
are insufficient for performing this operation
Right now I'm the administrator of the machine, so why I'm getting I don't have enough permissions?
Note:
The scenario is the following:
Developing and deploying on a Windows 7. The report server is 开发者_如何学编程in the same machine. In conclusion, running all local.
This problem took me a whole day to figure it out. That's why i'm posting the answer.
To resolve this problem you should follow this steps.
- Run Internet explorer -> Internet Options -> Security->Trust Sites -> Add localhost -> Uncheck the last textbox. Also change the security level for trusted sites to low. You can change this later.
- Go to the Reporting Services Configuration Manager -> Report Manager URL -> Copy the URL
- Run Internet Explorer as an Administrator
- Copy the URL, hit Enter
- On the site -> Site Configuration -> Security -> Add your account as System Administrator permission
- Home -> Properties -> New Role Assigment -> Add your account as Content Manager
- Run Visual Studio and deploy, see if it worked.
That was it.
I'm leaving here one link that helped me a lot. Click Here to see web page that helped me
Hope it helps.
PS: If this not works: change the security level on my trusted sites to Low
精彩评论