PC Review


Reply
Thread Tools Rate Thread

DCOM Problems

 
 
=?Utf-8?B?SkcwMDc=?=
Guest
Posts: n/a
 
      24th Jan 2005
HI, please could anybody give me help or information about the following
message that appears every 2-4 mins in the error logs

Event Type: Error
Event Source: DCOM
Event Category: None
Event ID: 10003
Date: 24/01/2005
Time: 09:39:39
User: N/A
Computer: JG007
Description:
Access denied attempting to launch a DCOM Server using
DefaultLaunchPermssion. The server is:
{00020906-0000-0000-C000-000000000046}
The user is Unavailable/Unavailable, SID=Unavailable.

Thanks

 
Reply With Quote
 
 
 
 
John John
Guest
Posts: n/a
 
      24th Jan 2005
It's a bug with Microsoft Word. The type library
({00020906-0000-0000-C000-000000000046}) is wrong and I haven't found a
cure for it on the MS site, just an acknowledgment that there is a error
with it or obscure fixes that require a degree in computer science to
figure out. You can have a look for yourself, if you can make any sense
of of it all the better for you.

BUG: Word 2000 Version Key Doesn't Match Its Type Library Version
http://support.microsoft.com/default...b;en-us;249626

How to configure Office applications to run under a specific user account
http://support.microsoft.com/default...b;en-us;288367

Or just search on the KB for the type library or Event ID for other hits
on the subject.

It may be just as easy or even better to just try to disable DCOM and
see if the error goes away, DCOM is a HUGE security risk anyway. See if
this can help:

How to disable DCOM support in Windows
http://support.microsoft.com/default...en-us%3B825750

or a quick crash course on DCOM here http://grc.com/dcom/ along with a
small utility to disable it.

John

JG007 wrote:

> HI, please could anybody give me help or information about the following
> message that appears every 2-4 mins in the error logs
>
> Event Type: Error
> Event Source: DCOM
> Event Category: None
> Event ID: 10003
> Date: 24/01/2005
> Time: 09:39:39
> User: N/A
> Computer: JG007
> Description:
> Access denied attempting to launch a DCOM Server using
> DefaultLaunchPermssion. The server is:
> {00020906-0000-0000-C000-000000000046}
> The user is Unavailable/Unavailable, SID=Unavailable.
>
> Thanks
>


 
Reply With Quote
 
 
 
 
George Hester
Guest
Posts: n/a
 
      25th Jan 2005
Well now why wouldn't this work:

Word2000_Bug_fix.reg
_______________________________
Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\TypeLib\{00020906-0000-0000-C000-000000000046}]

[HKEY_CLASSES_ROOT\TypeLib\{00020906-0000-0000-C000-000000000046}\9]
@="Microsoft Word 9.0 Object Library"

[HKEY_CLASSES_ROOT\TypeLib\{00020906-0000-0000-C000-000000000046}\9\0]

[HKEY_CLASSES_ROOT\TypeLib\{00020906-0000-0000-C000-000000000046}\9\0\win32]
@="C:\\Program Files\\Microsoft Office\\Office\\MSWORD9.OLB"

[HKEY_CLASSES_ROOT\TypeLib\{00020906-0000-0000-C000-000000000046}\9\FLAGS]
@="0"

[HKEY_CLASSES_ROOT\TypeLib\{00020906-0000-0000-C000-000000000046}\9\HELPDIR]
@="C:\\Program Files\\Microsoft Office\\Office\\"

Don't see how it could hurt.

--
George Hester
_________________________________
"John John" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> It's a bug with Microsoft Word. The type library
> ({00020906-0000-0000-C000-000000000046}) is wrong and I haven't found a
> cure for it on the MS site, just an acknowledgment that there is a error
> with it or obscure fixes that require a degree in computer science to
> figure out. You can have a look for yourself, if you can make any sense
> of of it all the better for you.
>
> BUG: Word 2000 Version Key Doesn't Match Its Type Library Version
> http://support.microsoft.com/default...b;en-us;249626
>
> How to configure Office applications to run under a specific user account
> http://support.microsoft.com/default...b;en-us;288367
>
> Or just search on the KB for the type library or Event ID for other hits
> on the subject.
>
> It may be just as easy or even better to just try to disable DCOM and
> see if the error goes away, DCOM is a HUGE security risk anyway. See if
> this can help:
>
> How to disable DCOM support in Windows
> http://support.microsoft.com/default...en-us%3B825750
>
> or a quick crash course on DCOM here http://grc.com/dcom/ along with a
> small utility to disable it.
>
> John
>
> JG007 wrote:
>
> > HI, please could anybody give me help or information about the following
> > message that appears every 2-4 mins in the error logs
> >
> > Event Type: Error
> > Event Source: DCOM
> > Event Category: None
> > Event ID: 10003
> > Date: 24/01/2005
> > Time: 09:39:39
> > User: N/A
> > Computer: JG007
> > Description:
> > Access denied attempting to launch a DCOM Server using
> > DefaultLaunchPermssion. The server is:
> > {00020906-0000-0000-C000-000000000046}
> > The user is Unavailable/Unavailable, SID=Unavailable.
> >
> > Thanks
> >

>


 
Reply With Quote
 
=?Utf-8?B?SkcwMDc=?=
Guest
Posts: n/a
 
      27th Jan 2005
Hi, thanks for the replies but I am running word 97 and they seem to deal
with word 2000

Thanks

James
 
Reply With Quote
 
George Hester
Guest
Posts: n/a
 
      28th Jan 2005
If we can identify the application that is causing this we can fix it easliy. If you go to Start | Run | dcomcnfg | OK you
will see all your DCOM servers in the system. Select on say Microsoft Word Document.. Then choose Properties... |
Security. There you will see Use default Launch permissions. If you select Use Custom Launch permissions and then
Edit...you should see all the users that have access and their permissions to launch the Catalog Class. You want to be
sure that you never have a SID (a weird sequence of numbers). What that is is a User that was once made was deleted
and now all that is left of it is its SID. That's your trouble. You have one of these entries I'll bet with only a SID in the
defualt Launch Permissions. That user was deleted or removed in some fashion and so now we have this issue. Check
each of the buttons there so you can look at the defualt Users that come up when you check the Cusom option button.
We are looking for a SID or a User that is no longer on your system.

--
George Hester
_________________________________
"JG007" <(E-Mail Removed)> wrote in message news:0AEF2E5B-8A4E-472C-B31A-(E-Mail Removed)...
> Hi, thanks for the replies but I am running word 97 and they seem to deal
> with word 2000
>
> Thanks
>
> James


 
Reply With Quote
 
=?Utf-8?B?SkcwMDc=?=
Guest
Posts: n/a
 
      30th Jan 2005
Hi, Thanks for the reply but I have looked all the way through the dcomcnfg
and can'y find any programs with incorrect users

Thanks

James
 
Reply With Quote
 
George Hester
Guest
Posts: n/a
 
      30th Jan 2005
Your error message says this:

The user is Unavailable/Unavailable, SID=Unavailable.

That's where the problem lies. I made a mistake earlier because I changed it in midstream. Where I said, "If you select
Use Custom Launch permissions and then Edit...you should see all the users that have access and their permissions to
launch the Catalog Class." I should have said, "If you select Use Custom Launch permissions and then Edit...you should
see all the users that have access and their permissions to launch the 'Microsoft Word Document.'"

Check your users in right-click My Computer | Manage | Local Users and Groups. Make sure you do not have a SID
as a user. Another place to check is in Local Security Policy in the Administrative Tools in the Control Panel. Make
sure there are no SID users under Local Policies | Secuity Options. Double-click each entry on the right and make sure
there are no SID entries. All users should be explicit usernames not SIDs.

--
George Hester
_________________________________
"JG007" <(E-Mail Removed)> wrote in message news:24970ECB-983A-41C3-9395-(E-Mail Removed)...
> Hi, Thanks for the reply but I have looked all the way through the dcomcnfg
> and can'y find any programs with incorrect users
>
> Thanks
>
> James


 
Reply With Quote
 
=?Utf-8?B?SkcwMDc=?=
Guest
Posts: n/a
 
      3rd Feb 2005
I can't see and 'Sid's' but when I looked under the loacal security policy
can see that there are three accounts listed in bold: my login, aspnet and
service with service being the only one not listed as an account, could this
be the problem?.

the user service is listed for : impersonate a client after authentication &
create global objects

Thank you very much for assisting with this problem !

James
 
Reply With Quote
 
George Hester
Guest
Posts: n/a
 
      4th Feb 2005
Well Local Security is an applet off the Administrator Tools in the Control Panel. You open that up and down the tree
on the left you select Local Policies | User Rights Assignment. It is in here I was hoping you would find a SID instead of
a user friendly name. What you have listed looks to me like what you have in Local Users and Groups gotten to by
right-clicking My Compter on desktop | Manage | Local Users and Groups. So until I can be sure we are both in the
same place I really cannot give an opinion on this "service" you mention.

See Local Security Policy has a whole bunch
of entries each with a different profile (user) qualified for that "entry." For example there is an entry called Access this
computer from the network. Double-clicking that you will see all the profiles (users) qualified to access this computer
from the network. If you see any SIDs in there we should clean that up. That is just one. You need to check them all
in the same fashion. I truly believe you have a SID undefined. And that SID at one time had permissions to Launch that
DCOM server.

See when you start your computer Microsoft Office Applications each go through a startup sequence
you can see them start and stop in the Task Manager right after you get to the desktop. They quickly go away so you
got to be fast to see this.

--
George Hester
_________________________________
"JG007" <(E-Mail Removed)> wrote in message news:1DCE65F7-AE8D-4C9F-A677-(E-Mail Removed)...
> I can't see and 'Sid's' but when I looked under the loacal security policy
> can see that there are three accounts listed in bold: my login, aspnet and
> service with service being the only one not listed as an account, could this
> be the problem?.
>
> the user service is listed for : impersonate a client after authentication &
> create global objects
>
> Thank you very much for assisting with this problem !
>
> James


 
Reply With Quote
 
=?Utf-8?B?SkcwMDc=?=
Guest
Posts: n/a
 
      4th Feb 2005
Hi, one thing that I should have said is that the only things running are all
my starrtup (roxio,zonealarm,fprot(virus)) and internet explorer 6 sp1 I have
installed word 97 but have never used it yet.

for the previous response I was looking in local security settings/local
policies/user rights assignment, and the ASPNET, JG007 (me and SERVICE are
the only accounts listed in bold the other ones are just things like
administrators,power users, backup operators and guest.

ASPNET+ JG007 are listed as accounts under my computer but not SERVICE and I
can't find any trace of SID's anywhere

Thanks!

sorry for this dragging on a bit!

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DCOM error, the server did not register with dcom Gordon J. Rattray Windows XP General 0 3rd Jan 2010 04:11 AM
DCOM access denied attempting to launch a DCOM etc Help!! =?Utf-8?B?Sm9obiBOaXZhcmQ=?= Microsoft Windows 2000 3 2nd Jun 2004 01:00 PM
IP Problems, DCOM Problems, system time problems Rhonda Windows XP Performance 0 20th May 2004 05:12 AM
DCOM: DCOM got error "Overlapped I/O Jeffry Microsoft Windows 2000 Advanced Server 0 13th Feb 2004 01:04 AM
Accessing DCOM components from the code behind pages and using sessions to store DCOM object handles Alex Microsoft ASP .NET 3 2nd Dec 2003 02:34 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:37 AM.