D365 FO :ENABLE MAINTENANCE MODE FOR LICENSE CONFIGURATION
D365 FO :ENABLE MAINTENANCE MODE FOR LICENSE CONFIGURATION
In D365 FO , For change settings in License configuration
have to enable maintenance mode.
By default it is
turned off. But you can easily enable the maintenance mode in development environment.
For SAT and Production need to submit
service request.
Two ways we can enable maintenance
mode and edit license configuration :
1.
Run the below SQL query on transaction database of
environment(AxDB)
After executing the query, restart the environment.
update
dbo.SQLSYSTEMVARIABLES
set dbo.SQLSYSTEMVARIABLES.VALUE = 1
where dbo.SQLSYSTEMVARIABLES.PARM = ‘CONFIGURATIONMODE’
2.
Take RDP and Run command prompt as
administrator.
Execute below command in CMD.
K:\AosService\PackagesLocalDirectory\Bin\Microsoft.Dynamics.AX.Deployment.Setup.exe
–metadatadir K:\AosService\PackagesLocalDirectory –bindir
K:\AosService\PackagesLocalDirectory\Bin –sqlserver . –sqldatabase axdb
–sqluser <SQL admin user id> –sqlpwd <SQL users password>
–setupmode maintenancemode –isinmaintenancemode true
- Get link
- X
- Other Apps
Comments
Post a Comment