The machine-default permission settings do not grant...

G

Guest

In eventvwr->System I get about 800 of these error messages every day:

The machine-default permission settings do not grant Local Activation
permission for the COM Server application with CLSID
{BC866CF2-5486-41F7-B46B-9AA49CF3EBB1}
to the user NT AUTHORITY\LOCAL SERVICE SID (S-1-5-19). This security
permission can be modified using the Component Services administrative tool.

I followed the instructions given here:
http://go.microsoft.com/fwlink/events.asp

I've located the key in the registry, it points to:
c:\program files\nvidia corporation\networkAccessManager\bin\nScvAppFlt.exe

But I cannot find this among the listed apps in DCOM Config. There is one
called app_filter, but it has a different application ID
({066FCC09-2096-4EEF-AA2F-353DB80F1BF8})

What should I do? Or do I need to do anything about this?

Thanks
Wogya
 
W

Wesley Vogel

See this...
http://forums.nvidia.com/lofiversion/index.php?t4126.html

Note:
S-1-5-19 is NT Authority/ LocalService
S-1-5-20 is NT Authority/NetworkService

These are used for starting services.

%SystemRoot%\System32\svchost.exe -k LocalService
or
C:\WINDOWS\System32\svchost.exe -k LocalService

%SystemRoot%\System32\svchost.exe -k NetworkService
or
C:\WINDOWS\System32\svchost.exe -k NetworkService

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
G

Guest

Thank you! Yes, it was the app_filter I had been looking at, I was just
confused by the application ID. Problem fixed.

Wogya
 
W

Wesley Vogel

Keep having fun.

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top