M
I see it in the registry, but how do I find out who "owns" it?
John John said:No. In your original message you included the text of the Event ID
4100. In the Event we see:
"The COM+ Event System failed to create an instance of the subscriber
{6295DF2D-35EE-11D1-8707-00C04FD93327}. CoCreateInstanceEx returned
HRESULT 8000401A."
That doesn't tell us too much about why the error is happening or what
the subscriber is. To find that out we search the registry for the
subscriber GUID or: {6295DF2D-35EE-11D1-8707-00C04FD93327}
The search may find several instances of the GUID at different keys in
the registry, but all the entries will point to the same application in
the key data, for example, a search on it finds this (amongst others):
[HKEY_CLASSES_ROOT\AppID\{6295DF2D-35EE-11d1-8707-00C04FD93327}]
@="Mobsync"
"RunAs"="Interactive User"
or this:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6295DF2D-35EE-11d1-8707-00C04FD9
3327}]
@="Mobsync"
"AppID"="{6295DF2D-35EE-11d1-8707-00C04FD93327}"
This tells us that the GUID {6295DF2D-35EE-11D1-8707-00C04FD93327}
belongs to Mobsync and while it doesn't tell us exactly why the error is
happening, at least we now know what application is involved in the
fault and it helps with the troubleshooting by narrowing down our search
for answers. If we keep searching a bit deeper in the registry we will
find the "Event System subscriber" entry for the GUID:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-
00805fc79216}\Subscriptions\{6295DF30-35EE-11D1-8707-00C04FD93327}]
"Active"=dword:00000001
"SubscriptionID"="{6295DF30-35EE-11D1-8707-00C04FD93327}"
"SubscriptionName"="Synchronization Manager"
"PublisherID"="{5FEE1BD6-5B9B-11D1-8DD2-00AA004ABD5E}"
"EventClassID"="{D5978620-5B9F-11D1-8DD2-00AA004ABD5E}"
"MethodName"="ConnectionMade"
"SubscriberCLSID"="{6295DF2D-35EE-11D1-8707-00C04FD93327}"
"PerUser"=dword:00000000
"OwnerSID"="S-1-5-21-1229272821-764733703-1343024091-1000"
"Enabled"=dword:ffffffff
"InterfaceID"="{D597BAB1-5B9F-11D1-8DD2-00AA004ABD5E}"
Now there is no doubt about it, the Synchronization Manager (Mobsync) is
involved with the error in some way or other. Now, as I said earlier,
it doesn't tell us how to fix the error or exactly why the error is
happening but it gives us a good starting point. The GUID in this case
belongs to the Synchronization Manager but it could just as easily have
belonged to an application that was uninstalled or to an unwanted pest.
Then we could simply delete the keys, or if it was from a third party
software product that we want to keep and use we could check with the
software vendor for the appropriate fix for the problem.
Do you use File Synchronization? If no try disabling it and see what
happens. It needs to be turned off in Folder Options (Offline Files)
and also in (IE) Internet Options | Advanced uncheck "Enable offline
items to be synchronized on a schedule". Maybe I'm forgeting another
location to change the settings, it can be a persistent and difficult
item to get rid of at times.
Another place that you can disable these DCOM server items is in the
DCOM Configuration Properties. In the Start | Run box enter
dcomcnfg.exe and the DCOM Properties utility will open. There you can
find the application by GUID or by name and look at/modify it's
properties or prevent it from running on the computer.
John
I'm not a registry hacker so I'm guessing what that means;
inferring from your answer, I search for the value as "data"
and found it in
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit\
LastKey
Thanks you! It was the Synchronization Manager, and I turned
it off in both places you mentioned.
No. In your original message you included the text of the Event ID
4100. In the Event we see:
"The COM+ Event System failed to create an instance of the subscriber
{6295DF2D-35EE-11D1-8707-00C04FD93327}. CoCreateInstanceEx returned
HRESULT 8000401A."
That doesn't tell us too much about why the error is happening or what
the subscriber is. To find that out we search the registry for the
subscriber GUID or: {6295DF2D-35EE-11D1-8707-00C04FD93327}
The search may find several instances of the GUID at different keys in
the registry, but all the entries will point to the same application in
the key data, for example, a search on it finds this (amongst others):
[HKEY_CLASSES_ROOT\AppID\{6295DF2D-35EE-11d1-8707-00C04FD93327}]
@="Mobsync"
"RunAs"="Interactive User"
or this:
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{6295DF2D-35EE-11d1-8707-00C04FD9
3327}]
@="Mobsync"
"AppID"="{6295DF2D-35EE-11d1-8707-00C04FD93327}"
This tells us that the GUID {6295DF2D-35EE-11D1-8707-00C04FD93327}
belongs to Mobsync and while it doesn't tell us exactly why the error is
happening, at least we now know what application is involved in the
fault and it helps with the troubleshooting by narrowing down our search
for answers. If we keep searching a bit deeper in the registry we will
find the "Event System subscriber" entry for the GUID:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\EventSystem\{26c409cc-ae86-11d1-b616-
00805fc79216}\Subscriptions\{6295DF30-35EE-11D1-8707-00C04FD93327}]
"Active"=dword:00000001
"SubscriptionID"="{6295DF30-35EE-11D1-8707-00C04FD93327}"
"SubscriptionName"="Synchronization Manager"
"PublisherID"="{5FEE1BD6-5B9B-11D1-8DD2-00AA004ABD5E}"
"EventClassID"="{D5978620-5B9F-11D1-8DD2-00AA004ABD5E}"
"MethodName"="ConnectionMade"
"SubscriberCLSID"="{6295DF2D-35EE-11D1-8707-00C04FD93327}"
"PerUser"=dword:00000000
"OwnerSID"="S-1-5-21-1229272821-764733703-1343024091-1000"
"Enabled"=dword:ffffffff
"InterfaceID"="{D597BAB1-5B9F-11D1-8DD2-00AA004ABD5E}"
Now there is no doubt about it, the Synchronization Manager (Mobsync) is
involved with the error in some way or other. Now, as I said earlier,
it doesn't tell us how to fix the error or exactly why the error is
happening but it gives us a good starting point. The GUID in this case
belongs to the Synchronization Manager but it could just as easily have
belonged to an application that was uninstalled or to an unwanted pest.
Then we could simply delete the keys, or if it was from a third party
software product that we want to keep and use we could check with the
software vendor for the appropriate fix for the problem.
Do you use File Synchronization? If no try disabling it and see what
happens. It needs to be turned off in Folder Options (Offline Files)
and also in (IE) Internet Options | Advanced uncheck "Enable offline
items to be synchronized on a schedule". Maybe I'm forgeting another
location to change the settings, it can be a persistent and difficult
item to get rid of at times.
Another place that you can disable these DCOM server items is in the
DCOM Configuration Properties. In the Start | Run box enter
dcomcnfg.exe and the DCOM Properties utility will open. There you can
find the application by GUID or by name and look at/modify it's
properties or prevent it from running on the computer.
John
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit\I'm not a registry hacker so I'm guessing what that means;
inferring from your answer, I search for the value as "data"
and found it in
disableLastKey
You look at the registry key data.
John
Zilla wrote:
I see it in the registry, but how do I find out who "owns" it?
It's to do with the cursed mobsync and file synchronization. You can
double check that by searching for the GUID (
{6295DF2D-35EE-11D1-8707-00C04FD93327} ) in the registry, it will tell
you who or what owns it. If you don't use it you might want to
the mobsync annoyance and see if the error stops.
John
Zilla wrote:
Event Type: Warning
Event Source: EventSystem
Event Category: Firing Agent
Event ID: 4100
Date: 12/20/2006
Time: 10:01:37 AM
User: N/A
Computer: <deleted>
Description:
The COM+ Event System failed to create an instance of the subscriber
{6295DF2D-35EE-11D1-8707-00C04FD93327}. CoCreateInstanceEx returned
HRESULT
8000401A.