已超出错误阈值。接收位置正在关闭

发布于 2024-12-29 20:15:34 字数 129 浏览 7 评论 0原文

我正在使用 SQL 适配器进行轮询......对于小记录轮询是成功的......但对于大记录我收到以下错误..

URL 为“”的接收位置“RcvSqlDataLoc”正在关闭。详细信息:“已超出错误阈值。接收位置正在关闭。”。

I am doing polling using SQL adapter......For small records polling is succesful......but for large recorde i am getting following error..

The receive location "RcvSqlDataLoc" with URL "" is shutting down. Details:"The error threshold has been exceeded. The receive location is shutting down.".

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡笑忘祈一世凡恋 2025-01-05 20:15:34

尝试在执行长时间运行的事务时检查 SQL Server 管理控制台是否存在死锁。如果您不需要事务,则端口配置中有一个选项可以自动将会话包装在事务中。您可以尝试将其关闭。

Try checking your SQL server management console for deadlocks while the long running transaction is executing. If you don't need a transaction there's an option in the configuration of the port for automatically wrapping the session in a transaction. You might try turning that off.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文