Error codes explained

The error codes described below assume that you have a PEPPOL Access Point managed by Tickstar. If you receive a NACK (negative acknowledgement) for a PEPPOL transaction it will contain a status code (500) and error code(s) with description(s).

Below are the error codes currently in use. The table suggests what action(s) you should take to resolve a specific issue.

Error codeError descriptionRecommended action
501PEPPOL Error from receiving Access Point as follows.\r\nGeneral Error: ${customData}\r\nAction: ${customData}\r\nFaultCode: ${customData}\r\nFaultString: ${customData}\r\nDetails: ${customData} 
504A payload MUST be of valid XML and have contents. Found payload with (${customData} bytes) content. 
505There MUST be exactly one payload in a request. Found (${customData}) payloads. 
507The supplied payload could not be parsed as valid XML. Pleasy verify that the payload is valid. 
508Failed to relay WS SendRequest to PeppolBridge QueueInterface. 
509Received JMS message was not of expected type TextMessage. 
510Failed to unmarshall contents [${customData}] to type [${customData}] 
511Failed to marshall contents from type [${customData}]. 
601The participant is not known in the SML. Generated SML URL did not resolve, either the provided participant identifier does not exist in the SML or the SMP where participant belongs is unresponsive.
  1. Make sure that the RecipientIdentifier used in the envelope is correct. Perform an Particpant Lookup to verify it.
  2. If the file was intended for a Norwegian receiver, check the current status of Elma, the Norwegian SMP.
  3. Re-send the file.
  4. If re-send fails, the SMP where the participant is registered or the SML most likely suffer a temporary disruption. If it is a file to a Norwegian receiver and the status of Elma is OK (see paragraph 2 above), then an SML disruption is the probable cause. Then, wait a few minutes and re-send the file.
602Transport profile could not be matched in SMP lookup. Participant-, Document- and ProcessIdentifier were all matched, but requested transport profile not present.Correct the transport profile in the envelope of your file you sent. 
Re-send the file.
 603Process identifier could not be matched in SMP lookup. Participant- and DocumentIdentifier were all matched, but requested ProcessIdentifier could not be found.

Either the ProcessIdentifier in your file was incorrect or the reciever is not able to receive the document type you have tried to send.

Correct the ProcessIdentifier in your file or change to a document type that the receiver is capable of receiving.

Check here for a current list of PEPPOL document types and identifiers currently in use. 

Re-send the file.

 604Document identifier could not be matched in SMP lookup. Requested document identifier could not be found

Either the DocumentIdentifier in your file was incorrect or the reciever is not able to receive the document type you have tried to send.

Correct the DocumentIdentifier in your file or change to a document type that the receiver is capable of receiving.

Check here for a current list of PEPPOL document types and identifiers currently in use. 
Re-send the file.

 605Generation of the SML URL could not be completed. Either an unsupported encoding was provided or requested algorithm is not available.Check the encoding of the file you sent. It should be UTF8. 
Re-send the file.
 606Generated SML URL could not be used, seems to be malformed. 
 607An error occurred when connecting to SMP. Refer to stacktrace for more details.The SMP in which the receiver is located might suffer a temporary disruption. If you are sending to a Norwegian receiver, check the status of the Norwegian SMP Elma.
Re-send the file.
 608Error occurred when unmarshalling response from SMP. The response from the SMP did not contain data in the expected format.

The response from the SMP in which the receiver is registered could not be used to initiate a transaction to the receiver's Access Point. 
Re-send the file.

If the error persists, contact the admin of the SMP in which the receiver is registered.

609The SMP responded with an unsupported TransportProfile.This error msg is displayed when an incorrect schema type for the ProcessIdentifier (ProfileId) was used. This is applicable if you use the Envelope type "TransactionRequest" when exchanging files with GalaxyGateway.
620Unable to generate a port based on the receiving endpoint address resolved. 
700The receiving AccessPoint has rejected the transaction with error: The channel is full and not accepting messages for this destination 
701The receiving AccessPoint has rejected the transaction with error: The endpoint is not known for the receiving AccessPoint. 
702The receiving AccessPoint has rejected the transaction with error: There is a security error in processing this request. 
703The receiving AccessPoint has rejected the transaction with error: The recipient does not accept documents of this type 
704The receiving AccessPoint has rejected the transaction and reported an unknown internal server error. 
705The receiving AccessPoint has rejected the transaction with error. The cause is unknown since FaultCode according to specification was not used. 
706The receiving AccessPoint does not seem to be available, connection cannot be established. Tried connecting to [receiving access point url].Check if the receiving Access Point is online at www.galaxygw.com/peppol-ap-monitor. Re-send the file when the AP is online again.
707A communication problem occurred during exchange of transaction with receiving AS2 AccessPoint. 
708The response from the receiving AS2 server (${customData}) was empty and did not contain the mandatory MDN 
709Request failed with with status code = ${customData}, contents received (${customData} characters): \r\n\t ${customData} A negative MDN was received. Please re-send the file. If the error persists, please contact the receiving Access Point.
710Receiving AS2 server (${customData}) returned status code = ${customData}, MDN couldn't be parsed. Contents could be corrupt or failed to follow specification. 
711Receiving AS2 server (${customData}) did not include a Content-Type header in the response, MDN cannot be parsed. 
712Receiving AS2 server (${customData}) returned an unsupprted Content-Type header = (${customData}), MDN cannot be parsed. 
713Failed verifying the certificate used for signing MDN from AS2 server (${customData}). 
714Receiving AS2 server (${customData}) reported errors in the MDN. Please check custom error message: \r\n${customData}" 
800Expected AS2 Header \"${customData}\", but it was not found. 
801Disposition Notification Options could not be understood, received value = [${customData}]" 
802Could not parse disposition notification parameter. ${customData}" 
803Unsupported MIC algorithm. ${customData} 
804No understandable content type set for MIME message. ${customData} 
805Failed to parse attached MIME message, perhaps it is corrupt. ${customData} 
806This Access Point only supports AS2 version '${customData}', supplied version was '${customData} 
807Sending AP identified itself as '${customData}', but according to attached certificate the senders identity is '${customData}  
808Failed digesting a MIC value for this transaction. 
809Failed to extract DocumentIdentifier from SBDH. 
810Failed to extract ProcessIdentifier from SBDH. 
995Unhandled exception occurred when processing outbound AS2 transaction. Please contact support@tickstar.com with information regarding this transaction for a quick resolvement of this problem. ERRID=[${customData}] 
996Failed to persist incoming AS2 transaction. Please contact support@tickstar.com 
997Failed to receive incoming AS2 transaction. Please contact support@tickstar.com with information regarding this transaction for a quick resolvement of this problem.If you received this message when sending a file to yourself, please ensure that the envelope is complete and correct, visit https://www.galaxygw.com/support/payload-envelope for more information. 
998When sending an unhandled exception was thrown. 
 999During transaction with receiving access point an unrecoverable error occurred, retry policy enforced but failed as well.The receiving Access Point might suffer from a temporary disruption. 
Please re-send the file. If the error persists, contact the support/helpdesk/admin of the receiving AP by doing an Participant Lookup.


How did we do?