Hi Experts,
I have been trying to deploy the reports from AX and shell command. but i am getting Access denied error, following is the error.
Publish-AXReport : Access is denied. (Exception from HRESULT: 0x80070005
(E_ACCESSDENIED))
At line:1 char:1
+ Publish-AXReport -ReportName SalesConfirm* -skipReportServerAdminCheck
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : SecurityError: (:) [Publish-AXReport], Unauthori
zedAccessException
+ FullyQualifiedErrorId : Access is denied. (Exception from HRESULT: 0x800
70005 (E_ACCESSDENIED)),Microsoft.Dynamics.AX.Framework.Management.Reports
.PublishReportCommand
Publish-AXReport : The deployment was cancelled because of an error. On the
report server, verify that:
- The SQL Server Reporting Services service is running.
- SQL Server Reporting Services is configured according to the instructions in
the Microsoft Dynamics AX Installation Guide
(go.microsoft.com/fwlink).
- The Remote Administration feature is allowed to communicate through Windows
Firewall.
At line:1 char:1
+ Publish-AXReport -ReportName SalesConfirm* -skipReportServerAdminCheck
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ResourceUnavailable: (Microsoft.Dynam...ReportsD
eployer:ReportsDeployer) [Publish-AXReport], ServerException
+ FullyQualifiedErrorId : The deployment was cancelled because of an error
. On the report server, verify that:
- The SQL Server Reporting Services service is running.
- SQL Server Reporting Services is configured according to the instruction
s in the Microsoft Dynamics AX Installation Guide (http://go.microsoft.com
/fwlink/?LinkID=163796).
- The Remote Administration feature is allowed to communicate through Wind
ows Firewall.,Microsoft.Dynamics.AX.Framework.Management.Reports.PublishRe
portCommand
I checked that i have permission on the reporting site. I can create/add report on the reporting server. But when i try to deploy the report from AX or shell command i get the error.
The remote registry service is running on the report server. I am also getting error when i press validate button on the report configuration setup. Access is denied. (Exception from HRESULT: 0x80070005(E_ACCESSDENIED)).
The administrator user can deploy the report, but with my credentials its throwing error.
Can any one help me on this urgently.