问题标签 [tibco-business-works]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
file - BusinessWorks 中的文件轮询器
在 BW Designer 中,File Poller 可以在安装 Designer 的本地服务器中查找文件。
但是,如果我希望文件轮询器查看另一台服务器而不是本地服务器,我看不到任何选项可以做到这一点。
有没有其他方法可以让我使用 File Poller 查看任何其他服务器并从该服务器而不是安装 Designer 的服务器轮询文件?
谢谢
tibco - AppManage 错误:无法创建调整过程
例如,当尝试使用 TIBCO TRA AppManage 部署 TIBCO BusinessWorks 项目时:
D:\projects\MyProject>D:\tibco\tra\5.7\bin\AppManage --propFile "D:\tibco\tra\5.7\bin\AppManage.tra" -deploy -ear build\MyProject.ear -deployConfig build \MyProject.xml -app /Projects/MyProject -user myuser -domain DEV -pw secret
部署失败并出现以下错误:
创建调整过程失败
swagger-ui - TIBCO BW6.3 和 Swagger UI 工具上的 RESTful Web 服务
我最近开始使用TIBCO BW6.3
我创建了一个调用另一个 SOAP Web 服务的 RESTful Web 服务,希望直到现在。
我想使用一个用户友好的工具,称为 Swagger UI,包含在 中TIBCO BW6.3
,以测试我的 RESTful Web 服务,当我启动我的应用程序(代表我的 RESTful Web 服务的进程)时,我在控制台中遇到异常,并且我无法访问 Swagger 界面!
控制台最后向我显示应用程序已成功启动的消息,但是当我尝试使用 Swagger UI 测试我的 RESTful Web 服务时,它不起作用!
以下是错误:
你能帮我解决这个问题吗,非常感谢。
tibco - TIBCO Business Connect 未启动
安装 TRA 5.9 后,我刚刚在我的机器上安装了 TIBCO BusinessConnect 6.2。安装后,当我尝试启动 BCEngine 时,总是失败,错误如下。之前遇到过这种情况的人可以指导我了解原因可能是什么。
错误 [BW-Core] BWENGINE-100001 com/tibco/bw/store/RepoAgentjava.lang.NoClassDefFoundError: com/tibco/bw/store/RepoAgentat com.tibco.pe.PEMain.a(未知来源)在 com.tibco。 pe.PEMain.do(Unknown Source)at com.tibco.pe.PEMain.a(Unknown Source)at com.tibco.pe.PEMain.(Unknown Source)at com.tibco.pe.PEMain.main(Unknown Source)引起:java.lang.ClassNotFoundException:com.tibco.bw.store.RepoAgentat java.net.URLClassLoader$1.run(Unknown Source)at java.net.URLClassLoader$1.run(Unknown Source)at java.security.AccessController。 doPrivileged(Native Method) at java.net.URLClassLoader.findClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader。 loadClass(Unknown Source)... 5 更多
我尝试重新安装,将域属性更改为具有不同的数据库存储。没有任何效果。此外,即使在浏览了管理员插件之后,我什至无法将 Business Connect 添加到管理员。
有谁遇到过这个?
azure - Subscribing to an Azure topic using TIBCO
How do I subscribe to a Microsoft Azure topic? What are the ways in which I can subscribe?
I do not have any control on the topic creation and messages sent to the topic, I need to subscribe to the topic and get the messages from the topic
The preferred option is from TIBCO, is it possible? How do I go about it? I am using Tibco BW. If not tibco, is it possible to build a Java application for the same?
Couldn't find much help on google with respect to the implementation using Tibco. Any pointers on the approach and possibility will be really helpful
http - 如何仅在 tibco bw 中捕获 HTTP 活动错误
在我的TIBCO
BW 项目中,我有一个进程,它有一些活动,如 mapper、http、jms 等,我也捕捉到了活动。但我想捕获由 HTTP 活动而不是其他活动错误创建的所有错误。请帮我解决这个问题。
tibco - 如何在 Tibco 数据库中安装适配器
如何为 Tibco 数据库安装适配器?我在哪里下载它?我正在使用 Designer verssão 5.7。
问候, R.佩雷拉
tibco - 覆盖 Tibco 中的全局变量以进行测试
在 Tibco 中覆盖全局变量以进行测试的最佳方法是什么?每当我启动测试仪时,我都想覆盖一些全局变量。
tibco - Catch - 在 Tibco 中重新投掷
我Catch
在 Tibco 设计师有一个活动。从这个我有一个过渡到 aCallProcess
和从CallProcess
其他两个过渡:Success with condition
到一个Rethrow
活动和Success with no matching condition
其他一些活动(假设ActivityA
- 可能是偶数Null
)。当我尝试在两者之间进行转换时ActivityA
,End
我得到了错误
这些活动无法连接:重新抛出活动必须在某个时间点之前有一个 Catch 活动。
为什么会这样?ActivityA
并且Rethrow
应该在不同的执行路径上。
实际上,我想要实现的是有一个基于某种条件的捕获是重新抛出异常或成功结束。
testing - 在 Tibco 中测试 JMS 主题订阅者
我想在 Tibco Designer 中测试一个以 JMS 主题订阅者开始的流程。我将调用该过程,然后调用 JMS 主题发布器。问题是调用流程活动不能调用以 JMS 主题订阅者开始的流程。
我想要实现的目标是否有类似的东西?
我知道可以加载和启动两个不同的进程,但我一直在寻找更自动化的解决方案。因此,如果我启动一个进程,这将照顾并启动其他所有进程。