Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

[EDI] - Sending Message to Sending comp.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • [EDI] - Sending Message to Sending comp.

    Hello I'm working on an EDI project right now. For the time being, the data being transferred is mostly intercompany, but in the future could be received from outside companies. What I would like to know is does anyone have a way to send a message back to the sending company saying that "The transmission was successful" or any other type of message? This is muli-plaform, but I am only receiving on an AS/400 right now. I can get data from NT, AS/400s, UNIX, etc. It would be ideal if I could send a copy of the report generated to the sending company. We are using FTP right now for data transmission. I'm not looking to buy anything, and I don't mind hackin out some killer apps to do this on the AS/400 side of things. Thanks for any input. HREF="http://prairie.lakes.com/~bvstone/"> SRC="http://prairie.lakes.com/~bvstone/images/sig.gif">


  • #2
    [EDI] - Sending Message to Sending comp.

    I should have mentioned that the solution would have to be for V3R2 and up. SRC="http://prairie.lakes.com/~bvstone/images/sig.gif">

    Comment


    • #3
      [EDI] - Sending Message to Sending comp.

      On Monday, October 12, 1998, 01:42 PM, Bradley V. Stone wrote: Hello I'm working on an EDI project right now. For the time being, the data being transferred is mostly intercompany, but in the future could be received from outside companies. What I would like to know is does anyone have a way to send a message back to the sending company saying that "The transmission was successful" or any other type of message?... It would be ideal if I could send a copy of the report generated to the sending company. We are using FTP right now for data transmission. I'm not looking to buy anything, and I don't mind hackin out some killer apps to do this on the AS/400 side of things. Thanks for any input. SRC="http://prairie.lakes.com/~bvstone/images/sig.gif">

      Bradly, You could send an E-mail with an attachment using the QZMFCrtTMailMsg API. This works from V3R1 on up. You might also be able to use SNDDST, but you would have to set them up in SNADS first. David Morris

      Comment


      • #4
        [EDI] - Sending Message to Sending comp.

        On Tuesday, October 13, 1998, 08:55 AM, David Morris wrote: Bradly, You could send an E-mail with an attachment using the QZMFCrtTMailMsg API. This works from V3R1 on up. You might also be able to use SNDDST, but you would have to set them up in SNADS first. David Morris I thought about using email, but if it is an outside vendor, that won't work. I have been thinking about simply ftping a file back to the company.. seems like the most generic way. Thanks for you suggestion! HREF="http://prairie.lakes.com/~bvstone/"> SRC="http://prairie.lakes.com/~bvstone/images/sig.gif">

        Comment

        Working...
        X