mqsicreatebar“无法添加到 BAR 文件,因为它不包含任何输入节点”

发布于 2024-12-11 06:49:12 字数 411 浏览 2 评论 0原文

我正在使用 Websphere Message Broker Toolkit 7 并尝试创建自动栏构建。

在运行以下命令时,我收到以下错误:

mqsicreatebar -data C:\temp -b test.bar -cleanBuild-p "CDC Adaptor" -o "C:\temp\UpdateQueryTime.msgflow"

ERROR: Resource UpdateQueryTime.msgflow cannot be added to the BAR file because it does not contain any input nodes.

我在其他地方看到过这一点,但我尚未找到解决方案。我可以看到该流程包含一个输入终端节点。

问候,

萨帕托斯

I'm using Websphere Message Broker Toolkit 7 and am trying to create an automated bar build.

whilst running the following command I'm getting the following error:

mqsicreatebar -data C:\temp -b test.bar -cleanBuild-p "CDC Adaptor" -o "C:\temp\UpdateQueryTime.msgflow"

ERROR: Resource UpdateQueryTime.msgflow cannot be added to the BAR file because it does not contain any input nodes.

I've seen this mentioned elsewhere however I've not yet found a solution. I can see that this flow contains an Input Terminal node.

Regards,

Sapatos

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

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

发布评论

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

评论(1

清风无影 2024-12-18 06:49:12

除了“构造”组中名为“输入节点”的输入节点之外,您是否还使用其他输入节点?如果没有,你必须这样做。

每个顶级流(相对于子流)都需要一个能够启动其执行的输入节点,将执行实例分配给执行组进程中的线程。能够执行此操作的节点示例有:MQInput、SOAPInput、HTTPInput 和 JMSInput 节点。如果顶级流包含至少一个具有上述节点之一的子流,则也可以部署顶级流。

问候

-Shrein

Are you using an input node besides the one named "Input node" inside the group "Construction"? If not, you must.

Each top level flow (as opposed to sub-flows) requires an input node that is able to start its execution, allocating the execution instance to a thread in the Execution Group process. Examples of nodes able to do that are: MQInput, SOAPInput, HTTPInput and JMSInput nodes. The top level flow could also be deployed if it contains at least one sub-flow with one of the aforementioned nodes.

Regards

-Shrein

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