Recently faced an issue where we were getting an error only when we received similar files at the same time , when the message was replayed again individually it worked fine and also in the dev box it worked fine.
Basically it was very inconsistent and we were unable to recreate it.
Ultimately the issue turned out to to be the use of static variable in the pipeline component.
One thought on “BizTalk Pipeline Component- Careful with static variables”