Maintenance mode – Dynamics 365 for Finance & Operations LBD
In order to turning maintenance mode on or off in an Dynamics 365 FO LBD (aka On-premise) implementation, you have to:
- Open Sql Server Management Studio
- Point to the AXDB database
- Raise the following command, update SQLSYSTEMVARIABLES SET VALUE = 1 where PARM = ‘CONFIGURATIONMODE’
- Restart the Service Fabric service against all AOSs Node
- When you’ve completed your maintenance mode activities,…
Continue Reading Denis Macchinetti’s Article on their blog
Maintenance mode – Dynamics 365 for Finance & Operations LBD
Hi All, In order to turning maintenance mode on or off in an Dynamics 365 FO LBD (aka On-premise) implementation, you have to: Open Sql Server Management Studio Point to the AXDB database Raise the following command, update SQLSYSTEMVARIABLES SET VALUE = 1 where PARM = ‘CONFIGURATIONMODE’ Restart the Service Fabric service against all AOSs Node When you’ve completed your maintenance mode activities, repeat steps 3 and 4 but set the value to 0 in step 3.
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