Table of Contents

Search

  1. Preface
  2. Informatica Managed File Transfer Welcome Overview
  3. Dashboard
  4. Resources
  5. Workflows
  6. Task Reference
  7. Services Overview
  8. Users
  9. Logs and Reports
  10. Encryption
  11. System
  12. Appendix
  13. Glossary Terms

AS2 Task Output

AS2 Task Output

The following attributes are populated during the execution of an
AS2
task. These attributes contain a wide range of useful information like the status code of the receipt, the number of files sent and more. Subsequent tasks can access this information using the ${variableName:attributeName} syntax.
For example, to get a File List variable with the files sent to the AS2 server you would specify ${variableName:processedSourceFiles} where variableName is the identifier you specified in the Output Variable attribute on the AS2 Task. By referencing the main variable, ${variableName}, all attributes will be printed and can be useful when sending an email notification or printing the summary of all attributes to the job log.
Attribute Name
Description
messageId
The unique ID for the AS2 message.
httpStatusCode
The returned HTTP status code, which is a whole number.
httpStatusMessage
The message text associated to the HTTP status code.
numFilesSent
The number of files sent in the message, which is a whole number.
processedSourceFiles
A File List containing a list of files processed.
receiptMessage
The text of the receipt returned by the AS2 server. If a receipt was not requested, an empty string will be returned.
receiptStatusCode
The disposition type and disposition modifier found in the receipt, if one exists. The receipt status will contain values like 'processed', 'failed', 'processed/error' and more.
receiptStatusMessage
The disposition modifier extension provided in the receipt, if one exists. This value may contain additional information about the status of the receipt. For example, 'insufficient-message-security'.
receiptFile
A Local File variable referring to the receipt that was written when the Receipt Destination is set to "file".
sentMic
The calculated message integrity code (MIC) of the sent message.
returnedMic
The message integrity code (MIC) returned in the receipt. If the receipt content MIC is not present, an empty string is returned.
receiptSignatureAlias
The alias of the certificate in the Trusted Certificate Key Store that was used to verify the authenticity of the receipt signature. If a signature isn't present or the signature is not trusted, an empty string is returned.

0 COMMENTS

We’d like to hear from you!