gbernal
27th November 2003, 21:21
Hi Everyone:

We are setting up one send method for Purchase Orders with send protocol FTP. When we get the file the first time is ok, it is sent to Unix in a specific path and it remains there till we run the sesion Direct Network Comunication in BaaN EDI.

Before we run the sesion, We upload from B2B a second event for a Purchase Order using the same send method for a diferent user, but the lines for the last one are not add to the end of the file, in fact it is updated with the data of the last user.

We need all the users use the same file adding their data each time to the end file.

Can anybody give us some tip?

with best regards

gbernal & gcervant
DF MEX

t.leijdens
30th January 2004, 15:09
Hi,

sounds like you use the put command in your FTP script, this will replace the existing file. Try using append in the script and the new lines will be appended to your destination file.