Module for AS4 Version 10.1.May 2019 | Understanding and Using webMethods AS4 Module | Installing and Using AS4 Module | Logging and Error Handling | Error Codes for AS4 Agreement Update
 
Error Codes for AS4 Agreement Update
0001.8000 [AU] Encounterd error during the start-up of the WmAS4AU package. Error details: {0}
Explanation:  An error occurred while starting the WmAS4AU package.
Action:  See the error message for details, fix the reported issue, and restart Integration Server.
0001.8002 [AU] Failed to load pmode for sender id {0}, receiver id {1}, and agreement ref {2}.
Explanation:  An error occurred while loading pmode using the input provided.
Action:  Ensure that the TPA is configured with the input specified or specify correct input.
0001.8003 [AU] Encountered validation error while generating {0} message. Parameter {1} is required.
Explanation:  An error occurred while generating the AU message because the mandatory parameter {1} is not configured.
Action:  See the error message for details, type the value of parameter {1}, and execute the service again.
0001.8004 [AU] Encountered validation error while generating {0} message. Parameter {1} should not be empty.
Explanation:  An error occurred while generating the AU message because the parameter {1} is empty.
Action:  See the error message for details, type the value of parameter {1}, and execute the service again.
0001.8005 [AU] Validation error for TPA with AgreementID {0}. Parameter value configured in 'businessInfo/action' is incorrectly set to {1} when 'businessInfo/Service' is {2}.
Explanation:  An error occurred while validating the TPA because the parameter 'businessInfo/action' is incorrectly configured.
Action:  In the specified TPA, configure the appropriate parameter.
0001.8006 [AU] The bizdoc and message input parameters are missing. Either bizdoc or message is required.
Explanation:  The required input parameters are missing.
Action: Ensure that either the bizdoc or message input parameter is specified.
0001.8007 [AU] fromParty, toParty, and pmodeId input parameters are missing.
Explanation:  The fromParty, toParty, and pmodeId input parameters are required when the AU message is processed for validation.
Action: Specify the required parameters when the AU message is passed as string in the message for validation.
0001.8008 [AU] Unable to retrieve request bizdoc for the input response message validation.
Explanation:  Request bizdoc is required for the response message validation.
Action: Ensure that the request bizdoc is available for validating the response message.
0001.8009 [AU] Cannot recognize the message type.
Explanation:  Message type is not recognized as an AU message.
Action: Specify a valid AU message.
0001.8010 [AU] Schema validation failed for the AU message. Details: {0}
Explanation:  AU message is not valid as per schema.
Action: See the error message for details, fix the reported issue.
0001.8011 [AU] Encounterd error while retreving bizdoc using internalId {0}.
Explanation:  An error occurred while retrieving the bizdoc from database.
Action: See the error message for details and fix the reported issue.
0001.8012 [AU] Encounterd error during agreement update validation or processing for certificate. Pmode parameters legs/security/enableSecurity, legs/security/x509/sign/enableSign, and legs/security/x509/encrypt/enableEncrypt are disabled in leg.
Explanation:  An error occurred during certification validation or processing due to disabled legs/security/enableSecurity, legs/security/x509/sign/enableSign and legs/security/x509/encrypt/enableEncrypt Pmode parameters. These parameters must be configured.
Action: Configure the parameters in the TPA.
0001.8013 [AU] Encounterd error during agreement update validation or processing for certificate. Pmode parameter legs/security/x509/sign/certificateId and legs/security/x509/encrypt/certificateId are not configured in leg.
Explanation:  An error occurred during certification validation or processing due to missing configuration for legs/security/x509/sign/certificateId and legs/security/x509/encrypt/certificateId Pmode parameter. These parameters must be configured with correct values.
Action: Configure the parameters in the TPA.
0001.8014 [AU] Processing failed due to a missing bizdoc input parameter.
Explanation:  Processing of the request or response message failed due to a missing bizdoc input parameter.
Action: Specify a valid bizdoc input parameter.
0001.8015 [AU] Error encountered while parsing message. Agreement Update message contains multiple payloads.
Explanation:  Message with the Agreement Update should contain a single Agreement Update/Termination payload.
Action: Ensure that the message has a single Agreement Update payload.
0001.8016 [AU] Processing failed. X509Data is either missing or present more than once.
Explanation:  Processing failed either because X509Data is missing in the message or is present multiple times.
Action: Ensure that the message has only one X509Data.
0001.8017 [AU] Agreement Update Request either does not have a specialization for the UpdateRequest abstract element or has a wrong specialization as substitute.
Explanation:  As the UpdateRequest is an abstract element, the initiator must use a non-abstract element that substitutes the abstract element.
Action: Provide the correct specialization for the abstract element in the input message. For example, the Certificate Update Request is a specialization of the Agreement Update Request to update the X.509 certificates.
0001.8018 [AU] Processing the message has failed because the ds:X509Certificate is missing.
Explanation:  Processing the message has failed because the ds:X509Certificate is missing in the request message.
Action: Ensure that the request message has the correct ds:X509Certificate element.
0001.8019 [AU] Processing failed. Unable to retrieve message from bizdoc.
Explanation:  Failed to extract payload from bizdoc either due to improper or missing information.
Action: Ensure that the processed bizdoc has correct payload information.