Showing posts with label SSRS Deployment. Show all posts
Showing posts with label SSRS Deployment. Show all posts

SSRS Reports Errors D365FO


How to Find SSRS Reports Errors D365FO


During the development of one task today, I was facing a run-time error in report execution and didn't get any proper message on the message window.



after spending too many hours and search over the internet found the actual issue in the windows event viewer





Then check on Ax-SSRSReportViewer > Operional




DEPLOY SSRS REPORTS USING POWER SHELL – DYNAMICS 365 FOR OPERATIONS


DEPLOY SSRS REPORTS USING POWER SHELL


Open Windows PowerShell in administrator mode.
For Local environment
C:\AOSService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1
For Azure environment
J:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -PackageInstallLocation "J:\AosService\PackagesLocalDirectory"

Virtual Fields Vs Computed Fields

  Virtual Field: A virtual field in D365FO is a field that doesn't have a direct representation in the database. It's a field that y...