Showing posts with label Dynamics 365 AX7. Show all posts
Showing posts with label Dynamics 365 AX7. Show all posts

Thursday, August 17, 2017

Remove/Reinstall The Reporting Extension in Dynamics 365 [AX7]

Description: Remove and Reinstall Reporting Extension in AX7

Procedure:

  • Complete the following procedure as a user in the administrator group for the machine where SSRS is running
  • To remove SSRS extension use following script:
PowerShell .\DeploySsrsExtension.ps1 –UninstallOnly
  • In PowerShell, reinstall the Dynamics SSRS extension by running the following script:
PowerShell .\DeploySsrsExtension.ps1

  • Removing the reporting extension removes all the reports. If you have removed and then reinstalled the reporting extension, it is necessary to re-deploy the reports by running the following script:
Powershell .\DeployAllReportsToSsrs.ps1

Thursday, August 10, 2017

SSRS Reports Deploy Manually in Dynamics 365 [AX7]

Description:- SSRS Reports Deploy manually in Dynamics 365


Open AX 7 Virtual Machine
Open Windows Powershell Run as administrator
Execute below command [Directory location may be different according to setup]

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