IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Error recognising EDI X12 850 from Postman

    Posted Wed March 18, 2020 01:36 PM

    Hi,

    I am learning how to use WM.io and I am testing sending X12 850 PO from Postman but WM.io B2B monitoring tool shows errors and message is Aborted.

    Some of the errors:

    • Partner test sent this document posing as Unknown.
    • The EDI qualifier: with ID: is not valid; check if the partner profile is set with the right identities.
    • Invalid data - [Unexpected segment: ~| GS~PO~111111111~22426158~20200518~1430~191154921~X~004010| S]
    • Inbound Control Number - , expect all decimal digits [EDIFTN.000010.000223]

    I’ve tried changing different things like using “|” for separating lines but still haven’t found the solution.

    EDI file is attached.

    Thanks.
    x12850test.txt (546 Bytes)


    #Integration-Server-and-ESB
    #webMethods-io-B2B
    #webMethods


  • 2.  RE: Error recognising EDI X12 850 from Postman

    Posted Thu March 19, 2020 05:14 PM

    Hi Jorge,

    Can you try this attached file and see if it helps cross those errors?

    Please post back the results!

    HTH,
    RMG
    x12850test_fixed.txt (507 Bytes)


    #webMethods-io-B2B
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: Error recognising EDI X12 850 from Postman

    Posted Fri March 20, 2020 08:33 AM

    Thanks rmg! Worked like a charm.

    Did you use any tool to format it or you did it manually?

    I only got this warning, though:

    pathName=/ISA/ISA06, errorCode=DT-STR005, errorMessage=[ISC.0082.9296] Length of value is not equal to specified length<<<

    Do you have any clue? I noticed receiver ID was 8 digit and changed it to 9 digits but still got the warning.

    Thanks,
    Jorge


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-io-B2B


  • 4.  RE: Error recognising EDI X12 850 from Postman

    Posted Fri March 20, 2020 01:43 PM

    Manually traced the root cause. Also you were missing this “>” sub-field delimiter (Mandatory) in the original file you have uploaded" I added to the file part of the fix.

    Glad to hear it worked out well.

    Please ignore that warning and continue with your EDI flow.

    Cheers!
    RMG


    #webMethods
    #Integration-Server-and-ESB
    #webMethods-io-B2B


  • 5.  RE: Error recognising EDI X12 850 from Postman

    Posted Mon March 23, 2020 09:41 AM

    The ISA/ISA06 field is a fixed 15 digit field. Make sure it’s that length. For example…

    ISA00 00 01987654321 01123456789 1610131141U002000000000010T:!


    #Integration-Server-and-ESB
    #webMethods-io-B2B
    #webMethods


  • 6.  RE: Error recognising EDI X12 850 from Postman

    Posted Mon March 23, 2020 11:43 AM