SQL Server Errors or Failures from Error: 15575 to Error: 15595

Error: 15575, Severity: 10, This object does not have any statistics or indexes.
Error: 15576, Severity: 16, You cannot set network name on server ‘%ls’ because it is not a linked SQL Server.
Error: 15577, Severity: 10, Warning: A linked server that refers to the originating server is not a supported scenario. If you wish to use a four-part name to reference a local table, please use the actual server name rather than an alias.
Error: 15578, Severity: 16, There is already a master key in the database. Please drop it before performing this statement.
Error: 15579, Severity: 16, Adding an encryption to the symmetric key failed. An encryption by the same %S_MSG ‘%.*s’ may already exist.
Error: 15580, Severity: 16, Cannot drop %S_MSG because %S_MSG ‘%.*s’ is encrypted by it.
Error: 15581, Severity: 16, Please create a master key in the database or open the master key in the session before performing this operation.
Error: 15583, Severity: 10, The module being signed is marked to execute as owner. If the owner changes the signature will not be valid.
Error: 15584, Severity: 10, An error occurred while decrypting %S_MSG ‘%.*ls’ that was encrypted by the old master key. The error was ignored because the FORCE option was specified.
Error: 15585, Severity: 10, The current master key cannot be decrypted. The error was ignored because the FORCE option was specified.
Error: 15586, Severity: 16, Error in synchronizing system certificates between master and resource database.
Error: 15587, Severity: 16, Cannot change owner of Assembly ‘%.*ls’ since dependent assembly ‘%.*ls’ is not owned by the new owner.
Error: 15588, Severity: 10, The old and new master keys are identical. No data re-encryption is required.
Error: 15589, Severity: 16, Cannot revert the current security context because the cookie is invalid.
Error: 15590, Severity: 16, Can only use the ‘No Revert’ or ‘Cookie’ options with the ‘Execute As’ statement at the adhoc level.
Error: 15591, Severity: 16, The current security context cannot be reverted using this statement. A cookie may or may not be needed with ‘Revert’ statement depending on how the context was set with ‘Execute As’ statement.
Error: 15592, Severity: 16, Cannot unset application role because none was set or the cookie is invalid.
Error: 15593, Severity: 16, An error occurred while decrypting the password for linked login ‘%.*ls’ that was encrypted by the old master key. The error was ignored because the FORCE option was specified.
Error: 15594, Severity: 16, The password is already provisioned for the database ‘%.*ls’
Error: 15595, Severity: 16, The password cannot be dropped because it is not provisioned for the database ‘%.*ls’
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.