SQL Server Errors or Failures from Error: 5597 to Error: 5829

Error: 5597, Severity: 16, FILESTREAM feature could not be initialized. The Windows Administrator must enable FILESTREAM on the instance using Configuration Manager before enabling through sp_configure.
Error: 5598, Severity: 10, FILESTREAM feature is not supported on user instances.
Error: 5600, Severity: 16, The Cross Database Chaining option cannot be set to the specified value on the specified database.
Error: 5601, Severity: 16, The service master key could not be force regenerated as requested by the -F startup option. The error number is %ld.
Error: 5602, Severity: 10, The service master key regeneration was successful.
Error: 5603, Severity: 16, The password for SA could not be force regenerated as requested by the -K startup option. The error number is %ld.
Error: 5604, Severity: 10, The password regeneration attempt for SA was successful.
Error: 5605, Severity: 16, The password for SA account could not be force regenerated and/or SA account cannot be disabled as requested by the -K startup option and the -T1617 trace flag.
Error: 5701, Severity: 10, Changed database context to ‘%.*ls’.
Error: 5702, Severity: 10, SQL Server is terminating this process.
Error: 5703, Severity: 10, Changed language setting to %.*ls.
Error: 5803, Severity: 10, Unknown configuration (id = %d) encountered in sys.configurations.
Error: 5804, Severity: 16, Character set, sort order, or collation cannot be changed at the server level because at least one database is not writable. Make the database writable, and retry the operation.
Error: 5805, Severity: 16, Too few locks specified. Minimum %d.
Error: 5807, Severity: 16, Recovery intervals above %d minutes not recommended. Use the RECONFIGURE WITH OVERRIDE statement to force this configuration.
Error: 5808, Severity: 16, Ad hoc update to system catalogs is not supported.
Error: 5810, Severity: 16, Valid values for the fill factor are 0 to 100.
Error: 5812, Severity: 14, You do not have permission to run the RECONFIGURE statement.
Error: 5828, Severity: 16, User connections are limited to %d.
Error: 5829, Severity: 16, The specified user options value is invalid.
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.