Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Update Services > Trying to install WSUS on Server 2008

Reply
Thread Tools Display Modes

Trying to install WSUS on Server 2008

 
 
Zachary
Guest
Posts: n/a

 
      07-27-2009

I am attempting to install WSUS on Server 2008 64bit. Everytime i do i
recieve this error. I have attempted the install using the default and
custom web site options. I have also tried restarting the BITS service, and
running an iis reset. I have restarted the sql 2005 express instance i have
created for WSUS. I am about at wits end, i have never had a WSUS install
be this troublesome. Any help is greatly apprciated.

Log Name: Application
Source: Windows Server Update Services
Date: 7/27/2009 2:03:30 PM
Event ID: 7032
Task Category: None
Level: Warning
Keywords: Classic
User: N/A
Computer: AGRADC2.agraind.com
Description:
The WSUS administration console was unable to connect to the WSUS Server via
the remote API.

Verify that the Update Services service, IIS and SQL are running on the
server. If the problem persists, try restarting IIS, SQL, and the Update
Services Service.

The WSUS administration console was unable to connect to the WSUS Server via
the remote API.

Verify that the Update Services service, IIS and SQL are running on the
server. If the problem persists, try restarting IIS, SQL, and the Update
Services Service.

System.Net.Sockets.SocketException -- An operation on a socket could not be
performed because the system lacked sufficient buffer space or because a
queue was full 10.0.1.243:8530

Source
System

Stack Trace:
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot,
SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Bool ean connectFailure,
Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState
state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
** this exception was nested inside of the following exception **


System.Net.WebException -- Unable to connect to the remote server

Source
Microsoft.UpdateServices.Administration

Stack Trace:
at
Microsoft.UpdateServices.Administration.AdminProxy .CreateUpdateServer(Object[]
args)
at Microsoft.UpdateServices.Administration.AdminProxy .GetUpdateServer()
at
Microsoft.UpdateServices.UI.AdminApiAccess.AdminAp iTools.GetUpdateServer()
at
Microsoft.UpdateServices.UI.SnapIn.Wizards.OOBE.OO BEWizard.get_AdminApiTools()
at
Microsoft.UpdateServices.UI.SnapIn.Wizards.OOBE.OO BEWizard.get_ServerState()
at
Microsoft.UpdateServices.UI.SnapIn.Wizards.OOBE.OO BEWizard.SetNavigationItemEnabledStates()
at
Microsoft.UpdateServices.UI.SnapIn.Wizards.OOBE.OO BEWizard.OOBEWizardInitialize()


 
Reply With Quote
 
 
 
 
Dave Mills
Guest
Posts: n/a

 
      07-27-2009
Have you tried adding it as a role

On Mon, 27 Jul 2009 14:13:53 -0500, "Zachary" <> wrote:

>I am attempting to install WSUS on Server 2008 64bit. Everytime i do i
>recieve this error. I have attempted the install using the default and
>custom web site options. I have also tried restarting the BITS service, and
>running an iis reset. I have restarted the sql 2005 express instance i have
>created for WSUS. I am about at wits end, i have never had a WSUS install
>be this troublesome. Any help is greatly apprciated.
>
>Log Name: Application
>Source: Windows Server Update Services
>Date: 7/27/2009 2:03:30 PM
>Event ID: 7032
>Task Category: None
>Level: Warning
>Keywords: Classic
>User: N/A
>Computer: AGRADC2.agraind.com
>Description:
>The WSUS administration console was unable to connect to the WSUS Server via
>the remote API.
>
>Verify that the Update Services service, IIS and SQL are running on the
>server. If the problem persists, try restarting IIS, SQL, and the Update
>Services Service.
>
>The WSUS administration console was unable to connect to the WSUS Server via
>the remote API.
>
>Verify that the Update Services service, IIS and SQL are running on the
>server. If the problem persists, try restarting IIS, SQL, and the Update
>Services Service.
>
>System.Net.Sockets.SocketException -- An operation on a socket could not be
>performed because the system lacked sufficient buffer space or because a
>queue was full 10.0.1.243:8530
>
>Source
>System
>
>Stack Trace:
> at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot,
>SocketAddress socketAddress)
> at System.Net.ServicePoint.ConnectSocketInternal(Bool ean connectFailure,
>Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState
>state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
>** this exception was nested inside of the following exception **
>
>
>System.Net.WebException -- Unable to connect to the remote server
>
>Source
>Microsoft.UpdateServices.Administration
>
>Stack Trace:
> at
>Microsoft.UpdateServices.Administration.AdminProx y.CreateUpdateServer(Object[]
>args)
> at Microsoft.UpdateServices.Administration.AdminProxy .GetUpdateServer()
> at
>Microsoft.UpdateServices.UI.AdminApiAccess.AdminA piTools.GetUpdateServer()
> at
>Microsoft.UpdateServices.UI.SnapIn.Wizards.OOBE.O OBEWizard.get_AdminApiTools()
> at
>Microsoft.UpdateServices.UI.SnapIn.Wizards.OOBE.O OBEWizard.get_ServerState()
> at
>Microsoft.UpdateServices.UI.SnapIn.Wizards.OOBE.O OBEWizard.SetNavigationItemEnabledStates()
> at
>Microsoft.UpdateServices.UI.SnapIn.Wizards.OOBE.O OBEWizard.OOBEWizardInitialize()
>

--
Dave Mills
There are 10 types of people, those that understand binary and those that don't.
 
Reply With Quote
 
Zachary
Guest
Posts: n/a

 
      07-28-2009
Here is another piece of information that may be helpful. When i log onto
the Windows 2008 server and try to browse the internet using IE8 or Firefox,
i am unable to. But if i open the command prompt and ping our external DNS
entries, or perform nslookups on google.com, or update.microsoft.com, those
work just fine. Could their be a built in security setting in Server 2008
that is preventing the server from sycronizing with Microsoft's Update
servers?

"Zachary" <> wrote in message
news:...
> Yeah, it's already a role. What i have done is install the admin console
> on one of our windows 2003 servers, but now when i try to run through the
> configuration wizard i get this error when trying to syncronize to an
> upstream server, which i have set to Microsoft's update servers.
>
> Attached is the error.
>
> "Dave Mills" <> wrote in message
> news:...
>> Have you tried adding it as a role
>>
>> On Mon, 27 Jul 2009 14:13:53 -0500, "Zachary" <>
>> wrote:
>>
>>>I am attempting to install WSUS on Server 2008 64bit. Everytime i do i
>>>recieve this error. I have attempted the install using the default and
>>>custom web site options. I have also tried restarting the BITS service,
>>>and
>>>running an iis reset. I have restarted the sql 2005 express instance i
>>>have
>>>created for WSUS. I am about at wits end, i have never had a WSUS
>>>install
>>>be this troublesome. Any help is greatly apprciated.
>>>
>>>Log Name: Application
>>>Source: Windows Server Update Services
>>>Date: 7/27/2009 2:03:30 PM
>>>Event ID: 7032
>>>Task Category: None
>>>Level: Warning
>>>Keywords: Classic
>>>User: N/A
>>>Computer: AGRADC2.agraind.com
>>>Description:
>>>The WSUS administration console was unable to connect to the WSUS Server
>>>via
>>>the remote API.
>>>
>>>Verify that the Update Services service, IIS and SQL are running on the
>>>server. If the problem persists, try restarting IIS, SQL, and the Update
>>>Services Service.
>>>
>>>The WSUS administration console was unable to connect to the WSUS Server
>>>via
>>>the remote API.
>>>
>>>Verify that the Update Services service, IIS and SQL are running on the
>>>server. If the problem persists, try restarting IIS, SQL, and the Update
>>>Services Service.
>>>
>>>System.Net.Sockets.SocketException -- An operation on a socket could not
>>>be
>>>performed because the system lacked sufficient buffer space or because a
>>>queue was full 10.0.1.243:8530
>>>
>>>Source
>>>System
>>>
>>>Stack Trace:
>>> at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot,
>>>SocketAddress socketAddress)
>>> at System.Net.ServicePoint.ConnectSocketInternal(Bool ean
>>> connectFailure,
>>>Socket s4, Socket s6, Socket& socket, IPAddress& address,
>>>ConnectSocketState
>>>state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
>>>** this exception was nested inside of the following exception **
>>>
>>>
>>>System.Net.WebException -- Unable to connect to the remote server
>>>
>>>Source
>>>Microsoft.UpdateServices.Administration
>>>
>>>Stack Trace:
>>> at
>>>Microsoft.UpdateServices.Administration.AdminPr oxy.CreateUpdateServer(Object[]
>>>args)
>>> at
>>> Microsoft.UpdateServices.Administration.AdminProxy .GetUpdateServer()
>>> at
>>>Microsoft.UpdateServices.UI.AdminApiAccess.Admi nApiTools.GetUpdateServer()
>>> at
>>>Microsoft.UpdateServices.UI.SnapIn.Wizards.OOBE .OOBEWizard.get_AdminApiTools()
>>> at
>>>Microsoft.UpdateServices.UI.SnapIn.Wizards.OOBE .OOBEWizard.get_ServerState()
>>> at
>>>Microsoft.UpdateServices.UI.SnapIn.Wizards.OOBE .OOBEWizard.SetNavigationItemEnabledStates()
>>> at
>>>Microsoft.UpdateServices.UI.SnapIn.Wizards.OOBE .OOBEWizard.OOBEWizardInitialize()
>>>

>> --
>> Dave Mills
>> There are 10 types of people, those that understand binary and those that
>> don't.

>
>
>



 
Reply With Quote
 
Dave Mills
Guest
Posts: n/a

 
      07-28-2009
On Tue, 28 Jul 2009 08:49:45 -0500, "Zachary" <> wrote:

>Here is another piece of information that may be helpful. When i log onto
>the Windows 2008 server and try to browse the internet using IE8 or Firefox,
>i am unable to. But if i open the command prompt and ping our external DNS
>entries, or perform nslookups on google.com, or update.microsoft.com, those
>work just fine. Could their be a built in security setting in Server 2008
>that is preventing the server from sycronizing with Microsoft's Update
>servers?


I would say this is fundamental. WSUS uses HTTP and HTTPS to communicate with
the MS updates. Something seems to be blocking that access and it may be
blocking other connections to/from the WSUS server. You need to identify what is
doing this.
--
Dave Mills
There are 10 types of people, those that understand binary and those that don't.
 
Reply With Quote
 
Zachary
Guest
Posts: n/a

 
      07-30-2009

A reboot of the server cleared things right up.

Thanks for your help.

"Dave Mills" <> wrote in message
news:...
> On Tue, 28 Jul 2009 08:49:45 -0500, "Zachary" <>
> wrote:
>
>>Here is another piece of information that may be helpful. When i log onto
>>the Windows 2008 server and try to browse the internet using IE8 or
>>Firefox,
>>i am unable to. But if i open the command prompt and ping our external
>>DNS
>>entries, or perform nslookups on google.com, or update.microsoft.com,
>>those
>>work just fine. Could their be a built in security setting in Server 2008
>>that is preventing the server from sycronizing with Microsoft's Update
>>servers?

>
> I would say this is fundamental. WSUS uses HTTP and HTTPS to communicate
> with
> the MS updates. Something seems to be blocking that access and it may be
> blocking other connections to/from the WSUS server. You need to identify
> what is
> doing this.
> --
> Dave Mills
> There are 10 types of people, those that understand binary and those that
> don't.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Steps for LOB Windows 2008 x64 server for SBS 2008 Premium Install? Per Moeller-Olsen Windows Small Business Server 1 04-28-2009 12:03 AM
WSUS 3.0 SP1 and SQL Server 2008 Mike Morris Update Services 6 11-26-2008 10:14 PM
Re: WSUS 3.0SP1 on Server 2008 Install Hangs Lawrence Garvin Update Services 0 10-16-2008 01:42 PM
WSUS: manually install updates on windows server 2008 machine Gueorgui Dimov Update Services 2 08-17-2008 04:38 PM
Re: WSUS 3.0 on Server 2008 RTM PA Bear [MS MVP] Update Services 2 02-13-2008 03:20 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59