BizTalk 监控警报

发布于 2024-12-18 20:14:43 字数 68 浏览 2 评论 0原文

我正在为我的组织寻找实现某些 BizTalk 监控的最佳方法,以便在消息挂起时通知我们。

这怎么能做到呢?

I'm looking for the best way for my organization to implement some BizTalk monitoring that will notify us when messages are being suspended.

How can this be done?

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

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

发布评论

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

评论(4

旧情别恋 2024-12-25 20:14:43

您是否看过此选项,它不仅有助于通知暂停的实例,您还可以查找任何状态,例如活动、准备运行、脱水等

http://blogs.biztalk360.com/what-is-biztalk-service-instances-suspended-active-schedule-etc-and-how-to-monitor-it/

Did you look at this option, it helps to notify not just suspended instances, you can look out for any states like active, ready-to-run, dehydrated etc

http://blogs.biztalk360.com/what-is-biztalk-service-instances-suspended-active-schedule-etc-and-how-to-monitor-it/

奈何桥上唱咆哮 2024-12-25 20:14:43

如果您的项目相当简单,也可以使用 BAM 和 BAM 警报完全在 Biztalk 中完成。一本好书是“Biztalk 2009 中的专业业务活动监控”,其中有一章“使用 BAM 监控 Biztalk 状态”。
简而言之,这就是您在基于简单路由的场景中所做的事情,其中​​您有一个接收端口、用于转换传入消息的编排/映射和一个发送端口。

  1. 为入站/出站属性定义 BAM 活动,例如文件名、接收(时间戳)、发送(时间戳)、消息 ID 等。
  2. 创建视图,然后部署 BAM 活动。
  3. 配置跟踪配置文件编辑器以开始监视端口并应用您的更改。
  4. 创建 BAM 警报,其中发送端口时间戳(已发送)为空,接收端口时间戳(已接收)为过去 1 小时内。
  5. 将订阅者添加到新创建的警报中。

这将提醒任何情况,即您已收到文件但即使在 1 小时(可配置)后也没有发送出去,这很可能最终会成为一条挂起的消息。

If your project is fairly simple, it is also possible to do it entirely in Biztalk, using BAM and BAM Alerts. A good book is 'Pro Business Activity Monitoring in Biztalk 2009' which has a chapter 'Monitoring Biztalk Status using BAM'.
Briefly, this is what you do for a simple routing based scenario, where you have a receive port, orchestration/map to transform the incoming message and a send port.

  1. Define a BAM Activity for Inbound/Outbound properties like filename, received (timestamp), sent(timestamp), messageid etc.
  2. Create views and then deploy your BAM Activity.
  3. Configure Tracking Profile Editor to start monitoring the ports and apply your changes.
  4. Create a BAM alert, where the send port timestamp (sent) is empty and the receive port timestamp (received) is in the past 1 hour.
  5. Add subscribers to the newly created Alert.

This will alert any situation, where you have received a file and did not send it out even after 1 hour ( configurable), which most probably will end up as a suspended message.

萌︼了一个春 2024-12-25 20:14:43

您可以使用 Power shell 脚本来获取 BizTalk 挂起消息的电子邮件警报。

https://gallery.technet.microsoft.com/scriptcenter/BizTalk- Suspended-Service-12f5342e

附加脚本将用于监视挂起消息。

You can use power shell script to get email alert for suspended messages for BizTalk.

https://gallery.technet.microsoft.com/scriptcenter/BizTalk-Suspended-Service-12f5342e

Attached script will be use for monitoring suspended message.

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