I have 2 sites. Each site has a process that uses the fileset_FTP protocol. Each of the two process (in the different sites) has a directory parse tcl proc that picks up the appropriate file to process from the same inbound directory. Each of the two processes in the different sites also have the same outbound directory. The processes work fine when only one file is queued, but if two files are queued (one for each of the processes in the two sites), one of the files fails to complete processing. Is there something I can do to get both files to process completely?