Introduction:
In this blog, we will see how to deploy SSRS reports in Microsoft Dynamics 365 Finance and Operations
Solution:
For on-prem environment, we will open Windows PowerShell in administrator mode and run the below scrip step by step.
For online Cloudhosted/Dev environment, we will run below mentioned script
For on-prem environment, we will open Windows PowerShell in administrator mode and run the below scrip step by step.
cd C:\AOSService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\
.\DeployAllReportsToSsrs.ps1
cd k:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\
.\DeployAllReportsToSSRS.ps1 -PackageInstallLocation "k:\AosService\PackagesLocalDirectory"
It appears as
When deploying reports are completed, It looks like
Thanks for reading !!!