带文件适配器的BizTalk接收位置经常被禁用 [英] BizTalk Receive Location with File Adapter is getting disabled frequently

查看:73
本文介绍了带文件适配器的BizTalk接收位置经常被禁用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

接收位置"xyz"使用网址"\\xyz \ *。*"正在关闭。详细信息:"文件接收位置"\\xyx \ *。*"已经耗尽了网络重试次数。 "


这是生产服务器上,我手动去和再次开始其再次被自动diabled几分钟后该文件得到回升则位置




MBH

解决方案

在文件接收适配器禁用如果下列任一的接收位置发生:

- 文件接收适配器无法访问文件系统或网络共享上的接收位置,因为指定的路径不存在。对于网络共享,文件接收适配器会在所有重试尝试都用完后禁用接收位置。



- 文件接收适配器无法访问文件上的接收位置系统或网络共享,因为关联主机实例使用的帐户不具有该位置的读写权限。对于网络共享,文件接收适配器会在所有重试尝试都用完后禁用
接收位置。



- 名称长度超过256个字符的文件是在接收位置遇到。



决议

- 确保指定的路径或共享存在。


- 确保用作文件接收处理程序主机实例的登录帐户的帐户对指定的接收位置具有读写权限。



- 确保写入文件接收适配器监视的文件夹的文件没有超过256个字符的文件名。


因此,在您的情况下,您需要检查事件日志,为什么共享文件夹的连接是断开连接。



尝试使用 IP地址而不是服务器名称



我希望这能帮到你







The receive location "xyz" with URL "\\xyz\*.*" is shutting down. Details:"The FILE receive location "\\xyx\*.*" has  exhausted the network retry attempts. ".

This is on Production Server, I am going manually and starting the location again the file is getting picked then after few mins its again being diabled automatically.


MBH

解决方案

The File receive adapter disables the receive location if any of the following occur:
- The File receive adapter cannot access the receive location on the file system or network share because the specified path does not exist. For a network share, the File receive adapter disables the receive location after all retry attempts have been exhausted.

- The File receive adapter cannot access the receive location on the file system or network share because the account used by the associated host instance does not have read-write permission for that location. For a network share, the File receive adapter disables the receive location after all retry attempts have been exhausted.

- Files with names longer than 256 characters are encountered in the receive location.

Resolution
- Ensure that the specified path or share exists.

- Ensure that the account used as the Logon: account for the File receive handler host instance has read and write permissions to the specified receive location.

- Ensure that files written to the folder monitored by the File receive adapter do not have file names exceeding 256 characters.

So in your case you need to check event log why this the connection of your shared folder is disconnected.

Try to use the IP address instead of the name of the server

I hope this will help you


这篇关于带文件适配器的BizTalk接收位置经常被禁用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆