Страница 1 из 1

Failed datagram socket(), error 10047 как лечить ?

СообщениеДобавлено: 27 янв 2004, 11:19
Ravil
При установке сетевой платы в вин98 возникает ошибка Failed datagram socket(), error 10047(после запуска CLNTRUST ), такаяже ботва получается иногда когда меняеш одну сетевуху на другую.
Как побороть эту ошибку, на сайте Novell ничего толком не нашел.
Сейчас решаю переустановкой винды.

СообщениеДобавлено: 27 янв 2004, 12:35
Влад А.Сокол aka Akina
WSAEAFNOSUPPORT
10047
Address family not supported by protocol family.
An address incompatible with the requested protocol was used. All sockets are created with an associated address family (that is, AF_INET for Internet Protocols) and a generic protocol type (that is, SOCK_STREAM). This error is returned if an incorrect protocol is explicitly requested in the socket call, or if an address of the wrong family is used for a socket, for example, in sendto.


Error 10047 is a Winsock error that indicates that the "address family is not supported".

What that means is that we tried to create a socket using a protocol that is not supported by the current configuration. For example, if TCP/IP is not loaded on the machine, then you would see this error when we try to open a TCP/IP socket. (Similarly, we'd see this if we tried to open an IPX/SPX socket, and there
was no IPX/SPX support on the machine ... but we only display an error if TCP/IP support is not present.)

Verify that TCP/IP support is loaded on that machine, and configured properly. Try using an application like TELNET to verify that you can actually connect to another machine over TCP/IP

СообщениеДобавлено: 27 янв 2004, 15:34
Ravil
Влад А.Сокол aka Akina
то что ты прислал это я нашел,

я в начале немного не точно выразился после установки платы (протокол только IP), ставлю NW клиента все ОК. Машина получает нормальный IP адрес от DHCP сервера, соединяется с сервером вижу все ресурсы нормально, могу работать. Хочу в интернет запускаю ключ CLNTRUST , и все всплывает это сообщение.
Как в винде вылечить эти сокеты не переуставливая ее ?
Удаление платы и протоколов с последующей переустановкой результатов не дает.

СообщениеДобавлено: 27 янв 2004, 15:48
Владимир Горяев
http://support.microsoft.com/default.as ... -us;286748
http://support.microsoft.com/default.as ... -us;191064

обычно помогает первое, как ни странно. А в 95 надо запустить C:\WINDOWS\ws2bakup\ws2bakup.bat

СообщениеДобавлено: 28 янв 2004, 17:15
Ravil
Владимир спасибо, помогло.