EN
Español
English
Português
    AFLS_IMPORT_FILE_PROCESS_LOG

    Stores logged information from failed logs when processing logs in asynchronous bulk upload

    Data model

    Fields

    Field Type Description
    date_sync DATETIME Date Record When Attempting to Import Information Fails
    file_name_error NVARCHAR (400) File name that is generated when an error occurs in the information import process
    file_name_success NVARCHAR (400) File name generated with successful records in the import process
    id* INT Unique Log Log Identifier
    import_file_process_id INT Unique Import Identifier

    Primary Key

    PK_AFLS_IMPORT_FILES_PROCESS_LOG
    id

    References

    Column Referenced Table Referenced column Name
    import_file_process_id dbo.AFLS_IMPORT_FILE_PROCESS id FK01_AFLS_IMPORT_FILES_PROCESS_LOG