SQL Server Errors or Failures from Error: 4067 to Error: 4105

Error: 4067, Severity: 16, CLR type serialization failed because an invalid cookie was specified.
Error: 4068, Severity: 20, sp_resetconnection was sent as part of a remote procedure call (RPC) batch, but it was not the last RPC in the batch. This connection will be terminated.
Error: 4069, Severity: 16, The final value of the output parameter was null, and could not be sent to a 6.5 client expecting the parameter to be non-nullable.
Error: 4070, Severity: 16, More than 255 columns were specified in the COMPUTE clause, and this metadata cannot be sent to a SQL Server version 6.5 client.
Error: 4071, Severity: 10, The XP callback function ‘%.*ls’ failed in extended procedure ‘%.*ls’ because it was executed within an INSERT-EXEC statement which does not allow the extended procedure to send information other than result set.
Error: 4072, Severity: 10, The XP callback function ‘%.*ls’ failed in extended procedure ‘%.*ls’ because the extended procedure is called inside an UDF which doesn’t allow sending data.
Error: 4073, Severity: 16, A return value of data type varchar(max), nvarchar(max), varbinary(max), XML or other large object type can not be returned to client driver versions earlier than SQL Server 2005. Please resubmit the query using a more recent client driver.
Error: 4074, Severity: 16, Client drivers do not accept result sets that have more than 65,535 columns.
Error: 4075, Severity: 16, The USE database statement failed because the database collation %.*ls is not recognized by older client drivers. Try upgrading the client operating system or applying a service update to the database client software, or use a different collation. See SQL
Error: 4076, Severity: 16, The ALTER DATABASE statement failed because the database collation %.*ls is not recognized by older client drivers. Try upgrading the client operating system or applying a service update to the database client software, or use a different collation. See S
Error: 4077, Severity: 20, The statement failed because the sql_variant value uses collation %.*ls, which is not recognized by older client drivers. Try upgrading the client operating system or applying a service update to the database client software, or use a different collation.
Error: 4078, Severity: 16, The statement failed because column ‘%.*ls’ (ID=%d) uses collation %.*ls, which is not recognized by older client drivers. Try upgrading the client operating system or applying a service update to the database client software, or use a different collation
Error: 4079, Severity: 16, The statement failed due to arithmetic overflow when sending data stream.
Error: 4080, Severity: 16, The incoming tabular data stream (TDS) protocol stream is incorrect. The TRACE TDS header contained errors.
Error: 4081, Severity: 16, The parameter ‘%.*ls’ was deduced to be a table-valued parameter, which cannot be sent by client driver versions earlier than SQL Server 2008. Please resubmit the query using a more recent client driver.
Error: 4101, Severity: 16, Aggregates on the right side of an APPLY cannot reference columns from the left side.
Error: 4102, Severity: 15, The READPAST lock hint is only allowed on target tables of UPDATE and DELETE and on tables specified in an explicit FROM clause.
Error: 4103, Severity: 15, %.*ls: Temporary views are not allowed.
Error: 4104, Severity: 16, The multi-part identifier “%.*ls” could not be bound.
Error: 4105, Severity: 16, User-defined functions, partition functions, and column references are not allowed in expressions in this context.
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.