 |
|
|
Articles
|
 |
|
 |
|
|
Winsock Error Codes
Posted by SteveT on Sunday, February 03, 2008 :: Last Updated on Sunday, February 03, 2008:: Views 732 |
| Error# |
Error Code |
Description |
| 10004 |
WSAEINTR |
Interrupted system call. |
| 10009 |
WSAEBADF |
Bad file number. |
| 10013 |
WSEACCES |
Permission denied. |
| 10014 |
WSAEFAULT |
Bad address. |
| 10022 |
WSAEINVAL |
Invalid argument. |
| 10024 |
WSAEMFILE |
Too many open files. |
| 10035 |
WSAEWOULDBLOCK |
Operation would block. |
| 10036 |
WSAEINPROGRESS |
Operation now in progress. This error is returned if any Windows Sockets API function is called while a blocking function is in progress. |
| 10037 |
WSAEALREADY |
Operation already in progress. |
| 10038 |
WSAENOTSOCK |
Socket operation on non – socket. |
| 10039 |
WSAEDESTADDRREQ |
Destination address required. |
| 10040 |
WSAEMSGSIZE |
Message too long. |
| 10041 |
WSAEPROTOTYPE |
Protocol wrong type for socket. |
| 10042 |
WSAENOPROTOOPT |
Protocol not available. |
| 10043 |
WSAEPROTONOSUPPORT |
Protocol not supported. |
| 10044 |
WSAESOCKTNOSUPPORT |
Socket type not supported. |
| 10045 |
WSAEOPNOTSUPP |
Operation not supported on socket. |
| 10046 |
WSAEPFNOSUPPORT |
Protocol family not supported. |
| 10047 |
WSAEAFNOSUPPORT |
Address family not supported by protocol family. |
| 10048 |
WSAEADDRINUSE |
Address already in use. |
| 10049 |
WSAEADDRNOTAVAIL |
Cannot assign requested address. |
| 10050 |
WSAENETDOWN |
Network is down. This error may be reported at any time if the Windows Sockets implementation detects an underlying failure. |
| 10051 |
WSAENETUNREACH |
Network is unreachable. |
| 10052 |
WSAENETRESET |
Network dropped connection on reset. |
| 10053 |
WSAECONNABORTED |
Software caused connection abort. |
| 10054 |
WSAECONNRESET |
Connection reset by peer. |
| 10055 |
WSAECONNRESET |
No buffer space available. |
| 10056 |
WSAEISCONN |
Socket is already connected. |
| 10057 |
WSAENOTCONN |
Socket is not connected. |
| 10058 |
WSAESHUTDOWN |
Cannot send after socket shutdown. |
| 10059 |
WSAETOOMANYREFS |
Too many references: cannot splice. |
| 10060 |
WSAETIMEDOUT |
Connection timed out. |
| 10061 |
WSAECONNREFUSED |
Connection refused. |
| 10062 |
WSAELOOP |
Too many levels of symbolic links. |
| 10063 |
WSAENAMETOOLONG |
File name too long. |
| 10064 |
WSAEHOSTDOWN |
Host is down. |
| 10065 |
WSAEHOSTUNREACH |
No route to host. |
| 10091 |
WSASYSNOTREADY |
Returned by WSAStartup(), indicating that the network subsystem is unusable. |
| 10092 |
WSAVERNOTSUPPORTED |
Returned by WSAStartup, indicating that the Windows Sockets DLL cannot support this application. |
| 10093 |
WSANOTINITIALISED |
Winsock not initialized. This message is returned by any function except WSAStartup(), indicating that a successful WSAStartup() has not yet been performed. |
| 10101 |
WSAEDISCON |
Disconnect. |
| 11001 |
WSAHOST_NOT_FOUND |
Host not found. This message indicates that the key (name, address, and so on) was not found. |
| 11002 |
WSATRY_AGAIN |
Non – authoritative host not found. This error may suggest that the name service itself is not functioning. |
| 11003 |
WSANO_RECOVERY |
Non – recoverable error. This error may suggest that the name service itself is not functioning. |
| 11004 |
WSANO_DATA |
Valid name, no data record of requested type. This error indicates that the key (name, address, and so on) was not found. |
|
Previous Page | Next Page
|
|
|
|
|
|
 |
| Mid-Summer Promotion - Mail Server .NET |
We are launching mid-summer promotion with our Mail Server .NET. You can upgrade, or get a new license for $50.00 less until July 15 2008.
| | 7/4/2008 9:36:35 AM |
|
| ArGoSoft Mail Server .NET v1.0.5.2 | |
Mail Server
- Added Available Updates checking. Of course, it will show up only after we release
the next version... If new version is avialable, a link will be displayed on the bottom of
the UI, suggesting to upgrade
- "SMTP Log In" will be no longer be registered in the last login database, because it causes
confusion when the web interface displays last login protocol;
- Updated help files, now they reflect new Remoting services;
Web Interface
- "Wiping" of trash folder now works. With each login, messages, located in the
trash folder, and older than 3 days will be wiped out;
| | 6/16/2008 8:45:05 AM |
|
|
|
| ArGoSoft Mail Server .NET v1.0.5.1 | |
Mail Server
- Fixed a bug from 1.0.5.0 - was impossible to add domain groups and domains from the
UI;
Web Interface
- Created a
page for localized resource files. If you are willing to contribute
your resources, we would be very thankful;
- It turns out, major IMAP clients do not allow rename of the Inbox folder. They display
localized name of Inbox, but an actual name of folder on the server stays "Inbox".
Now the web interface will allow the same - you can specify the name of inbox, but it will be
just a display name, how it will appear on the web interface. It will keep compatibility with
IMAP clients;
- CC and BCC headers on the Write Email page are now initially hidden.
- When accessing the web interface initially, user will be prompted to enter
default SMTP server address;
| | 6/3/2008 11:43:33 AM |
|
| ArGoSoft Mail Server .NET v1.0.5.0 | |
Web Interface
It is a major change, even though there are no significant changes in the "look and feel" of the web interface.
- Now all the communication with mail server is performed via a remoting object, which is hosted in the
mail server.
- It allows to run the mail server and the web interface on separate
computers;
- Eliminates access right problems to directories and databases;
- Web interface no longer requires SQL Server 2005 or SQL Server Express on the
computer where it runs;
- Something you've been asking for very long time!
Now users can send out HTML messages
- Almost entire text that appears in the UI is placed in resource files, allowing
easy localization of string resources;
- When going out, mail is relayd to mail server via SMTP, instead of going directly to outbox. It ensures,
that all server plugins are called, and all server generated headers (including Domain Keys) are properly inserted;
- Server and Domain Group administration temporarily are not available. We will be releasing
new separate web application, which will be doing that. Currently, you still can use old version of
web interface for administering server via web, old and new version can co-exist peacefully;
Mail Server
- Now each account has No SMTP access flag, allowing to have "incoming only" accounts; Works only when
SMTP authentication is enabled;
- Optimized the load of Edit Domain Group box. In earlier versions it was taking long time, because
that calculation of the usage was being performed at the box load. Now calculation will be not perfomed,
unless user clicks Calculate Usage link;
Following changes are related to the major change of the web interface (see above):
- Added remoting object, which is used to communicate with the web interface;
- Added Default Content-Type field to users, allowing them to select in which
initial state is the Compose Mail message body editor: plain text or HTML;
- Now each user can select the name for their Inbox.
Useful when creating localized versions.
| | 5/30/2008 11:18:43 PM |
|
|
|
|
|
 |
 |
|
 |
|