Deploy all AX2012 reports

There’re 3 different ways to deploy Dynamics AX2012 reports:

  1. Through AOT
    AOT > SSRS Reports > Reports > right click on report > Deploy Element

  2. Through Visual Studio
    Open the report project > Right click on the project or solution node > Deploy

  3. Through PowerShell
    Publish-AXReport -ReportName *

Through AOT

– Go to AOT > SSRS Reports > Reports > (right click on report) > Deploy Element

– Right click on the report node

– Click “Deploy Element”

1.png

Deploy AX2012 report through AOT

Through Visual Studio

– Open the report project

– Right click on the project or solution node

– Click “Deploy”

2.png

Deploy AX2012 report through Visual Studio

Through PowerShell

– Go to: Start > Administrative Tools > Microsoft Dynamics AX 2012 Management Shell

– Then enter Publish-AXReport -ReportName *

This will deploy all AX2012 reports into report server, you might want to do this after the initial installation as the report server doesn’t have all the report there yet. It takes about 20 minutes for me to deploy all the reports (that’s on my Hyper-V image, if run on better spec server, it could be much faster).

If you want to deploy a specific report, just replace the wildcard (*) with the report name.

Eg. Publish-AXReport -ReportName SalesInvoice

*It is the report name under AOT > SSRS Reports > Reports > SalesInvoice, not the project name under AOT > Visual Studio Projects > Dynamics AX Projects > SalesInvoiceReport

3.png

Publish-AXReport -ReportName * will deploy all report (use wildcard to deploy full set of report)

4.png

Report deployment in progress

5.png

Report deployment in progress

6.png

Report deployment in progress

7.png

Report deployment completed

8.png

http://tpdb/ReportServer

http://tpdb/Reports

Publish-AXReport –ReportName *


dp.exe import D:\Temp_Henry\Demo\MicrosoftDynamicsAXR3DemoData TPAOS\AXDev


    Danzel
    Danzel管理员

    • 声明:本文由Danzel于2020-05-13转载(优化),转载须经原站同意并注明出处。
    • 本文地址:http://maryd.cn/?id=16
    上一篇:AX按钮权限设置
    下一篇:How to sort data on grid of form in AX 2012

    留言评论

    暂无留言
    取消
    扫码支持