Hi,
i am new to Biztalk, I need to create an orchestration that does the following
- Check the filename (flat file), if the filename contains “OUT” then move it to OUT directory else move it to “Other” directory.
Can somebody help me with this?
I have done the following
- Created a flat file schema (did not map any of the fileds within it)
- Create a RecievePipeline wiht flatfile disassembler
- Within an Orchestration, I did the following
- Created a Receive Port
- Created a Receive Message
- Put a Decide block
- I have 2 send ports based on the filename I assign ot 2 diif ports
- After doing the following, I deplyed the app in Biztalk, In the Recieve location If I set the “ReceivePipleLine” to “PassThrough”, I get an error “he published message could not be routed because no subscribers were found. This error occurs if the subscribing orchestration or send port has not been enlisted”. If I set it to “XMLTransform” the files get moved to the specific directory but the file is in the XML format.
Can somebody please help me with this?