Stores information for records that could not be successfully imported in asynchronous bulk upload
Data model
Fields
| Field | Type | Description |
|---|---|---|
| error_data* | NVARCHAR (MAX) | Log data that could not be successfully imported in bulk upload |
| id* | INT | Unique error log identifier |
| import_file_process_id* | INT | Unique Import Identifier |
Primary Key
| PK_AFLS_IMPORT_FILES_PROCESS_ERROR |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| import_file_process_id* | dbo.AFLS_IMPORT_FILE_PROCESS | id | FK01_AFLS_IMPORT_FILE_PROCESS_ERROR |