Trading Networks 10.7 | Administering and Monitoring B2B Transactions | webMethods Module for EDI | Generating Acknowledgments | Determining How Module for EDI Reports FA Status | logicalErrorStatus Parameter
 
logicalErrorStatus Parameter
The logicalErrorStatus input parameter to the generateFA service indicates how you want the service to report the logical error status. The logical error status indicates whether the transaction, group, or UN/EDIFACT interchange is malformed. For example:
*The control number in a header does not match the control number in the corresponding trailer.
*The segment count in a trailer does not have an accurate group, transaction, or segment count.
The following table describes the values of the logicalErrorStatus input parameter and their meanings:
Set logicalErrorStatus to...
To have the generateFA service...
Rejected
Report the logical error status as:
*"Accepted" when there are no logical errors
*"Rejected" when there are logical errors
Use this setting when you want to reject the element (for example, transaction) because of logical errors.
Accepted, But Errors Were Noted
Report the logical error status as:
*"Accepted" if there are no logical errors
*"Accepted, But Errors Were Noted" when there are logical errors
Use this setting when you want to know whether there were logical errors but do not want to reject the element (for example, transaction) because of logical errors.
Accepted
Always reports the logical error status as “Accepted” regardless of whether there are any logical errors.
Use this setting when you do not want to check for logical errors.