10.12.2014, 13:11 | #1 |
Участник
|
bojensen: Reset program cache file for all clients | Thomas Widmer’s AX Blog
Источник: http://blogs.bojensen.eu/2014/12/10/...dmers-ax-blog/
============== The following job resets the GUID which in turn forces all clients to create a new program cache file (AX_*.auc). A restart of the AOS is required. static void forceNewAUC(Args _args){ #AiF SysSQMSettings sysSQMSettings; ;ttsbegin;update_recordset sysSQMSettings setting GlobalGUID = str2Guid(#EmptyGuidString);ttscommit; info(“Restart the AOS Service to generate a new GlobalGUID.”);} (Source: http://blogs.msdn.com/emeadaxsupport...allations.aspx) Another option would… Read more → Источник: http://blogs.bojensen.eu/2014/12/10/...dmers-ax-blog/
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
|