xml - BizTalk Receive port produces extra, empty files -


i running onto repeated issue biztalk. have as2 receive location who's job accept xml file biztalk send port can pick , pass stored procedure reads our database. send port has single filter: bts.receiveportname == "receiveportname", files should passed files single receive port.

however, every file our client sends up, file first processed without error, followed second, empty file no content being passed receive port. obviously, throws database error when stored procedure runs, causes send port suspend.

so every file get, "phantom" file must coming receive port, because send port can receive port. however, port should receiving client, insists not sending second file. stuck in mental loop of trying track coming from.

any ideas on how can track this? has run before?

this normal, empty message created biztalk - assume - trigger mdn internally.

use filter: isas2payloadmessage = true

see msdn: as2 context properties


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -