Wednesday 7 May 2014

The model store has been modified

Solution : After upgrading Microsoft Dynamics AX 2012 you will get the following dialog upon starting the AX client:

When you have performed the appropriate upgrade actions (AOT compile, code check, CIL compile, synchronize, upgrade scripts), the dialog still might pop up every time you start the client. Selecting "Skip" will not solve this.

To avoid the dialog from appearing, you can do one of the following:

  1. If you have started one of the checklists, check that you have marked alle the actions as complete by clicking the link "Mark as complete" on each action.
  2. Prevent the dialog from appearing by clicking
    System administration > Setup > Checklists > Prevent startup of checklists
  3. Even after above steps still the pop up is coming then write a job containing this line
         SysCheckList_Update::finalizeMinorUpgrade();

        Hint: AX uses info.startup() to check, if checklist must be opened.    

I would prefer the first alternative, since it will require you to confirm that you actually performed all the necessary upgrade steps.

No comments:

Post a Comment