25.01.2010, 16:05 | #1 |
Участник
|
emeadaxsupport: Identical AX 2009 AUC File Created For Multiple AX Installations
Источник: http://blogs.msdn.com/emeadaxsupport...allations.aspx
============== We came across an issue recently where we had the same GUID for two different AX installations running on the same server and therefore only one AUC file existed for both installations instead of two separate ones for use by the AX Client. This caused various anomalies when the client was used to access both instances. We expect each of the AX installations having their own separate objects and application files associated to the AUC file. In order to ensure that a unique AUC file is created per instance for the AX client to use, and also to ensure that the AX instances had a unique Global GUID, the solution was to delete the GlobalGUID from the SysSQMSettings table in one of the instances and replace the value with an empty GUID (00000000-0000-0000-0000-000000000000). Then restart the AOS service, as this will then generate a new GUID and allows a new AUC file to be created for the AX client when it is next run. The above problem was most likely caused by using a copy of the same database. Further information What is an AUC file? AUC means application Unicode object cache. The .auc file contains cached data for the Microsoft Dynamics AX Windows client application on the client computer. Location of AUC cache files The auc file is usually found here:
Differences between AX 4.0 and AX 2009: The naming of the AUC file is different in AX 4.0 (and previous versions) and AX2009. In AX2009 we use a GUID as unique identifier while in previous versions the file name has been built from AOS name, server name and user name.
The GUID is stored in the SysSQMSettings table and is unique for each AX installation. You can find it by using the following Select statement: select GlobalGUID from SysSQMSettings Источник: http://blogs.msdn.com/emeadaxsupport...allations.aspx
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
Теги |
ax2009, кэш |
|
Опции темы | Поиск в этой теме |
Опции просмотра | |
|