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




Support Faryal's Cusine


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"

Support Faryal's Cusine


Purchase Order Confirmation

  Introduction In Microsoft Dynamics 365 Finance & Operations (D365 F&O), Purchase Orders can be confirmed programmatically using th...