Monitoring Helper Service

Monitoring plays a crucial role in integration flow because in OIP we regularly perform API-based connections, DB connections, and FTP/SFTP connections, and keep fetching and posting the data from the source to the target. Therefore, sometimes we encounter errors such as technical errors, which are connection issues, network traffic issues, thread allocation issues, and server downtime.

The other type of error is business errors, which are invalid IDs, mismatched date formats, and data not found issues. Whenever an error occurs, we should take action and resolve it by checking if there is any data loss or if the I-flow stopped in between running. We can monitor the following table list-wise to identify and resolve errors.

Last updated