Deploy all reports SSRS AX 2012 - R3

All reports  can be easily deployed by using the command line

The following Article can help in detail
http://technet.microsoft.com/en-us/library/dd309703.aspx

Summary
1- Initially open the Windows Powershell

  1. Open Windows PowerShell as an administrator by following these steps:
    1. Click Start > Administrative Tools.
    2. Right-click the Microsoft Dynamics AX 2012 Management Shell option.
    3. Click Run as administrator.
2- Deploy from the following commands

  • To deploy a specific report, enter the name of the report. For example, to deploy the CustTransList report, enter the following command:
    Publish-AXReport -ReportName CustTransList
    
  • To deploy two or more specific reports, enter the names of the reports. For example, to deploy the CustTransList and CustTransOpenPerDate reports, enter the following command:
    Publish-AXReport -ReportName CustTransList, CustTransOpenPerDate
    
  • To deploy all reports, enter the following command:
    Publish-AXReport –ReportName *




Comments

  1. Dear,
    I am getting error while deploying report on microsoft dynamics ax 2012 R3. rsAccess denied or insufficient privilege.
    i assigned the domain\user into folder setting->security, though the same error is generating.
    please reply my problem to msnazia2012@gmail.com.
    thanking you
    --
    Mohammad Shahnawaz

    ReplyDelete

Post a Comment

Popular posts from this blog

Export Data from AX 2012 - using DIXF (Data Migration Framework)

The virtual path maps to another application, which is not allowed