Skip to content
Personal D365 blog
Menu
  • About
Menu

D365 FO deploy SSRS reports

Posted on 2022-09-30 by jdekker

My AOS resides on the K:\ drive this can differ.

Deploying a specific report.

K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -Module ApplicationSuite -ReportName <ReportName> -PackageInstallLocation “K:\AosService\PackagesLocalDirectory”

If you for example want to deploy all “WMS” reports, you can use the following command.

K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -Module ApplicationSuite -ReportName WMS* -PackageInstallLocation “K:\AosService\PackagesLocalDirectory”

If you want to deploy all reports use the following command.

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

© 2023 Personal D365 blog | Powered by Minimalist Blog WordPress Theme