Below is the error:
"The deployment was aborted. You do not have privileges to deploy to server: <server name>. For deployment, you must have administrative rights to the SQL Server Reporting Services (SSRS) server. Contact your administrator to deploy."
Then i found out the reason for this issue, you need to give the Administrator rights (in reporting server machine) to that user who is trying to deploy.
- Go in Computer management and then select "Local Group and Users".
- Now select "Groups".
After doing these steps try depoying report again, the issue will be resolved.
Hope this helps!
Hi ,
ReplyDeleteYou can use below query to over write the reports deployment issue. You can execute this query from MSDAX2012 Management shell
Publish-axreport -reportname {Ex :custtranslist} –SkipReportServerAdminCheck
Regards.,
Ravi Theja Madisetty
https://techguns.wordpress.com
Thanks Ravi for above solution. It worked in my case.
Delete