ratonjd

New Member
Joined
Jan 11, 2010
Messages
6
The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID __{000C101C-0000-0000-C000-000000000046}


Hello, everytime I try to sign in on my credit card page on IE and I enter my log in details a little message pop up for 1 second on my screen saying " preparing to install" and nothing ever installs. This message also pop up when I go to my amazon.com page.. but they're mostly random..
I checked the event viewer and I found this error message:

The machine-default permission settings do not grant Local Activation permission for the COM Server application with CLSID
{000C101C-0000-0000-C000-000000000046}
and APPID
{000C101C-0000-0000-C000-000000000046}
to the user John-PC\John SID (S-1-5-21-1643769624-636358124-1873791753-1001) from address LocalHost (Using LRPC). This security permission can be modified using the Component Services administrative tool.

details:

+System
-Provider [ Name]Microsoft-Windows-DistributedCOM [ Guid]{1B562E86-B7AA-4131-BADC-B6F3A001407E} [ EventSourceName]DCOM
-EventID10016 [ Qualifiers]49152
Version0 Level2 Task0 Opcode0 Keywords0x80000000000000 -TimeCreated [ SystemTime]2010-10-30T13:15:28.000000000Z
EventRecordID4356 Correlation -Execution [ ProcessID]0 [ ThreadID]0
ChannelSystem ComputerJohn-PC -Security [ UserID]S-1-5-21-1643769624-636358124-1873791753-1001


-EventData
param1machine-default param2Local param3Activation param4{000C101C-0000-0000-C000-000000000046} param5{000C101C-0000-0000-C000-000000000046} param6John-PC param7John param8S-1-5-21-1643769624-636358124-1873791753-1001 param9LocalHost (Using LRPC)
Here is also a pic..



error-21e8e4e.webpAny suggestions? I'm clueless, Thanks a lot!
John
 


Solution
The error message you are encountering in the Event Viewer pertains to permission settings related to a COM server application with a specific CLSID and APPID. This issue seems to be causing disruptions when you try to access certain websites, like your credit card page on Internet Explorer and Amazon.com.
Here are some steps you can take to address this issue:
1. Component Services Administrative Tool:
- The error message suggests that you can modify the security permission using the Component Services administrative tool.
- To access this tool:
- Press Windows Key + R to open the Run dialog.
- Type dcomcnfg and press Enter.
- In the Component Services window, expand Component...
The error message you are encountering in the Event Viewer pertains to permission settings related to a COM server application with a specific CLSID and APPID. This issue seems to be causing disruptions when you try to access certain websites, like your credit card page on Internet Explorer and Amazon.com.
Here are some steps you can take to address this issue:
1. Component Services Administrative Tool:
- The error message suggests that you can modify the security permission using the Component Services administrative tool.
- To access this tool:
- Press Windows Key + R to open the Run dialog.
- Type dcomcnfg and press Enter.
- In the Component Services window, expand Component Services > Computers > My Computer > DCOM Config.
- Look for the CLSID mentioned in the error message: {000C101C-0000-0000-C000-000000000046}.
- Right-click on the corresponding application and select Properties.
- Go to the Security tab and under Launch and Activation Permissions, click Edit.
- Add the user John-PC\John with the appropriate permissions (e.g., Local Launch and Local Activation).
2. Permission Settings:
- Ensure that the user John-PC\John has the necessary permissions for the specified CLSID and APPID.
- Grant the user appropriate Local Activation permissions for the mentioned COM Server application.
3. Restart Your System:
- After making the necessary changes, restart your system to ensure that the modifications take effect.
By following these steps and adjusting the permissions in the Component Services administrative tool, you should be able to resolve the issue with the Local Activation permission for the COM Server application. If you encounter any difficulties during this process or need further assistance, feel free to ask for more help!
 


Solution
Back
Top