How to use sus in XPE sp2

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I built an XPE image with sp2. And I can browse Windows Update website within
the XPE image. New updates can be displayed and ready for download. When I
try and install the updates it fails in a few seconds with the Error Code:
8024002e.

Any ideas or suggestions?

Thanks!
 
KM,
Thank you for your help! But I also try SUS solution from our own XPP SUS
server, I've got the same error code in the log file WindowsUpdate.log . The
messages are "WU client fails CClientCallRecorder::BeginFindUpdates from
WindowsUpdate with error 0x8024002e","ISusInternal::BeginFindUpdates failed,
hr=8024002E","Unable to initiate asynchronous search, hr=8024002E". Hope for
your further suggestion!
Rgds,
Benjamin
 
Benjamin,

First of all, please check whether your server setup is proper. The easiest way to check that would be trying to use SUS client on
XP Pro machine on the same network and trying to connect it to the server.

The error 0x8024002E is SUS_E_WU_DISABLED ("Non Managed Server Access Is Disallowed")
Fixes I've seen on Web were mostly about playing with local WU policies on the device.
E.g., check and delete, if exist, the following value:
[HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer],"NoWindowsUpdate"
The same here:
[HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate],"DisableWindowsUpdateAccess".
[HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate],"DisableWindowsUpdateAccess".

If it doesn't help, you may want to attach the WU log file and post it here (please use OE client).


As to the Configuration, please make sure you've got all (!) the dependencies resolved for "Windows Update Agent for SUS 1.0
Servers" component.

At run time, please verify that \WINDOWS\SoftwareDistribution\DataStore\Logs\edb.chk file gets created (if not, try to copy it from
XP Pro machine, reboot and see again what's happening).

KM
 
KM,

I checked and deleted the registry entries,then the error code 0x8024002e
disappeared. But after I waited a long time, the XPE image has not any notify
for download or for install. Actually I try to browse windows update website
again, to my supprise the update is allowed and successfully. I am confused
now.

Thanks,
Benjamin



KM said:
Benjamin,

First of all, please check whether your server setup is proper. The easiest way to check that would be trying to use SUS client on
XP Pro machine on the same network and trying to connect it to the server.

The error 0x8024002E is SUS_E_WU_DISABLED ("Non Managed Server Access Is Disallowed")
Fixes I've seen on Web were mostly about playing with local WU policies on the device.
E.g., check and delete, if exist, the following value:
[HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer],"NoWindowsUpdate"
The same here:
[HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate],"DisableWindowsUpdateAccess".
[HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate],"DisableWindowsUpdateAccess".

If it doesn't help, you may want to attach the WU log file and post it here (please use OE client).


As to the Configuration, please make sure you've got all (!) the dependencies resolved for "Windows Update Agent for SUS 1.0
Servers" component.

At run time, please verify that \WINDOWS\SoftwareDistribution\DataStore\Logs\edb.chk file gets created (if not, try to copy it from
XP Pro machine, reboot and see again what's happening).

KM
Thank you for your help! But I also try SUS solution from our own XPP SUS
server, I've got the same error code in the log file WindowsUpdate.log . The
messages are "WU client fails CClientCallRecorder::BeginFindUpdates from
WindowsUpdate with error 0x8024002e","ISusInternal::BeginFindUpdates failed,
hr=8024002E","Unable to initiate asynchronous search, hr=8024002E". Hope for
your further suggestion!
Rgds,
Benjamin
 
Benjamin,

Go to [HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate\AU] key and verify all the options set there. (like NoAutoUpdate
either should not be there or set to 0)

Following the guidance from this KB article: http://support.microsoft.com/kb/328010

KM
KM,

I checked and deleted the registry entries,then the error code 0x8024002e
disappeared. But after I waited a long time, the XPE image has not any notify
for download or for install. Actually I try to browse windows update website
again, to my supprise the update is allowed and successfully. I am confused
now.

Thanks,
Benjamin



KM said:
Benjamin,

First of all, please check whether your server setup is proper. The easiest way to check that would be trying to use SUS client
on
XP Pro machine on the same network and trying to connect it to the server.

The error 0x8024002E is SUS_E_WU_DISABLED ("Non Managed Server Access Is Disallowed")
Fixes I've seen on Web were mostly about playing with local WU policies on the device.
E.g., check and delete, if exist, the following value:
[HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer],"NoWindowsUpdate"
The same here:
[HKCU\Software\Microsoft\Windows\CurrentVersion\Policies\WindowsUpdate],"DisableWindowsUpdateAccess".
[HKLM\Software\Policies\Microsoft\Windows\WindowsUpdate],"DisableWindowsUpdateAccess".

If it doesn't help, you may want to attach the WU log file and post it here (please use OE client).


As to the Configuration, please make sure you've got all (!) the dependencies resolved for "Windows Update Agent for SUS 1.0
Servers" component.

At run time, please verify that \WINDOWS\SoftwareDistribution\DataStore\Logs\edb.chk file gets created (if not, try to copy it
from
XP Pro machine, reboot and see again what's happening).

KM
Thank you for your help! But I also try SUS solution from our own XPP SUS
server, I've got the same error code in the log file WindowsUpdate.log . The
messages are "WU client fails CClientCallRecorder::BeginFindUpdates from
WindowsUpdate with error 0x8024002e","ISusInternal::BeginFindUpdates failed,
hr=8024002E","Unable to initiate asynchronous search, hr=8024002E". Hope for
your further suggestion!
Rgds,
Benjamin

:

You cannot use WU with XPe:
http://groups-beta.google.com/group...crosoft.public.windowsxp.embedded&q=WU&qt_g=1

If you added SUS client to your image, it would require you to have SUS server running on your network. That is where you sync
up
with WU updates.
Please read MSDN about SUS solution:
http://www.microsoft.com/windowsserversystem/updateservices/evaluation/previous/default.mspx

KM


I built an XPE image with sp2. And I can browse Windows Update website within
the XPE image. New updates can be displayed and ready for download. When I
try and install the updates it fails in a few seconds with the Error Code:
8024002e.

Any ideas or suggestions?

Thanks!
 
Back
Top