Thursday 1 October 2020

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

 Here are commands using powershell

cd k:\AOSService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask   //Location may Vary

Powershell .\DeployAllReportsToSsrs.ps1 -packageInstallLocation "K:\AosService\PackagesLocalDirectory"


.\DeployAllReportsToSSRS.ps1 -Module ApplicationSuite -ReportName salesinvoice.Report -PackageInstallLocation “K:\AosService\PackagesLocalDirectory”


For Local environment

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

No comments:

Post a Comment