Results 1 to 8 of 8

Thread: WUPDATE network comm error 503010069

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Mar 2004
    Posts
    4,307

    Default Re: WUPDATE network comm error 503010069

    Chris,

    Not sure if this is a password issue. 10069 is a "Disk quota exceeded" error:
    http://support.ipswitch.com/kb/WSK-19980714-EM03.htm

    5020 - After the "socket" API call.
    5030 - After the "connect" API call.
    5040 - After the "send" API call which returned a SOCKET_ERROR.
    5050 - After the "recv" API call which retunred a SOCKET_ERROR and WSAGetLastError returned WSAETIMEDOUT.
    5060 - HTTP stream did not include data package size information.
    5070 - After the "recv" API call (Atomic clock functionality only).

    999 - WinSock reported WSAECONNRESET; 10054. Connection reset by peer. That means an existing connection was forcibly closed by the remote host. The HTTP component tries to reconnect but this also fails. As a result, all sockets are closed and program is terminated.

    Friedrich
    Last edited by linder; 05-03-2010 at 08:30 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •