"Dim" <Dimitri.Meeuws[ at ]hp.com> wrote in message news:a30cd29e-9bd7-4f7e-9be3-2038c41c3cfb[ at ]p10g2000prf.googlegroups.com...
[Quoted Text] > We are having problems using the Windows Update Agent V3 > (7.2.6001.784) when we use the agent when nobody is logged on! > We get the error 0x800704dd (-2147023651)
0x800704dd - Error Not Logged On to network
> To reproduce the problem you need to install the latest > WindowsUpdateAgent30-x86.exe, MBSASetup-x86-EN.msi and C:\wsusscn2.cab > on the test system.
> Now we launch the Test.BAT file from another system in the network > The problem doesn't occur when the systemaccount is used but it does > occur when a local account is used.
> psexec \\brojlnxpvm -s c:\temp\test.bat
Using psexec is *NOT* how the MBSA is designed to be executed!
And using a local account is doomed to fail -- by design.
> 2008-10-29 16:24:48:357 556 dac COMAPI WARNING: Unable to establish > connection to the service. (hr=800704DD)
This is to be expected. The requisite privileges do not exist to properly execute the scan.
The correct way to invoke a scan of a remote system is
mbsacli /target DOMAIN\computername /xmlout /catalog c:\wsusscn2.cab /unicode
which sends the requisite COM calls to the remote WUA and thus runs in the context of the WUA using the Local System account on the remote machine.
-- Lawrence Garvin, M.S., MCITP(x2), MCTS(x5), MCP(x7), MCBMSP Principal/CTO, Onsite Technology Solutions, Houston, Texas Microsoft MVP - Software Distribution (2005-2009)
MS WSUS Website: http://www.microsoft.com/wsus My Websites: http://www.onsitechsolutions.com; http://wsusinfo.onsitechsolutions.com My MVP Profile: http://mvp.support.microsoft.com/profile/Lawrence.Garvin
|