Security settings
1. Assign the user who is deploying the reports to the System Administrator role on the Report Manager website.
By default, the URL is http://<ComputerName>/reports.
AX -> System Administration -> Setup -> Business Intelligence -> Reporting Services -> Report servers
In Report Manager website -> Site Settings -> Security
2. Assign the Windows domain account of the user who is deploying the reports to the Administrators group on the server that is running SSRS.
3. Run AX As Administrator and then run deploy element
Deployment from management shell
In
Administrative Tools run As Administrator
Microsoft Dynamics AX 2012 Management Shell:
Deploy single SSRS report
1 2 | Publish-AXReport -ReportName NameOfReport
Publish-AXReport -ReportName NameOfReport, NameOfReport2
|
Deploy all reports
1 | Publish-AXReport -ReportName *
|
Deploy reports whose names start with CustomReports and that were modified after October 10, 2011 to the report server configuration ReportServer01, and then forces the server to restart
1 | Publish-AXReport -Id ReportServer01 -ModifiedAfter 2011-10-10 -ReportName CustomReports* -RestartReportServer
|
Support The Author
If you found value in what I share, I've set up a
Buy Me a Coffee page as a way to show your support.
Buy Me a Coffee