1. Welcome Guest! In order to create a new topic or reply to an existing one, you must register first. It is easy and free. Click here to sign up now!.
    Dismiss Notice

Re: Error 2147500053

Discussion in 'Windows Update' started by kamyjoons@yahoo.com, Sep 28, 2009.

  1. 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<!--coloro:blue--><span style="color:blue <!--/coloro-->
    > The class is configured to run as a security id different from the
    > caller.<!--colorc--><!--/colorc-->
    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


    --
    kamyjoons@yahoo.com
    ------------------------------------------------------------------------
    kamyjoons@yahoo.com's Profile:
    View this thread:


     
  2. Peter Foldes

    Peter Foldes Guest

    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.

    "kamyjoons@yahoo.com" <kamyjoonsyahoo.com.3z8xvb@DoNotSpam.com> wrote in message
    news:kamyjoonsyahoo.com.3z8xvb@DoNotSpam.com...<!--coloro:blue--><span style="color:blue <!--/coloro-->
    >
    > 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<!--coloro:green--><span style="color:green <!--/coloro-->
    >> The class is configured to run as a security id different from the
    >> caller.<!--colorc--><!--/colorc-->
    > 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
    >
    >
    > --
    > kamyjoons@yahoo.com
    > ------------------------------------------------------------------------
    > kamyjoons@yahoo.com's Profile:
    > View this thread:

    >
    >

    > <!--colorc--><!--/colorc-->
     
  3. 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)"<!--coloro:blue--><span style="color:blue <!--/coloro--><!--coloro:green--><span style="color:green <!--/coloro-->
    >>C:SetServiceObjectSecurity.log<!--colorc--><!--/colorc--><!--colorc--><!--/colorc-->
    sc sdset wuauserv
    "D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTL
    OCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWR PWPDTLOCRRC;;;PU)"<!--coloro:blue--><span style="color:blue <!--/coloro--><!--coloro:green--><span style="color:green <!--/coloro-->
    >>C:SetServiceObjectSecurity.log<!--colorc--><!--/colorc--><!--colorc--><!--/colorc-->
    @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
    @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


    --
    kamyjoons@yahoo.com
    ------------------------------------------------------------------------
    kamyjoons@yahoo.com's Profile:
    View this thread:


     

Share This Page