On a Dynamics 365 for Finance & Operations LBD Deployment, can occur that the Deployment fails on a certain step like the SSRS App Deployment, Synch, etc.
In order to check the Deployment status and the running task, you can run the below query against the «OrchestratorData» Database.
use OrchestratorData
select * from RunBookTask order by StartDateTime desc
In such case, just fixed…
Continue Reading Denis Macchinetti’s Article on their blog
Fast Deployment – Dynamics 365 for Finance & Operations LBD
Greetings! On a Dynamics 365 for Finance & Operations LBD Deployment, can occur that the Deployment fails on a certain step like the SSRS App Deployment, Synch, etc. In order to check the Deployment status and the running task, you can run the below query against the ” OrchestratorData ” Database.
Blog Syndicated with Denis Macchinetti’s Permission
More About This Author
Array
Finance & Operations2020.06.16Microsoft Dynamics 365 eCommerce
Finance & Operations2020.06.01Microsoft UI Flows – RPA
Finance & Operations2020.03.31RSAT and Selenium in action – Dynamics 365 for Finance & Operations Regression Test
Finance & Operations2019.12.28Create Financial Reporting App – Dynamics 365 for Finance & Operations LBD