Operating System Error 1209 to Operating System Error 1228 for SQL Server

As a SQL Server DBA, there are various occasions where SQL Server returns Operating System errors as it causes some failure performing certain SQL Server operations. Below are Operating System Errors from Error 1209 to Operating System Error 1228
The Operating System Error 1209(The format of the specified group name is invalid.)ERROR_INVALID_GROUPNAME
The Operating System Error 1210(The format of the specified computer name is invalid.)ERROR_INVALID_COMPUTERNAME
The Operating System Error 1211(The format of the specified event name is invalid.)ERROR_INVALID_EVENTNAME
The Operating System Error 1212(The format of the specified domain name is invalid.)ERROR_INVALID_DOMAINNAME
The Operating System Error 1213(The format of the specified service name is invalid.)ERROR_INVALID_SERVICENAME
The Operating System Error 1214(The format of the specified network name is invalid.)ERROR_INVALID_NETNAME
The Operating System Error 1215(The format of the specified share name is invalid.)ERROR_INVALID_SHARENAME
The Operating System Error 1216(The format of the specified password is invalid.)ERROR_INVALID_PASSWORDNAME
The Operating System Error 1217(The format of the specified message name is invalid.)ERROR_INVALID_MESSAGENAME
The Operating System Error 1218(The format of the specified message destination is invalid.)ERROR_INVALID_MESSAGEDEST
The Operating System Error 1219(The credentials supplied conflict with an existing set ofcredentials.)ERROR_SESSION_CREDENTIAL_CONFLICT
The Operating System Error 1220(An attempt was made to establish a session to a network server, butthere are already too many sessions established to that server.)ERROR_REMOTE_SESSION_LIMIT_EXCEEDED
The Operating System Error 1221(The workgroup or domain name is already in use by another computer onthe network.)ERROR_DUP_DOMAINNAME
The Operating System Error 1222(The network is not present or not started.)ERROR_NO_NETWORK
The Operating System Error 1223(The operation was canceled by the user.)ERROR_CANCELLED
The Operating System Error 1224(The requested operation cannot be performed on a file with auser-mapped section open.)ERROR_USER_MAPPED_FILE
The Operating System Error 1225(The remote system refused the network connection.)ERROR_CONNECTION_REFUSED
The Operating System Error 1226(The network connection was gracefully closed.)ERROR_GRACEFUL_DISCONNECT
The Operating System Error 1227(The network transport endpoint already has an address associated withit.)ERROR_ADDRESS_ALREADY_ASSOCIATED
The Operating System Error 1228(An address has not yet been associated with the network endpoint.)ERROR_ADDRESS_NOT_ASSOCIATED
This is applicable for below versions of Operating Systems
Windows Server 2003
Windows Server 2008 R2
Windows Server 2012
Hope this was helpful.
Thanks,
SQLServerF1 Team
In-Depth Blogs on SQL Server, Information about SQL Server Conferences and Events, SQL Server Frequently asked questions, SQL Server Trainings.