File source Alert

The FileSourceHealthCheck feature is designed to periodically check the connectivity status of FTP and SFTP connections. It first checks the connection status and then verifies the file count in the /new directory. It also calculates the size of each file in the directory. If any file exceeds the maximum allowed size or if the count of files is more than the expected number, then it sends a notification email to the respective stakeholders.

Flow Chart

Prerequisites

  • For checking the ftp & sftp connection, In Client settings, it should be mentioned as a “CHECK_FILE_SOURCE_CONNECTIVITY” Key and the Value should be “YES”.

  • In ClientSetting we have add the stakeholders email details like from, to, subject, etc…

  • And also In the clientSetting add the channel connection, file count, file size notification email template

  • In the job_settings mention file type like “FTP_ADDRESS” & “SFTP_ADDRESS”, it has to be given the file directory path with username & Password with exact type case .

  • And also In the job_settings if it is required to specify the allowed file count as Integer

Last updated