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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  File received by FTP is invalid

    Posted 02/06/20 03:43 AM

    hi ,

    i am trying to send an EDI file to our partner from TN thru FTP.
    they are receiving the file in their system but it is only showing the following lines int he document

    %bizdoc/Attributes/FlatFileContent%

    I am sending the proper EDI file - i see that in our MWS

    Can you pls let me know what might be problem

    Thanks in Advance


    #webMethods
    #edi
    #Integration-Server-and-ESB


  • 2.  RE: File received by FTP is invalid

    Posted 02/06/20 09:28 AM

    Hi,

    can you check the transfer mode for the FTP connection?
    Is it “send as text” or “send as binary”?

    Check if switchingg the mode solves the issue.

    Additionally check your code where you are sending the file, looks like you missed a checkbox named “Perform Pipeline Variable Substituion” somewehere.
    Or the variable is just empty, in this the variable name remains visible in the data.

    Regards,
    Holger


    #edi
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: File received by FTP is invalid

    Posted 02/07/20 03:54 AM

    Transfer mode is FTP connection .
    Looks like ther is an catch issue.
    when i trying from a different server it was working fine

    Thank you for the quick reply


    #Integration-Server-and-ESB
    #webMethods
    #edi


  • 4.  RE: File received by FTP is invalid

    Posted 02/07/20 05:23 PM

    Hello,

    Can you make sure the transfer mode is binary and also try with both Active/passive and see if your TP able to receive the editnv_data (EDIdata) appears from the TN service pipeline and examine pipeline doc content also closely and determine on the next steps before invoking the FTP put (bytes or stream).

    HTH,
    RMG


    #webMethods
    #Integration-Server-and-ESB
    #edi