Sunday, 27 March 2022

Deploy SSRS reports in Dynamics 365 Finance & Operations / AX 7.0

 -> Open windows PowerShell in administrator mode.


-> Copy and paste the below code in the PowerShell window and hit enter.

For Azure environment

K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -PackageInstallLocation “K:\AosService\PackagesLocalDirectory”

For Local environment

C:\AOSService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1

For Single report deploy 
K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -Module XYZ -ReportName XYZ.Report -PackageInstallLocation "K:\AosService\PackagesLocalDirectory"


Note: For the Azure environment the AOS service folder might be different.




https://nuxulu.com/2021-01-27-deploy-ssrs-reports-in-dynamics-365-finance-scm-using-powershell/

No comments:

Post a Comment

DefaultDimension in d365 FO X++

 Navigate to PurchTable methods you can find with DefaultDimension this.DefaultDimension = this.mergeDimension(this.getDefaultDimension(),th...