Error Monitoring

The error file captures all error records during the ingestion process and is uploaded to the relevant cloud storage. Users can log in to the respective cloud storage platform, navigate to the designated bucket created during installation, and follow these steps to access the error file:

  1. For the new_program API: a) Error files are stored in the "ingestion_error" folder within the bucket. b) Within "ingestion_error," there are folders for each program (named after the program_name). Inside these program folders, there is a sub-folder with the current date as its name. c) Users can access the current date folder, review the error files within, and download them to examine CSV errors.

  2. For the national_programs API: a) Error files are stored in the "emission_error" folder within the bucket. b) Inside "emission_error," a folder is created with today's date, containing the error files.

After identifying and rectifying errors, users should re-upload the entire file. Screenshots illustrating how to access error files are provided below for reference.

To get the count of processed records and error records GET /ingestion/file-status API can be used.

Last updated