Automating email notifications in case of outbound failures

Hi,

How can we automatically send error notification in case a file (outbound) is not send to the partner over http/https through TN may be because of the partner site being slow/down.

Also, is there any way we can automatically send error notification in case we dont receive MDN back from the partner after sending the outbound file to the partner

When partner is down we get the error message and the same will be stored in the DB. Write a scheduled service to check the TN Tables, if any error, send out the notification.

For your 2’nd query: MDN can be received in delay/late, if we have any time limit to receive the same then we can the mail notification stuff as above.

Regards,
Sam

Thanks Sam…