Hi,
I am facing a serious concern. I accept Batch input files. Need to split them, Map them and send the XML Outputs. I am using a Receive Pipeline (Flat File Disassembler). My Input file is a mix of delimited and positional records.
Everything works fine till one scenario. When I copy 2 or more invalid inputs in the receive location simultaneously. They get submitted and throw the required errors. But they dont get removed from the Receive Location (the advanced settings for removing files are kept default). As the files are not removed from the Receive Location Folder, after the default polling interval the files are again being submitted to BizTalk and errors are thrown periodically. Its a major concern. In between when I place Valid inputs (any number of them simultaneously) they are picked and removed. But everytime I place an invalid file, it gets submitted to BizTalk , but not removed from the folder.
I am not sure of how to handle this, but its very important for me to handle this issue.
Thanks in Advance.