Re: need to process same file from two application using file adapters

Home Page Forums BizTalk 2004 – BizTalk 2010 need to process same file from two application using file adapters Re: need to process same file from two application using file adapters

#23143

You’re looking at this the wrong way. You don’t want to have two biztalk apps trying to read the same file from the same location. Instead, just have the two applications bound (directly or indirectly) to the same receive port so that the BizTalk MessageBox routes the incoming file automatically to both of them. Example: You’d have two orchestrations whose logical receive ports are bound to the same file receive location you have.