I was afraid that was the answer. The external system client only connects to one ip at a time and is limited to one ip connection. Originally I wanted to process the data on all nodes. Can I use an RPG within the cluster with the primary as the source? Is that possible?
Thanks for your help Paul Sent from my iPad > On Mar 8, 2016, at 3:33 PM, Mark Payne <[email protected]> wrote: > > Paul, > > You mentioned that PutFile is running on Primary Node only. Is the FlowFile > queued on one of the other nodes? You can generally check this by > right-clicking > on the connection and clicking "List Queue" (assuming that you're running > 0.5.x). > > Generally, you would run a Processor as Primary Node only for source > processors. > Is there a reason that you want to run the PutFile only on the primary node? > > Thanks > -Mark > > >> On Mar 8, 2016, at 2:50 PM, Paul Hadrosek <[email protected]> >> wrote: >> >> I have a PutFile processor in a cluster that is configured as a primary >> node. I have a external system looking at that directory and sending a >> response back to a receive directory. When I run my file through it is >> queued right before the PutFile processor. My question is Why is the >> flowfile queued? >> >> Thanks >> >> -- >> Paul Hadrosek >> Principal Solutions Architect >> iNovex Information Systems >> >> >> http://www.inovexcorp.com >> [email protected] >> ------------------------------------------------------------------------ >> >> >> The information contained in this message may be privileged, confidential, >> and protected from disclosure. If the reader of this message is not the >> intended recipient, or any employee or agent responsible for delivering this >> message to the intended recipient, you are hereby notified that any >> dissemination, distribution, or copying of this communication is strictly >> prohibited. If you have received this communication in error, please notify >> us immediately by replying to the message and deleting it from your computer. >> >
