The EFT Error File [ HP DeskManager Customization ] MPE/iX 5.0 Documentation
HP DeskManager Customization
The EFT Error File
The IPC file whose format is discussed here is used to describe the
identity of one or more MPE files that the EFT interface program has been
unable to bring into HP Desk. There is only one IPC Error file for EFT
per system and it will be pre-built by HP Desk.
The format of the EFT Error file is the same as the FSC Error File.
Refer to Chapter 13 for an example of an Error file. With both EFT
and FSC, a file containing a message too big for the current capacity of
the database will cause an entry in the appropriate error file. With
EFT, an entry will also be caused if a message is addressed to a mailnode
unknown to the receiving HP Desk computer.
The characteristics of the error files are the same as those given by the
MPE command:
BUILD ERRIPCIN.MAILDB.HPOFFICE;REC=-80,,F,ASCII;MSG
The fields in each record of the Error file are:
Entry type
COBOL PIC S9(4)
PASCAL smallint
1 in this field describes an HP Desk internal format serialized file.
Filename
COBOL PIC X(36)
PASCAL 36 chars packed
Name of MPE file containing messages.
Filler
COBOL PIC S9(4) OCCURS 5
PASCAL smallint times 5
Reserved for future use.
Gateway name
COBOL PIC X(8)
PASCAL 8 chars packed
This is not applicable to EFT.
Filler
COBOL PIC S9(4) OCCURS 3
PASCAL smallint times 3
Software level number
COBOL PIC S9(4)
PASCAL smallint
The version number of the EFT software that produced the files. The
number will increase with each release of the software.
Failed message number
COBOL PIC S9(4)
PASCAL smallint
This is not applicable to EFT.
Error code
COBOL PIC S9(4)
PASCAL smallint
This is not applicable to EFT.
Filler
COBOL PIC S9(4)
PASCAL smallint
Suppress message header indicator
COBOL PIC S9(4)
PASCAL smallint
This is not applicable to EFT.
Filler
Remaining bytes.
These are reserved for future use.
MPE/iX 5.0 Documentation