SQL Server Errors or Failures from Error: 33009 to Error: 33028

Error: 33009, Severity: 16, The database owner SID recorded in the master database differs from the database owner SID recorded in database ‘%.*ls’. You should correct this situation by resetting the owner of database ‘%.*ls’ using the ALTER AUTHORIZATION statement.
Error: 33010, Severity: 16, The MUST_CHANGE option cannot be specified together with the HASHED option.
Error: 33011, Severity: 16, The %S_MSG private key cannot be dropped because one or more entities are encrypted by it.
Error: 33012, Severity: 10, Cannot %S_MSG signature %S_MSG %S_MSG ‘%.*ls’. Signature already exists or cannot be added.
Error: 33013, Severity: 16, A %S_MSG by %S_MSG ‘%.*s’ does not exist.
Error: 33014, Severity: 16, Cannot countersign ‘%.*s’. Only modules can be countersigned.
Error: 33015, Severity: 16, The database principal is referenced by a %S_MSG in the database, and cannot be dropped.
Error: 33016, Severity: 16, The user cannot be remapped to a login. Remapping can only be done for users that were mapped to Windows or SQL logins.
Error: 33017, Severity: 16, Cannot remap a user of one type to a login of a different type. For example, a SQL user must be mapped to a SQL login; it cannot be remapped to a Windows login.
Error: 33018, Severity: 16, Cannot remap user to login ‘%.*s’, because the login is already mapped to a user in the database.
Error: 33019, Severity: 16, Cannot create implicit user for the special login ‘%.*s’.
Error: 33020, Severity: 16, A HASHED password cannot be set for a login that has CHECK_POLICY turned on.
Error: 33021, Severity: 16, Failed to generate a user instance of SQL Server. Only local user accounts, interactive users accounts, service accounts, or batch accounts can generate a user instance. The connection will be closed.%.*ls
Error: 33022, Severity: 16, Cannot obtain cryptographic provider properties. Provider error code: %d.
Error: 33023, Severity: 16, The %S_MSG is too long. Maximum allowed length is %d bytes.
Error: 33024, Severity: 16, Cryptographic provider %S_MSG ‘%ls’ in dll is different from the guid recorded in system catalog for provider with id %d.
Error: 33025, Severity: 16, Invalid cryptograpihic provider property: %S_MSG.
Error: 33026, Severity: 16, Cryptographic provider with guid ‘%ls’ already exists.
Error: 33027, Severity: 16, Cannot load library ‘%.*ls’. See errorlog for more information.
Error: 33028, Severity: 16, Cannot open session for %S_MSG ‘%.*ls’. Provider error code: %d. (%S_MSG)
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.