开发者

BizTalk 2009 File Adapter Send with Append Locking Issues

开发者 https://www.devze.com 2023-03-15 09:24 出处:网络
We have some EDI files coming in to our BizTalk server that we drop off on a file share for processing by an end system.The files are dropped to the file share via a single File Send Port with a stati

We have some EDI files coming in to our BizTalk server that we drop off on a file share for processing by an end system. The files are dropped to the file share via a single File Send Port with a static file name. The files are delivered with the Append option set as the end system only collects the files once a day.

We're running with a single host insta开发者_如何学编程nce for the send port. The file share is located on a seperate server. When we go out to that server (Widnows 2008) and view the open files, we see two read locks on the file from the BizTalk host instance account. The messages are suspending in BizTalk with Access Denied messages. The files are written to the file share seperated by minutes and sometimes in the same minute. None of the files are large (all < 20K). This happens maybe once a week and happens on different file drop locations on the target server. Recycling the host instance does not release the locks. Ordered delivery doesn't help.

Any thoughts or input to solving the problem or troubleshooting would be helpful. Some things I have been considering:

  1. File adapter losing it's file handles?
  2. Anybody use append mode in the file adapter with no issues before?

Thanks!


As it turns out, this is a known issue with the BizTalk file adapter.

"This is an issue with the append option because Biztalk reads to end of the file before appending."

From the MSDN forums.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号