Windows Error Codes

Description of Common Windows Error Codes

Product line

Standard

|

Expert

Operating mode

CLOUD ABO

|

ON-PREMISES

Modules

Services & CRM

Budget & Phases

Purchases

Resource Planning

Business Intelligence

Created: 26.09.2002
Machine translated
Updated: 28.06.2017

Win32 Errors

Occurs when a basic operation under Windows fails, e.g. file access. Can also occur as a cause of a database error. Often they appear as the last digit of a longer error code, e.g. c000005 corresponds to Error 5. Below is a selection of Win32 errors.

Error No.description
1Invalid function. Occurs infrequently.
2File not found. File does not exist.
3Path not found. Path (directory) does not exist.
4Too many open files. Too many files are open at the same time.
5Access denied. Access to file is denied (permission issue).
8Not enough memory. Not enough disk space.
14Out of memory. Not enough disk space

Winsock Errors

These error codes occur in connection with TCP/IP network connections. Specifically, they usually appear in connection with Firebird because the connection to the database server is via TCP/IP by default.

Error No.description
10013Permission denied. There is no permission to access the corresponding socket.
10024Too many open files. There are too many open network connections on the system.
10035Resource temporarily unavailable. The network service is temporarily unavailable.
10048Address already in use. The IP number registered by the server is already assigned to the same network.
10050Network is down. The network is down.
10051Network unreachble. The requested network cannot be reached.
10053Software caused connection abort. The connection was terminated by your own site.
10054Connection reset by peer. The other side disconnected the connection.
10058Cannot send after socket shutdown. Attempts to send data after disconnection.
10060Connection timed out. No response was received from the other side within the time-out period.
10061Connection refused. The other side refuses to establish a connection. See also the article Windows Error Code 10061.
10064Host down. The other side is not active.
10065No route to host. No routing information to the other side could be found.