web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

AX2012 Home Screen Comes Back Blank No modules Listed

(0) ShareShare
ReportReport
Posted on by 310

This issue started happening after loading new license key for AX2012 Retail.

when ever i open AX2012 it comes back with blank screen no modules listed and to get back all the modules i need to press ctrl+w or opening new workspace.

all the users are getting this issue.

please let me know how to fix this issue.

Regards

Vasudev

 

*This post is locked for comments

I have the same question (0)
  • Andrew Clift Profile Picture
    185 on at
    Re: AX2012 Home Screen Comes Back Blank No modules Listed

    Hi Denis - glad you got it working...

  • Denis Macchinetti Profile Picture
    16,444 on at
    Re: AX2012 Home Screen Comes Back Blank No modules Listed

    Hi again.

    i have specify the correct Retail Version and now the menu appear.

    Many thanks !

    Denis

  • Denis Macchinetti Profile Picture
    16,444 on at
    Re: AX2012 Home Screen Comes Back Blank No modules Listed

    Hi

    The workaround describe by Andrew dont' work.

    Any other ideas ?

    Regards

    Denis Macchinetti

  • Verified answer
    Andrew Clift Profile Picture
    185 on at
    Re: AX2012 Home Screen Comes Back Blank No modules Listed

    This will be down to a checklist not being completed - If you have done this then ensure that the syssetuplog and retailsetuplog contain the right values and actions are finished.

    A common issue is the need to add a row to the retailsetuplog table for the following

    name - SysCheckList_Upgrade

    description - Finished

    retailbuild - 6.1.1108.0

     

    Below is some code that I used to solve the issue of retail beta images.

     

    It goes through the logic surrounding SysCheckList_Upgrade::isUpgradeMode - this was the reason for empty workspaces and EP URL not being found when configured.

     

    Please keep in mind that this was from the retail beta and the version number used in the insert is because of that you must ensure that the version number is corect for your version if retail is in used on your system.

     

    ------------

     

    RetailSetupLog  retailSetupLog;

     

        #SysCheckList

     

        info (strFmt("EP Site: %1", EPGlobalParameters::homepageSiteURL()));

     

        info(strFmt("SysCheckList_Upgrade-isUpgradeMode : %1", SysCheckList_Upgrade::isUpgradeMode()));

     

        info(strFmt("SysSetupLog-SysCheckList_Upgrade-Finished: %1", SysSetupLog::find(classStr(SysCheckList_Upgrade), #CheckListFinished).RecId!=0));

     

        info(strFmt("Retail config enabled: %1", isConfigurationkeyEnabled(configurationKeyNum(Retail))));

     

        retailSetupLog = RetailSetupLog::find(classStr(SysCheckList_Upgrade), #CheckListFinished);

        info(strFmt("RetailSetupLog-SysCheckList_Upgrade-Finished: %1", retailSetupLog.RecId!=0));

     

        if (retailSetupLog.RecId == 0)

        {

            info("created RetailSetupLog entry");

            retailSetupLog.clear();

            retailSetupLog.Description = #CheckListFinished;

            retailSetupLog.Name = classStr(SysCheckList_Upgrade);

            retailSetupLog.RetailBuild = '6.0.968.281';

            retailSetupLog.insert();

     

            info (strFmt("EP Site: %1", EPGlobalParameters::homepageSiteURL()));

     

            info(strFmt("SysCheckList_Upgrade-isUpgradeMode : %1", SysCheckList_Upgrade::isUpgradeMode()));

        }

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics AX (Archived)

#1
Martin Dráb Profile Picture

Martin Dráb 2 Most Valuable Professional

#1
Guy Terry Profile Picture

Guy Terry 2 Moderator

#1
Community Member Profile Picture

Community Member 2

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans