Some time we get the below error while opening reports in axapta.
Reason : Reports are not deployed
Solution : To deploy reports.
Here i'm sharing steps how to deploy reports in axapta 2012
Reason : Reports are not deployed
Solution : To deploy reports.
Here i'm sharing steps how to deploy reports in axapta 2012
Open Windows PowerShell as an administrator by following these steps:
-> Click Start > Administrative Tools.
-> Right-click the Microsoft Dynamics AX 2012 Management Shell option.
-> Click Run as administrator.
-> paste below command and press enter .Takes 10-25 minutes to deploy reports.
Deploy All Reports :
Publish-AXReport –ReportName *
Deploy a Specific Report :
Publish-AXReport -ReportName Vend
@ Rahul Talasila
No comments:
Post a Comment