Thursday 9 August 2018

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

-> Open windows powershell in administrator mode.

-> Copy and paste below code in 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




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



No comments:

Post a Comment

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...