Error:
Solution 1 disable UAC
Change following registry key value from 1 to 0.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system
EnableLUA
REG_DWORD change value of this key from 1 to 0 to disable UAC
Solution 2
User does not have administrator rights on reporting services and/or on server where reporting services installed.
Solution 3
"Remote registry" services not running on reporting server.
Solution 4
In case of load balancing reporting services refer link - reference
Solution 5
Please let me know, if this helps you.
Also, comment if you have any other solution for the same.
An error
occurred: The network path was not found. If User Account Control (UAC) is
enabled on the machine, close the application, and then click Run as
Administrator
The
deployment was aborted. You do not have privileges to deploy to server. For deployment,
you must have administrator rights to the SQL Server Reporting Services (SSRS).
Contact your administrator to deploy.
Solution 1 disable UAC
Change following registry key value from 1 to 0.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system
EnableLUA
REG_DWORD change value of this key from 1 to 0 to disable UAC
Solution 2
User does not have administrator rights on reporting services and/or on server where reporting services installed.
Solution 3
"Remote registry" services not running on reporting server.
Solution 4
In case of load balancing reporting services refer link - reference
Solution 5
In case you are deploying reports using PowerShell, use option SkipReportServerAdminCheck as below.
For All
Reports : "Publish - AXReport -ReportName *
-SkipReportServerAdminCheck"
For Single Report : "Publish -AXReport
-ReportName CustTransList -SkipReportServerAdminCheck"
Solution 6
In case static IP is assigned to developer PC, remove default gateway & alternate dns, can also help to solve this error.Please let me know, if this helps you.
Also, comment if you have any other solution for the same.
No comments:
Post a Comment