Cliff
10-31-2005, 10:20 PM
I have a Windows 2000 Adv Server and when I try to install Windows Updates,
it fails with the error code noted in the subject line.
I've googled this and I'm stricking out. Anyone have any thoughts on this?
Thanks
Cliff
Dave Patrick
10-31-2005, 11:11 PM
0x800704DD = "The operation being requested was not performed because the
user has not logged on to the network. The specified service does not
exist."
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"Cliff" wrote:
>I have a Windows 2000 Adv Server and when I try to install Windows Updates,
>it fails with the error code noted in the subject line.
>
> I've googled this and I'm stricking out. Anyone have any thoughts on
> this?
>
> Thanks
>
> Cliff
>
Cliff
11-04-2005, 09:06 PM
Well, THAT certainly narrows it down!
:)
Could you be a little more specific? I am of course logged into the network
as I'm at the console and can see all resources.
"Dave Patrick" <DSPatrick@nospam.gmail.com> wrote in message
news:ecgV3Bn3FHA.2532@TK2MSFTNGP09.phx.gbl...
> 0x800704DD = "The operation being requested was not performed because the
> user has not logged on to the network. The specified service does not
> exist."
>
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
> "Cliff" wrote:
>>I have a Windows 2000 Adv Server and when I try to install Windows
>>Updates, it fails with the error code noted in the subject line.
>>
>> I've googled this and I'm stricking out. Anyone have any thoughts on
>> this?
>>
>> Thanks
>>
>> Cliff
>>
>
>
Dave Patrick
11-05-2005, 03:29 AM
Not really. That's an exact translation of the error code you posted. Event
Viewer may reveal something of use. Also try asking them in
public.windowsupdate
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"Cliff" wrote:
> Well, THAT certainly narrows it down!
>
> :)
>
> Could you be a little more specific? I am of course logged into the
> network as I'm at the console and can see all resources.
Mike Rosado [MSFT]
11-15-2005, 01:15 AM
Hi Cliff,
The code 0x800704DD means exactly what Dave Patrick already told you:
# for hex 0x4dd / decimal 1245
ERROR_NOT_LOGGED_ON
# The operation being requested was not performed because the
# user has not logged on to the network.
# The specified service does not exist.
This is because the Windows Update website, Microsoft Update website, and
WSUS depend on the Automatic Updates service. This service runs in the
context of the local computer account and must be able to impersonate the
logged on user to perform some functions. See if the following works for
you.
Step 1: Verify that the 'Client for Microsoft Networks' is installed
1. Click Start-Settings-Control Panel
2. Click 'Network and Dialup connections'
3. Right click on your Local area Network Connection and choose Properties
4. Verify that 'Client for Microsoft Networks' is installed. If not
proceed to step 5
5. Click Add-Client
6. Select 'Client for Microsoft Networks' and click OK.
7. Click Close and restart the computer.
Step 2: Verify that the BITS and SENS services are started
The Background Intelligent Transfer service depends on the System Event
Notification Service in Windows 2000.
Ensure that both services are started.
1. Click Start-Run
2. Type services.msc and click ok
3. Locate the System Event Service and Background Intelligent Transfer
service
4. If the services are not started right click on choose start.
Step 3: Logon to the Console Session of Windows 2000 Server
The Background Intelligent Transfer service (BITS) does not support
Terminal services sessions in Windows 2000 and can only submit the download
job with computer credentials. If your firewall or proxy requires user
level authentication then the download request will fail.
1. Logon locally to the computer (Not using a Terminal Services Session)
2. Access the Windows Update or Microsoft Update website
--------------------
Hope this helps,
Mike Rosado
Windows 2000 MCSE + MCDBA
Microsoft Enterprise Platform Support
Windows NT/2000/2003 Cluster Technologies
====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
<http://www.microsoft.com/info/cpyright.htm>
-----Original Message-----
> From: "Cliff" <cliff@crpoe.com>
> Subject: Windows Updates & 0x800704DD
> Date: Mon, 31 Oct 2005 16:20:21 -0600
>
> I have a Windows 2000 Adv Server and when I try to install Windows
Updates,
> it fails with the error code noted in the subject line.
>
> I've googled this and I'm stricking out. Anyone have any thoughts on
this?
>
> Thanks
>
> Cliff
>
>
>
Cliff
11-16-2005, 07:53 PM
Thank you both (Dave Patrick and Mike Rosado). Problem resolved using
detailed instructions provided by Mike.
"Mike Rosado [MSFT]" <mikeros@online.microsoft.com> wrote in message
news:pJBGhIY6FHA.3744@TK2MSFTNGXA02.phx.gbl...
> Hi Cliff,
>
> The code 0x800704DD means exactly what Dave Patrick already told you:
>
> # for hex 0x4dd / decimal 1245
> ERROR_NOT_LOGGED_ON
> # The operation being requested was not performed because the
> # user has not logged on to the network.
> # The specified service does not exist.
>
> This is because the Windows Update website, Microsoft Update website, and
> WSUS depend on the Automatic Updates service. This service runs in the
> context of the local computer account and must be able to impersonate the
> logged on user to perform some functions. See if the following works for
> you.
>
> Step 1: Verify that the 'Client for Microsoft Networks' is installed
> 1. Click Start-Settings-Control Panel
> 2. Click 'Network and Dialup connections'
> 3. Right click on your Local area Network Connection and choose Properties
> 4. Verify that 'Client for Microsoft Networks' is installed. If not
> proceed to step 5
> 5. Click Add-Client
> 6. Select 'Client for Microsoft Networks' and click OK.
> 7. Click Close and restart the computer.
>
> Step 2: Verify that the BITS and SENS services are started
> The Background Intelligent Transfer service depends on the System Event
> Notification Service in Windows 2000.
> Ensure that both services are started.
>
> 1. Click Start-Run
> 2. Type services.msc and click ok
> 3. Locate the System Event Service and Background Intelligent Transfer
> service
> 4. If the services are not started right click on choose start.
>
> Step 3: Logon to the Console Session of Windows 2000 Server
> The Background Intelligent Transfer service (BITS) does not support
> Terminal services sessions in Windows 2000 and can only submit the
> download
> job with computer credentials. If your firewall or proxy requires user
> level authentication then the download request will fail.
>
> 1. Logon locally to the computer (Not using a Terminal Services Session)
> 2. Access the Windows Update or Microsoft Update website
>
>
> --------------------
> Hope this helps,
> Mike Rosado
> Windows 2000 MCSE + MCDBA
> Microsoft Enterprise Platform Support
> Windows NT/2000/2003 Cluster Technologies
>
> ====================================================
> When responding to posts, please "Reply to Group" via your newsreader so
> that others may learn and benefit from your issue.
> ====================================================
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> <http://www.microsoft.com/info/cpyright.htm>
>
> -----Original Message-----
>> From: "Cliff" <cliff@crpoe.com>
>> Subject: Windows Updates & 0x800704DD
>> Date: Mon, 31 Oct 2005 16:20:21 -0600
>>
>> I have a Windows 2000 Adv Server and when I try to install Windows
> Updates,
>> it fails with the error code noted in the subject line.
>>
>> I've googled this and I'm stricking out. Anyone have any thoughts on
> this?
>>
>> Thanks
>>
>> Cliff
>>
>>
>>
>
Dave Patrick
11-17-2005, 03:24 AM
Glad to hear that.
--
Regards,
Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect
"Cliff" wrote:
| Thank you both (Dave Patrick and Mike Rosado). Problem resolved using
| detailed instructions provided by Mike.