I have a requirement to send a single file from a single FTP location to two different Target FTP locations as a passthrough interfaces. PI version 7.31
I thought of doing it through two different interfaces, both FTP to FTP keeping source same and destination differently
For First target (T1)Created dummy interfaces(Out/inbound) in ESR, created a configuration scenarion ,Sender and reciver FILE channels in ID, created an ICO.
For the second Target(T2) : can i use the same dummy interfaces as used in first while creating Sender channel?
can i use the same Sender channel as in first scenario to the ICO of Interface for second Target(T2)--> it gave error, same sender channel(IF FILE) channel can't be used to different Sender Agreements/Integrated Configuration Objects. So i copied the sender channel with a different name and used it in second Interface.
Reciever File channel obviously different for both cases with different server details and direcories.
My fear is, if i can go with this set up as we have two sender FTP channels polling on the same FTP directory, so possibility of lock issue and channel are operational on a mapping of one hour(first one 8to10 and second one 9to12, so 9 to 10 both channles poll simultaneously).
Please suggest any better way of handling this, or to resolve the lock issue ?could clusterSyncMode=lock help here?