Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Update > Error 2147500053

Reply
Thread Tools Display Modes

Error 2147500053

 
 
PeterCharles
Guest
Posts: n/a

 
      09-02-2006
I'm having problems with updates.
When I try to start the automatic updates I get --

Could not start automatic update services on local computer
Error 2147500053 The class is configured to run as a security id different
to the caller.

How can I fix this so I can return to getting my downloads?
 
Reply With Quote
 
 
 
 
PeterCharles
Guest
Posts: n/a

 
      09-06-2006
Nobody have any ideas??????????????


"PeterCharles" wrote:

> I'm having problems with updates.
> When I try to start the automatic updates I get --
>
> Could not start automatic update services on local computer
> Error 2147500053 The class is configured to run as a security id different
> to the caller.
>
> How can I fix this so I can return to getting my downloads?

 
Reply With Quote
 
Robert Aldwinckle
Guest
Posts: n/a

 
      09-08-2006
"PeterCharles" <> wrote in message
news:90CB925F-54D9-4649-A231-...
> I'm having problems with updates.
> When I try to start the automatic updates I get --
>
> Could not start automatic update services on local computer
> Error 2147500053 The class is configured to run as a security id different
> to the caller.
>
> How can I fix this so I can return to getting my downloads?



Decimal 2147500053 = 0x80004015

Strange that no sign seems to be involved.


Try a search?

http://support.microsoft.com/kb/892199

(MSN search for
0x80004015 "security id"
)


Good luck

Robert Aldwinckle
---


 
Reply With Quote
 
Boracus
Guest
Posts: n/a

 
      06-04-2007
Just in case someone ever finds this thread again.

From
http://www.wsus.info/forums/lofivers...php?t5810.html

try this
@echo off
rem This batch file is needed if in group policy at any time the services
"automatic updates" or "backgroud intelligent"
rem transfer have ever been changed from default. It seems the group
policy does not set back to default like it should.
rem So this script must do it manually.

Echo This batch file will Set Service Object Security for WUAUSERV & BITS.
Echo Please wait...
@echo on
sc sdset bits
"DA;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTL OCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWR PWPDTLOCRRC;;;PU)" >>C:\SetServiceObjectSecurity.log
sc sdset wuauserv
"DA;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTL OCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWR PWPDTLOCRRC;;;PU)" >>C:\SetServiceObjectSecurity.log
@echo off
Echo Open C:\SetServiceObjectSecurity.log for SUCCESS entry.
Echo Open the Services applet from control panel to see if the services are
started.
Echo For any errors; report on http://groups.msn.com/NTarabia
@echo off


Good luck





"Robert Aldwinckle" wrote:

> "PeterCharles" <> wrote in message
> news:90CB925F-54D9-4649-A231-...
> > I'm having problems with updates.
> > When I try to start the automatic updates I get --
> >
> > Could not start automatic update services on local computer
> > Error 2147500053 The class is configured to run as a security id different
> > to the caller.
> >
> > How can I fix this so I can return to getting my downloads?

>
>
> Decimal 2147500053 = 0x80004015
>
> Strange that no sign seems to be involved.
>
>
> Try a search?
>
> http://support.microsoft.com/kb/892199
>
> (MSN search for
> 0x80004015 "security id"
> )
>
>
> Good luck
>
> Robert Aldwinckle
> ---
>
>
>

 
Reply With Quote
 
Peter Foldes
Guest
Posts: n/a

 
      09-29-2009
What script and what thread\post and why not post this to the public.server.security
newsgroup

--
Peter

Please Reply to Newsgroup for the benefit of others
Requests for assistance by email can not and will not be acknowledged.

"" <> wrote in message
news:...
>
> About The script that you provided in the last thread; Were do you run
> this on the PC with the issue or the Server. I have exactly the same
> issue. 5 PCs out of 30 PCs in my AD domain have this very same issue. I
> get Error 80004015
>> The class is configured to run as a security id different from the
>> caller.

> Some one was kind enough to provide me with a set of commands to reset
> the registry on the PCs (XP SP3); It worked, however next day, when I
> login and authenticate, i get the exact error if I try to update.
> Basically the Automatic Update Service does not start. I have Enterprise
> 2008 servers. Do I run the previous script from the server or fromm each
> PC. It seems the server security policy has a hold on these 5 PCs.
> Thanks
>
>
> --
>
> ------------------------------------------------------------------------
> 's Profile: http://forums.techarena.in/members/139365.htm
> View this thread: http://forums.techarena.in/windows-update/580370.htm
>
> http://forums.techarena.in
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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
Error 1247746310:An unexpected error internal error was detected." Sohail Windows Update 0 06-16-2006 11:22 AM
Error displaying page error [Error number: 0x80090305] shai Windows Update 3 07-20-2005 07:37 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59