PDA

View Full Version : Network Communication error



NewsArchive
02-22-2006, 02:26 AM
Hi Friederich

Running webupdate I have a client who is getting the message Network
communications error 503010049

Apparently they ran the check for updates yesterday and it began downloading
from my site at which point their was a power outage. Also, they are using
dial up modem.

Now they get no further than the first screen on check for updates and when
they hit the next button they get the error message.

It is a stand alone computer not connected to any network (except internet )

Any ideas on what causes this error. Also, is their a list of errorcodes
anywhere?

--
best wishes

Eric Churton
Simplified Software
www.simsoft.co.za
The Simsoft Templates for plug-in on-screen keyboards and keypads,pop-up
calculator and calendar and more
The Simpad Templates: Wizard to create your own touchscreen keyboard
The Simshape Templates for different shaped and colored buttons
The SimTabTree Template for tab selection through a tree control
The SimPageOfPage Template - add page of page to a report

NewsArchive
02-22-2006, 02:26 AM
Hi Eric,

This is WinSock Error Code 10049:

WSAEADDRNOTAVAIL (10049) Cannot assign requested address

Here is a list of winsock error codes:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winsock/winsock/windows_sockets_error_codes_2.asp

HTH,

--
Friedrich Linder
CEO, Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder 5

NewsArchive
02-23-2006, 10:06 AM
Hi Friedrich

Thank you - that is very helpful. It turns out that the user (using dial-up)
was not connected to the internet. Although I specifically asked this
question they insisted that they connected, then a couple of hours later
informed me that THEY had solved the problem by first connecting to the
internet !

--
best wishes

Eric Churton
Simplified Software
www.simsoft.co.za
The Simsoft Templates for plug-in on-screen keyboards and keypads,pop-up
calculator and calendar and more
The Simpad Templates: Wizard to create your own touchscreen keyboard
The Simshape Templates for different shaped and colored buttons
The SimTabTree Template for tab selection through a tree control
The SimPageOfPage Template - add page of page to a report

NewsArchive
02-23-2006, 10:08 AM
Thanks, Eric!

Friedrich