Показать сообщение отдельно
Старый 31.03.2011, 14:37   #9  
Poleax is offline
Poleax
Модератор
Аватар для Poleax
MCP
MCBMSS
Злыдни
 
1,353 / 595 (22) +++++++
Регистрация: 17.02.2005
Адрес: msk
Записей в блоге: 34
Цитата:
Сообщение от CDR Посмотреть сообщение
An error occurred while processing item 1 defined on lines 29 - 31 in file C:\Program Files\Microsoft Dynamics AX\50\Server\DAX2009\Bin\aos_trace.mof:
Error Number: 0x80041003, Facility: WMI
Description: Access denied
Compiler returned error 0x80041003
Здесь ты правильно определил про админа и UAC http://social.technet.microsoft.com/...-2398827664a8/

Цитата:
Сообщение от CDR Посмотреть сообщение
Но если команндную строку запустить от имени администратора, то результат получается другой:

WARNING: File C:\Program Files\Microsoft Dynamics AX\50\Server\DAX2009\Bin\aos_trace.mof does not contain #PRAGMA AUTORECOVER.
If the WMI repository is rebuilt in the future, the contents of this MOF file will not be included in the new WMI repository.
To include this MOF file when the WMI Repository is automatically reconstructed, place the #PRAGMA AUTORECOVER statement on the first line of the MOF file.
Вариант решения http://myitforum.com/cs2/blogs/jgilb...r-command.aspx

В ручную восстановление
Код:
 MOFCOMP -Autorecover C:\Program Files\Microsoft Dynamics AX\50\Server\DAX2009\Bin\aos_trace.mof
или ключ #PRAGMA AUTORECOVER в начала файла aos_trace.mof и перезапустить с автовостановлением.
__________________

This posting is provided "AS IS" with no warranties, and confers no rights.