Источник:
http://blogs.bojensen.eu/2015/04/17/...ers-ax-blog-2/
==============
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."); }…
Read more →
Источник:
http://blogs.bojensen.eu/2015/04/17/...ers-ax-blog-2/