Operating System Error 1340 to Operating System Error 1359 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 1340 to Operating System Error 1359
The Operating System Error 1340(The inherited access control list (ACL) or access control entry (ACE)could not be built.)ERROR_BAD_INHERITANCE_ACL
The Operating System Error 1341(The server is currently disabled.)ERROR_SERVER_DISABLED
The Operating System Error 1342(The server is currently enabled.)ERROR_SERVER_NOT_DISABLED
The Operating System Error 1343(The value provided was an invalid value for an identifier authority.)ERROR_INVALID_ID_AUTHORITY
The Operating System Error 1344(No more memory is available for security information updates.)ERROR_ALLOTTED_SPACE_EXCEEDED
The Operating System Error 1345(The specified attributes are invalid, or incompatible with theattributes for the group as a whole.)ERROR_INVALID_GROUP_ATTRIBUTES
The Operating System Error 1346(Either a required impersonation level was not provided, or theprovided impersonation level is invalid.)ERROR_BAD_IMPERSONATION_LEVEL
The Operating System Error 1347(Cannot open an anonymous level security token.)ERROR_CANT_OPEN_ANONYMOUS
The Operating System Error 1348(The validation information class requested was invalid.)ERROR_BAD_VALIDATION_CLASS
The Operating System Error 1349(The type of the token is inappropriate for its attempted use.)ERROR_BAD_TOKEN_TYPE
The Operating System Error 1350(Unable to perform a security operation on an object that has noassociated security.)ERROR_NO_SECURITY_ON_OBJECT
The Operating System Error 1351(Indicates a Windows NT Server could not be contacted or that objectswithin the domain are protected such that necessary information could not be retrieved.)ERROR_CANT_ACCESS_DOMAIN_INFO
The Operating System Error 1352(The security account manager (SAM) or local security authority (LSA)server was in the wrong state to perform the security operation.)ERROR_INVALID_SERVER_STATE
The Operating System Error 1353(The domain was in the wrong state to perform the security operation.)ERROR_INVALID_DOMAIN_STATE
The Operating System Error 1354(This operation is only allowed for the Primary Domain Controller ofthe domain.)ERROR_INVALID_DOMAIN_ROLE
The Operating System Error 1355(The specified domain did not exist.)ERROR_NO_SUCH_DOMAIN
The Operating System Error 1356(The specified domain already exists.)ERROR_DOMAIN_EXISTS
The Operating System Error 1357(An attempt was made to exceed the limit on the number of domains perserver.)ERROR_DOMAIN_LIMIT_EXCEEDED
The Operating System Error 1358(Unable to complete the requested operation because of either acatastrophic media failure or a data structure corruption on the disk.)ERROR_INTERNAL_DB_CORRUPTION
The Operating System Error 1359(The security account database contains an internal inconsistency.)ERROR_INTERNAL_ERROR
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.