Thursday, August 5, 2021

Unable to find report design error for all report designs in one box environment

If you faced this error when you tried to run any of the standard reports in D365FO, it's better to re-install the reporting extension in one box environment

 Go to C:\AOSService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask

then open windows power shell as administrator and run the following command

.\DeploySsrsExtension.ps1

After that, you also needs to re-deploy all reports with the command .\DeployAllReportsToSsrs.ps1


Debug in a Tier-2 (UAT) environment

 From time to time, you may have to debug a copy of the production database, but you are unable to export & import the DB to your dev ma...