Operating System Error 1907 to Operating System Error 3001 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 1907 to Operating System Error 3001
The Operating System Error 1907(The user must change his password before he logs on the first time.)ERROR_PASSWORD_MUST_CHANGE
The Operating System Error 1908(Could not find the domain controller for this domain.)ERROR_DOMAIN_CONTROLLER_NOT_FOUND
The Operating System Error 1909(The referenced account is currently locked out and may not be loggedon to.)ERROR_ACCOUNT_LOCKED_OUT
The Operating System Error 1910(The object exporter specified was not found.)OR_INVALID_OXID
The Operating System Error 1911(The object specified was not found.)OR_INVALID_OID
The Operating System Error 1912(The object resolver set specified was not found.)OR_INVALID_SET
The Operating System Error 1913(Some data remains to be sent in the request buffer.)RPC_S_SEND_INCOMPLETE
The Operating System Error 2000(The pixel format is invalid.)ERROR_INVALID_PIXEL_FORMAT
The Operating System Error 2001(The specified driver is invalid.)ERROR_BAD_DRIVER
The Operating System Error 2002(The window style or class attribute is invalid for this operation.)ERROR_INVALID_WINDOW_STYLE
The Operating System Error 2003(The requested metafile operation is not supported.)ERROR_METAFILE_NOT_SUPPORTED
The Operating System Error 2004(The requested transformation operation is not supported.)ERROR_TRANSFORM_NOT_SUPPORTED
The Operating System Error 2005(The requested clipping operation is not supported.)ERROR_CLIPPING_NOT_SUPPORTED
The Operating System Error 2202(The specified user name is invalid.)ERROR_BAD_USERNAME
The Operating System Error 2250(This network connection does not exist.)ERROR_NOT_CONNECTED
The Operating System Error 2401(This network connection has files open or requests pending.)ERROR_OPEN_FILES
The Operating System Error 2402(Active connections still exist.)ERROR_ACTIVE_CONNECTIONS
The Operating System Error 2404(The device is in use by an active process and cannot be disconnected.)ERROR_DEVICE_IN_USE
The Operating System Error 3000(The specified print monitor is unknown.)ERROR_UNKNOWN_PRINT_MONITOR
The Operating System Error 3001(The specified printer driver is currently in use.)ERROR_PRINTER_DRIVER_IN_USE
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.