PDA

View Full Version : Network Communication Error 5030010049



NewsArchive
10-20-2006, 04:52 AM
Hi Friedrich

I'm getting this error on a SBS2003 Premium installation: Network
Communication Error 5030010049

Now I've put the web proxy settings in the Webupdate which is basically:
Http://Server2 Port 8080 and used both users window username and password
and mine which is the administrator username and password but just get this
error.

Any suggestions?

In addition I'll also be upgrading this server when MS have more R2 upgrades
in the UK which should be in a week or two's time. The main relevent
difference with SBS 2003 Premium R2 and the previous 2003 premium is its got
ISA server 2004 so do you know if there might be any issues or things to
watch out for with ISA2004?

Cheers

Richard

NewsArchive
10-20-2006, 04:53 AM
Hi Richard,

This is Winsock Error WSAEADDRNOTAVAIL (10049) Cannot assign requested
address.

---

Normally results from an attempt to create a socket with an address not
on this machine.

WinSock description: The "address" it refers to is the remote socket name
(protocol, port and address). This error occurs when the sin_port value is
zero in a sockaddr_in structure for connect or sendto.

This error also occurs when you are trying to name the local socket (assign
local address and port number) with bind, but Windows Sockets doesn't
ascribe this error to bind, for some unknown reason.

---

Is it possible for you to use an IP address instead of Http://Server2

Friedrich

NewsArchive
10-20-2006, 04:53 AM
Hi Friedrich

I'll put the IP address in there (actually never thought of that)<g>.

I'll also try just server2 instead of http://server2 becuase IE will work
with both so its possible the Wupdate might work with just server2.

Cheers

Richard