Показаны сообщения с ярлыком id 10016. Показать все сообщения
Показаны сообщения с ярлыком id 10016. Показать все сообщения

среда, 23 августа 2017 г.

Windows Server 2016 Error. Source: Microsoft-Windows-DistributedCOM ID: 10016

Log Name:      System
Source:        Microsoft-Windows-DistributedCOM
Date:          8/23/2017 12:27:37 PM
Event ID:      10016
Task Category: None
Level:         Error
Keywords:      Classic
User:          SYSTEM
Computer:      dc10.int.firma.ru
Description:
The application-specific permission settings do not grant Local Activation permission for the COM Server application with CLSID
{8D8F4F83-3594-4F07-8369-FC3C3CAE4919}
 and APPID
{F72671A9-012C-4725-9D2F-2A4D32D65169}
 to the user NT AUTHORITY\SYSTEM SID (S-1-5-18) from address LocalHost (Using LRPC) running in the application container Unavailable SID (Unavailable). This security permission can be modified using the Component Services administrative tool.

Ошибка не критическая, но фиксить нужно.

Как исправить - источник статьи.

четверг, 9 февраля 2017 г.

Windows 2012r2 + SQL 2012. DistributedCOM id 10016

 Ошибка:
Параметры разрешений для конкретного приложения не дают разрешения Локально Активация для приложения COM-сервера с CLSID
{FDC3723D-1588-4BA3-92D4-42C430735D7D}
 и APPID
{83B33982-693D-4824-B42E-7196AE61BB05}
 пользователю DOMAIN\User с ИД безопасности (S-1-5-21-1136678172-3917331980-3106282988-1147) и адресом LocalHost (с использованием LRPC), выполняемого в контейнере приложения Недоступно с ИД безопасности (Недоступно). Это разрешение безопасности можно изменить с помощью средства администрирования служб компонентов.

Решение от iain27 on 3/10/2009 at 11:37 AM
– open com permissions
    Component services, computers, my computer,
DCOM config, find the MSDTSServer100
Properties
    Security
    Launch and Activate permissions – edit
Add the local SQL AgentUser group and enable local launch and Local activation
I think translates to:
Open Component Services, Computers, My Computer, DCOM Config, find Microsoft SQL Server Integration Services 11.0
Properties
    Security
    Launch and Activate permissions – edit
Add the local SQLServerAgent and enable Local Launch and Local Activation
I'll let you know if it works.
источник