07.05.2018, 00:15 | #1 |
Участник
|
sinedax: Fast Deployment - Dynamics 365 for Finance & Operations LBD
Источник: http://sinedax.blogspot.com/2018/05/...s-365-for.html
============== 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. use OrchestratorData select * from RunBookTask order by StartDateTime desc In such case, just fixed the issue we can restart the Deployment in two ways:
update OrchestratorJob set State = 1 where JobId = 'AXUG-028b0c39-e713-4fb9-b375-52f507df1313' update RunBookTask set State = 1, Retries = 1 where RunbookTaskId = 'AXUG-028b0c39-e713-4fb9-b375-52f507df1313-setupModules' About this option, take care because in some cases like Certificates update, recreation of the Credentials.json file, etc. is mandatory handle the deployment through LCS. About that, I handled a session to the last AXUG Conference in Dublin. Till soon! Источник: http://sinedax.blogspot.com/2018/05/...s-365-for.html
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|