I have an eWay with a Java Collab that pulls data from a view in Oracle and writes out the data through another eWay to a flat file. The only problem I have is I cannot stop the eWay from pulling the data from a view more than once. I cannot schedule a stop, because I do not know how long it will take to pull the data. Any suggestions on how to make it stop. The eWay that pulls the data is the triggering event to kick it all off.