cancel
Showing results for 
Search instead for 
Did you mean: 

Received EDI AUTACK

JuanJanse
Participant
0 Kudos

Hello All,

Please help, I have an EDI Scenario INVOIC to Partner (Invoice signed + requested AUTACK) using the security module.

The partner is sending the AUTACK back to us over AS2. Once the AUTACK message is received it fails :

24.02.2017 16:58:10.016Information Message parsed with Default encoding: ISO-8859-15 24.02.2017 16:58:10.016InformationParsed UNB segment 87xxxx002901/14 to 900xxxx000001/1424.02.2017 16:58:10.016InformationParsed UNH segment AUTACK 1124.02.2017 16:58:10.016InformationUNA segment UNA:+.? 'UNB+UNOC:2+ found24.02.2017 16:58:10.017InformationTPM is enabled. Acknowlegement settings will be read from TPM.24.02.2017 16:58:10.017WarningUnable to get property: from CPA cache... proceeding with default24.02.2017 16:58:10.018ErrorMessage could not be forwarded to the JCA adapter. Reason: com.sap.aii.adapter.ediseparator.ra.integration.DispatchException: Message cannot be dispatched: No senderchannel matches the Message type AUTACK, Message version number 1, Message release number 1, Interchange sender identification 871xxxx002901, Interchange sender identification code qualifier 14, Interchange recipient identification 900xxxx000001, Interchange recipient identification code qualifier 14

this is part of the edi i received:

UNA:+.?' UNB+UNOC:2+8xxxx28002901:14+900xxxx000001:14+170224:1654+Exxxxx7722' UNH+ACK_90841+AUTACK:1:1:UN:EAN001' USH+5+Exxxxx727+2+1+6+2+1+1::TEST_xxxxx::9+2::xxxxxxxx2MWST::9++5:20170224:165428' USA+1:::16:1' USC+1991B9E117095823' USA+6:16:1:10:1+14:2048+12:Ù@ôTïêsëpÃlÐvXYgjQEÝpÓCPZÿÒëUzÐÙkUVM_låuñYpÝØcA]TÅdiÚÜUIuUÒGaågúÕÅLkoÁ^anYüâÃwéösÀKÏ[ÜiÎÒÒIubVvÐòchñÃçÜìÃîøâhzIüeåïÊÏRôËÔafk{hrhdòkÆ^Eæ{CËmÇæZösEMoúFÃÔgÂ`ëqlj@IdàÍFXãZghèÛMÔ\÷]JYÍõÎâÓJbhCçÃøÿeàæïäÉõ|wÕOÜSëfòÓâåNdãUcT[atøÕó|~×úàiwùÉÑî^íLçÝþùüZÀÝæQßÿáíò`vLEu|êvzúhWðÌÃÀlSÖwVXOXoOËäÓzdùóÇZ_RÔYzá[q+13:ðA@A' USB+1+5:20170224:165428+TEST_xxxxxx:14+CHExxxxxxxxMWST:14'

I would like to convert this AUTACK message to xml using the converter however i can not find the AUTACK message in the TPM content. This message type is also not in the supported message types defined in the b2b documentation.

Please can someone tell me how i can process the received AUTACK message.

Thanks in advance

Juan

Accepted Solutions (0)

Answers (1)

Answers (1)

mate_moricz
Advisor
Advisor

Dear Juan,

Since the AUTACK is not part of the standard content you need create a custom message for this. Check the following blogpost which can give you an idea on how to create custom messages:

https://blogs.sap.com/2014/02/23/b2b-scenario-creating-and-testing-custom-edi-message-version-ansi-x...

Regards,
Mate

JuanJanse
Participant
0 Kudos

Hi Mate, thanks for the time to answer.

Ok I get that the content does not exists and I know how to create new messages but what I don't get is the following:

We send an Invoice out using the security module (request AUTACK) supported by SAP.

localejbs/EdiSecurityModule

requireAUTACK = true

We you look into the message monitor there you will find the sent Invoice with 2 columns

1) B2B Technical Acknowledgement - MDN confirmation received (Green)

Validated - Synchronous, Positive MDN

2) B2B Functional Acknowledgement - AUTACK confirmation pending (Yellow)

Acknowledgement solicited from partner

So why is it that when the AUTACK is received that column "B2B Functional Acknowledgement" is not updated to green?

Why, if supported by SAP, I need to manually create the AUTACK message.

I simply want the received the AUTACK and update the waiting Invoice with the result of the AUTACK.

Do I need to create and additional ICO with a EDI Seperator sender channel type EDIFACT and select the messages dropdown AUTACK? I tried this but still with the same error message does not exist.

thanks in advance

Juan