TRANSFER Programming Manual
EXPORT-MSG
The XDIR Server
069138, Update 1 to 040970 Tandem Computers Incorporated E–13
EXPORT-MSG
(UOW Code 1004)
The EXPORT-MSG UOW tells the XDIR server of an encoded PDU entry for an
exported message that the Exporter has translated. The Exporter is ready to notify the
MTA of the message.
Although it takes significant effort for the user to modify this PDU store entry, this
UOW is included for users who need it.
Note
If you do not need this functionality, it is recommended that you disable this UOW with the SEND-
EXPORT-MSG field of the CAPABILITIES RSP.
*#PREFIX: uow-exm-
DEF EXPORT-MSG-UOW.
02 HDR type UOW-HDR.
*- value 1004.
02 PDU-ID type *.
02 X400-SYSTEM type *.
END.
*#PREFIX: rsp-exm-
DEF EXPORT-MSG-RSP.
02 HDR type UOW-HDR.
02 RETN-CODE type UOW-RETN-CODE.
02 RETN-CODE-DETAIL type UOW-RETN-CODE-DETAIL.
02 PDU-ID type *.
END.
HDR
is the UOW header. The UOW-CODE value is 1004.
PDU-ID (in UOW)
is the ID of the message's PDU store entry.
X400-SYSTEM
contains the information necessary for the XDIR server to open the correct PTS
processes and database in order to enter, retrieve, or alter data in the PDU store.
RETN-CODE
is the return code. 0 or a negative value indicates successful completion, while a
positive value indicates failure. It is recommended that the XDIR server return
one of the following values:
0 OK
4990 E-IO-TIMEOUT
5300 E-DONT-RETRY