Mirth Connect 脚本重新处理错误?
我们必须检查并重新处理 Mirth Connect 中的连接类型错误。是否有可能在某个地方有一个脚本来重新处理这些限制?
- 无法重新处理变压器错误
- 当接口关闭时,无法继续重新处理连接类型错误
我正在考虑手动启动一个脚本,该脚本将遍历包含错误的提要并重新处理有效的连接类型错误。这可能吗?
谢谢你:)
托德
We have to go through and re-process connection-type errors in Mirth Connect. Is it possible to have a script somewhere that re-processes with these restraints?
- Can't reprocess Transformer Errors
- Can't keep reprocessing connection-type errors when interface is down
I was thinking of a script launched manually that would go through the feeds with errors and reprocess the valid connection-type errors. Is this possible?
Thank you :)
Todd
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您要存储消息,连接到 mirth 自己的数据库的数据库读取器实际上可以做到这一点。不过,您需要想出一个解决方案来防止这些消息无休止地重新处理。
If you're storing the messages, a database reader that connected to mirth's own db could actually do the trick. You'd need to come up with a solution to keep those messages from reprocessing endlessly, though.
Mirth 3.3 有重新处理选项检查它是否对您有用
Mirth 3.3 has reprocessing option check if its useful for you