I have an interface between two systems that is somewhat working and I can’t figure out what is wrong. I have a kornshell script setup to ftp to the sending server and pick up a file. That files gets put in a directory on Cloverleaf. Five minutes later I have a second kornshell script that gets executed to look in the directory (the directory that the first script put the file in) for the file and then puts it on the receiving system. Once the file is put on the receiving system, it is then deleted from the directory (by the second kornshell script) on Cloverleaf. The message is put on the receiving system with no problem. When I look at the status of the inbound thread, I see a file is “pending”. There is only one file that is picked up (and only one file that is available for pickup), so, I am not sure why it is still showing a file “pending”. I have had to immediately turn off the outbound thread for this interface so that the file isn’t sent again. I wonder if the timing of the two scripts is what is causing this issue. Both threads are fileset-Local. Does anyone have any idea what may be the issue here? Maybe I need to shorten the timeframe between the two scritps’ execution. Thanks, Ariba