images/contents.gifimages/index.gifimages/prev1.gifimages/next1.gif

Error codes

Error codes shown in mailcoach.log, and in some error messages are built up like: CC:MM/PP where CC is the errorcode, MM is the module where the error happened and PP is the position in this module. The two latter codes are only used by Ymex to locate errors in the source. Below is a table of error codes and their meaning.

Important! When reporting an error to Ymex, please include all logs and always try reproduce the error with all logs activated. Give us a thorough description of how, when and where the error occurred and if there was any special circumstances. If the error has something to do with sending files, keep a copy of the file that failed, and send it to us. We encourage you to use the support tool to submit support questions and/or bug-reports.

General errors

5, 51
Serious system error. This does usually not come alone. No specific reason.
7
Out of memory.
9,14,28
Tried to write beyond allocated memory. This could occur if a 10-user version was loaded with a database from a 50 user version
47-49
DLL error. DLL is missing, invalid or used by too many other applications.
52,63
Tried reading or writing to an invalid file-position.
53
File is missing
55
Cannot access file because its left open.
61
Disk is full.
68
Device unavailable. Disk is missing or comport is invalid or missing
70
File is busy. Probably used by another procedure. This error is normally never shown. It is logged in some cases.
75,76
Directory is missing or not valid.
335
Could not access system registry. Probably related to OS.


TCP/IP Errors

These errors relates to the SMTP/POP3 protocols and UUCP when using TCP/IP.

40006
Wrong protocol or connection state for the requested transaction or request.
40026
Wrong protocol for the requested transaction or request
10035
Socket is non-blocking and the specified operation will block.
10036
A blocking Winsock operation in progress.
10043
The specified port is not supported.
10048
Address already in use.
10049
Address not available from the local machine.
10050
Network subsystem failed.
10051
The network cannot be reached from this host at this time.
11053
Connection is aborted due to timeout or other failure.
10054
The connection is reset by remote side.
10058
Socket has been shut down.
10061
Connection is forcefully rejected.
11001
Authoritative answer: Host not found.
11002
Non-Authoritative answer: Host not found.

NOTE:

This list is not intended to be a complete reference, but can give helpful hints when searching for configuration errors or possible bugs.