Sunday, January 22, 2017

Concurrent number of AOS for this application Exceeds the licensed number while starting AOS, dynamics ax 2012 R3

while starting AOS I got below error
"Concurrent number of AOS for this application Exceeds the licensed number"


for this follow work around
 Open SQL Server Management Studio and select the Dynamics Ax database used for the instance.
  •    Select New query
  • select * from dbo.sysserversessions where status = 1
    • Change the value by running following query
                update dbo.sysserversessions set status = 0 where status = 1

    hope this helps

    Thursday, January 5, 2017

    #i387 > MSG_PRESENCE error message in Empty Grids, Dynamics AX 2012 CU 12, 11

    Hi, While working on Dynamics AX 2012 R3, I got below error (#i387 > MSG_PRESENCE) while opening Grid in and empty.


    Solution
    just delete all the .AUC files from users/<username>/Appdata/local folder.
    this you have to DO for all the users and all the AX client installed.
    repeat again, you have delete filed for all users in all the AX clients installed machines.


    hope this will help.


    Regards,
    yes.sudhanshu