Why is xit7mail not sending emails after package cast and how is Endevor sending the email to SMTP?
search cancel

Why is xit7mail not sending emails after package cast and how is Endevor sending the email to SMTP?

book

Article ID: 41419

calendar_today

Updated On:

Products

Endevor Endevor Natural Integration Endevor - ECLIPSE Plugin Endevor - Enterprise Workbench

Issue/Introduction

Using xit7mail and can't tell if the the emails are being sent or received.  What can be done to look and determine where the problem is (Endevor or SMTP).

 

Environment

All Releases

 

Resolution

The easiest way to determine who is having the problem sending or receiving emails using SMTP would be to run a foreground or batch job that has the trace - EN$TRNTF. 
 
Set up an allocate DD to your foreground session as follows:
ALLOC DD (EN$TRNTF) DA (MY.SMP.TRACE.DATSET) MOD

Make sure that the dcb setting are set as:

RECFM (FBA)
LRECL (133)
BLKSIZE (MULTIPLE OF 133)

To stop the trace:

FREE DD (EN$TRNTF)
 
If the trace contains information, it means that we have sent the data to SMTP.
If the trace does not have any information, then it is a Endevor problem.

Additional Information

Endevor Email Notification