Wednesday, January 28, 2026

Unable to find report design in D365 F&O X++

I am encountering an issue while opening a standard report. The error displayed is ‘Unable to find report design.

ERROR:-

At that time, the report was deployed using Windows PowerShell. After running the deployment command, the report opened successfully.

1. Open Windows PowerShell as a system administrator.




2. For deploying a specific SSRS report.

K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -ReportName YourReportName.Design name

3. For deploying all SSRS reports in a specific module.

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




No comments:

Post a Comment

Installing a New Package in D365 F&O Development Environment

  Introduction Installing and updating packages in the development environment is a common activity in Microsoft Dynamics 365 Finance . To ...