The batch level tracking of records is a new feature of Sender and Receiver. Batch level tracking is explained in the following steps:
- Data transfer of tables occurs through batches.
- In the Sender interface, the direction group queue must be active and schedule must be enabled.
- The FMS_TRANS_LOG table on the ship side in FIDELIO schema and on the shore side in FCONSOL Schema contains the information for the transferred tables.
- The Status column in FMS_TRANS_LOG table signifies the following:
- status=7 signifies the table has been transferred successfully.
- status=8 signifies the table transferred has been failed.
- The Batch ID of the records with status=7 in FMS_TRANS_AUDIT table are the records which transferred successfully and status=8 are the records with errors in FCONSOL schema.
- In the FMS Desktop application you can view batch level transfer error log on Transfer Log Grid With Status 8 screen and Transfer Audit Grid for viewing the record level error.