Hi All,
In order to turning maintenance mode on or off in an Dynamics 365 FO LBD (aka On-premise) implementation, you have to:
More details at Maintenance mode
Till soon!
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.
This is a mandatory step if you have to change the License configuration entries.
More details at Maintenance mode
Till soon!