Results 1 to 6 of 6

Thread: Error 2147500053

  1. #1
    PeterCharles Guest

    Error 2147500053

    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?

  2. #2
    PeterCharles Guest
    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"
    )

  3. #3
    Boracus Guest

    Re: Error 2147500053

    Just in case someone ever finds this thread again.

    From

    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
    "D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWR PWPDTLOCRRC;;;PU)" >>C:\SetServiceObjectSecurity.log
    sc sdset wuauserv
    "D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;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

  4. #4
    Join Date
    Sep 2009
    Posts
    2

    Re: Error 2147500053

    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

  5. #5
    Peter Foldes Guest

    Re: Error 2147500053

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

  6. #6
    Join Date
    Sep 2009
    Posts
    2

    Re: Error 2147500053

    Mr. Boracus on 5/26 wrote:

    Just in case someone ever finds this thread again.

    From

    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
    "D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTL OCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWR PWPDTLOCRRC;;;PU)" >>C:\SetServiceObjectSecurity.log
    sc sdset wuauserv
    "D:(A;;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


    I have exactly the same issue. Do I run this on the affected PC?? or on my
    server 2008 which is also a Domain Controller??
    Thanks

Similar Threads

  1. Replies: 5
    Last Post: 04-05-2011, 10:50 AM
  2. Replies: 6
    Last Post: 12-11-2010, 11:37 PM
  3. Server Error: 451, Socket Error: 10053, Error Number: 0x800CCC0F
    By Eigenberg in forum Windows XP Support
    Replies: 3
    Last Post: 03-06-2008, 04:13 PM
  4. Replies: 3
    Last Post: 21-07-2005, 01:07 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,956,188.27444 seconds with 17 queries