SQL Server Errors or Failures from Error: 4877 to Error: 4900

Error: 4877, Severity: 16, Error parsing DTS stream when reading row %d, column %d.
Error: 4880, Severity: 16, Cannot bulk load. When you use the FIRSTROW and LASTROW parameters, the value for FIRSTROW cannot be greater than the value for LASTROW.
Error: 4881, Severity: 10, Note: Bulk Insert through a view may result in base table default values being ignored for NULL columns in the data file.
Error: 4882, Severity: 16, Cannot bulk load. A prefix length, field length, or terminator is required for the source column %d in the format file “%s”.
Error: 4883, Severity: 16, The XML reader returned 0x%08X for the info item starting near line %d column %d in format file “%ls”.
Error: 4884, Severity: 16, Unknown error near info item starting near line %d column %d in format file “%ls”.
Error: 4885, Severity: 16, Cannot open file “%ls”. A Windows NT Integrated Security login is required.
Error: 4886, Severity: 16, Cannot open the file “%ls”. Operating system error: %ls
Error: 4887, Severity: 16, Cannot open the file “%ls”. Only disk files are supported.
Error: 4888, Severity: 16, Cannot open the file “%ls”. The bulkadmin role membership is required.
Error: 4889, Severity: 16, Cannot open the file “%ls”. A unicode byte-order mark is missing.
Error: 4890, Severity: 16, Insert bulk is not supported in showplan mode.
Error: 4891, Severity: 16, Insert bulk failed due to a schema change of the target table.
Error: 4892, Severity: 16, Bulk insert failed due to a schema change of the target table.
Error: 4893, Severity: 16, Could not bulk load because SSIS file mapping object ‘%ls’ could not be opened. Operating system error code %ls. Make sure you are accessing a local server via Windows security.
Error: 4894, Severity: 21, COLMETADATA must be present when using bcp.
Error: 4895, Severity: 21, Unicode data is odd byte size for column %d. Should be even byte size.
Error: 4896, Severity: 16, Invalid column value from bcp client for colid %d.
Error: 4897, Severity: 16, Received an invalid length for chunked LOB data for colid %d.
Error: 4900, Severity: 16, The ALTR TABLE SWITCH statement failed for table ‘%.*ls’. It is not possible to switch the partition of a table that has change tracking enabled. Disable change tracking before using ALTR TABLE SWITCH.
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.