The model store has been modified,
How to skip The model store has been modified dialog in AX 2012

Issue:

The model store has been modified,

How to skip The model store has been modified dialog in AX 2012

AX: AX 2012 R3
OS: Windows Server 2012 R2
SQL: SQL 2014

Solution:

Well, we have three solutions:

The easiest way to get rid of it to uncheck the MinorUpgrade checkbox on the ReleaseUpdateConfiguration table. Close the Client and start it again.

You can also alternatively create a job that runs SysCheckList_Update::finalizeMinorUpgrade();

as below:

static void Job11(Args _args)
{
    SysCheckList_Update::finalizeMinorUpgrade();
   
   }

You can also use this  \”Set-AXModelStore NoInstallMode\” via Power Shell

Happy DAXing! 

Thanks & Regards,
Mail ID: pandit.umesh@hotmail.com
Skype ID: pandit.umesh

Leave a Reply

Your email address will not be published. Required fields are marked *