SQL Server Errors or Failures from Error: 33049 to Error: 33076

Error: 33049, Severity: 16, Key with %S_MSG ‘%.*ls’ does not exist in the provider or access is denied. Provider error code: %d. (%S_MSG)
Error: 33050, Severity: 16, Cannot create key ‘%.*ls’ in the provider. Provider does not allow specifying key names.
Error: 33051, Severity: 16, Invalid algorithm id: %d. Provider error code: %d. (%S_MSG)
Error: 33052, Severity: 16, Cryptographic provider key cannot be a temporary key.
Error: 33053, Severity: 16, Extensible Key Management is disabled or not supported on this edition of SQL Server. Use sp_configure ‘EKM provider enabled’ to enable it.
Error: 33054, Severity: 16, Extensible key management is not supported in this edition of SQL Server.
Error: 33055, Severity: 16, Exception happened when calling cryptographic provider ‘%.*ls’ in the API ‘%.*ls’. SQL Server is terminating process %d. Exception type: %ls; Exception code: 0x%lx.
Error: 33056, Severity: 16, Cannnot impersonate login ‘%.*ls’ to access %S_MSG ‘%.*ls’.
Error: 33057, Severity: 10, Cryptographic provider is now disabled. However users who have an open cryptographic session with the provider can still use it. Restart the server to disable the provider for all users.
Error: 33058, Severity: 10, Cryptographic provider is now dropped. However users who have an open cryptographic session with the provider can still use it. Restart the server to drop the provider for all users.
Error: 33059, Severity: 16, An error occurred while trying to flush all running audit sessions. Some events may be lost.
Error: 33060, Severity: 16, The format of supplied parameter sid is invalid. The sid might be incorrect or the sid might describe the wrong type of user.
Error: 33069, Severity: 16, CREATE CERTIFICATE statement cannot mix file and binary modes. Rewrite the statement using only the FILE or the BINARY keyword.
Error: 33070, Severity: 16, The specified maximum size limit for the audit log file is less than the minimum value allowed. The maximum size limit must be at least 2 MB.
Error: 33071, Severity: 16, This command requires %S_MSG to be disabled. Disable the %S_MSG and rerun this command.
Error: 33072, Severity: 16, The audit log file path is invalid.
Error: 33073, Severity: 16, Cannot find %S_MSG ‘%.*ls’ or you do not have the required permissions.
Error: 33074, Severity: 16, Cannot %S_MSG a %S_MSG %S_MSG from a user database. This operation must be performed in the master database.
Error: 33075, Severity: 16, Granular auditing is not available in this edition of SQL Server. For more information about feature support in the editions of SQL Server, see SQL Server Books Online.
Error: 33076, Severity: 16, The specified maximum size limit is greater than the maximum value allowed. The maximum size limit must be less than 16777215 TB.
This is applicable on below versions of SQL Server
SQL Server 2005
SQL Server 2008 R2
SQL Server 2012
SQL Server 2014
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.