Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Receive Location Error – Removing of Files. › Re: Receive Location Error – Removing of Files.
Hi,
Thanks for the replies.
I am not very well versed with BizTalk. I find a lot of properties here related to the "error" mechanism. I am not sure of what to use. I will just explain the scenario, could you please help me identify the right property.
I am not using orchestration.I just have a receive pipeline ( flat file disassembler). I receive Input flat files periodically, they are present in batches. i need to split them. And I call the map(Outbound) in the send port. The filter condition I have given is "BTS.ReceivePortName == Receive Port". Can you suggest which Property I could use in the filter conditions and would it affect. Can you just give a reference link/example so I could learn more and implement it.
And to the Event Log. I only get the error related to the failure of the pipeline component, which keeps repeating after the polling period ( here every minute). I waited for a long time, atleast 25 minutes, then too the file doesnt get deleted. I am not sure of why this is happenening. I know the input has been submitted to BizTalk, else I must have not got the repetitive errors.
My invalid file inputs, 1. have missing records, double records (must not be there), and after the last record in the file, there are multiple CR+LF, which I am not able to suppress.
So I get 2 errors 1. Unexpected data found while looking for " " records. 2. Unrecognizable stream of data.
For the 2nd error I am not sure of how to make the Biz Talk to understand that after a Input record if I dont find any other record, end it.some suppressing property.
Thanks for the help.