Skip to main content
Workday User Guide
Last Updated: 2023-06-23
Reference: Table Error File Error Codes

Reference: Table Error File Error Codes

When you view an error file for a table load, you might see these errors:
Error Code
Notes
3000
The number of fields in the source doesn’t match the number of fields in the wBucket schema. You use wBuckets when you load data into a table using the REST API.
3001
Invalid data - Text field
3002
Invalid data - Integer field. When the precision and scale of a Numeric field indicates that the field should contain integer values only, you might see this error. Example: Numeric(9,0)
3003
Invalid data - Numeric field
3004
Invalid data - Date field
3005
Invalid data - Boolean field
3006
Invalid data - Instance field
4000
The number of characters for the Text field exceeds the maximum allowed (32,000 characters).
4003
The numeric value is too large for the defined precision and scale for the Numeric field.
5000
This error code can correspond to either of these errors:
  • The error file has reached its maximum of 10 MB and has stopped recording new error messages.
  • The number of characters for the entire row of data exceeds the maximum allowed (500,000 characters).