There’re 3 different ways to deploy Dynamics AX2012 reports:
Through AOT
AOT > SSRS Reports > Reports > right click on report > Deploy ElementThrough Visual Studio
Open the report project > Right click on the project or solution node > DeployThrough 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”
Deploy AX2012 report through AOT
Through Visual Studio
– Open the report project
– Right click on the project or solution node
– Click “Deploy”
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
Publish-AXReport -ReportName * will deploy all report (use wildcard to deploy full set of report)
Report deployment in progress
Report deployment in progress
Report deployment in progress
Report deployment completed
http://tpdb/ReportServer http://tpdb/Reports Publish-AXReport –ReportName * dp.exe import D:\Temp_Henry\Demo\MicrosoftDynamicsAXR3DemoData TPAOS\AXDev
留言评论
暂无留言