mqsicreatebar“无法添加到 BAR 文件,因为它不包含任何输入节点”
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除了“构造”组中名为“输入节点”的输入节点之外,您是否还使用其他输入节点?如果没有,你必须这样做。
每个顶级流(相对于子流)都需要一个能够启动其执行的输入节点,将执行实例分配给执行组进程中的线程。能够执行此操作的节点示例有: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