Questions tagged [tibco-business-works]

TIBCO BusinessWorks is an immensely powerful business process automation tool, enterprise integration product. It enables developers to create new services, model their business processes and integrate applications.

Automation of business activities is a goal that many organisations strive for but never really achieve.

TIBCO BusinessWorks aim is to provide a means for applications to interact in order to vastly increase the amount of integration between business applications and thus automate processes where it simply wasn't possible in the past.

The core of the system is the engine that drives the execution of the various processes. This engine is controlled via rules that you define via the GUI-based user interface.

TIBCO BusinessWorks - the ‘adaptors’ that exist to allow it to communicate with external applications. Many of these are application-specific, such as the interfaces to JD Edwards, SAP, PeopleSoft, Remedy, Siebel et al, but many are simply implementations of protocols (HTTP, LDAP, SMTP, SNMP, SOAP, TCP/IP, etc) which give you the basis upon which you can build your own connectors. Say, for example, that the API to your CRM system is based on an IP socket, with requests and responses presented in XML structures; BusinessWorks does all the nasty IP control for you, and can parse and unwrap the XML in order to extract the data. The list of connectors runs to two pages in the brochure and as far as the application-specific items go, the big names are pretty well covered in fields such as ERP, CRM, relational databases, GIS, trading systems and financial services packages.

Reference: Techworld

162 questions
13
votes
2 answers

What is the development environment for TIBCO Business Works?

I see all these job posts for TIBCO developer but from tibco.com I couldn't really dig what a developer does codewise on this platform because that is geared more towards endusers. Is it a JAVA based platform?
Andrei Draganescu
  • 387
  • 1
  • 2
  • 10
4
votes
0 answers

Automated delivery and deployment for TIBCO BusinessWorks 6.x

We're trying to define a SDLC for BusinessWorks 6.x applications. We are mostly a Java shop, so our classical SDLC involves Jenkins, Maven and Artifactory. We have started recently to build adapters for a SOA project based on BW6 and we would like…
Mithfindel
  • 4,553
  • 1
  • 23
  • 32
3
votes
1 answer

Unable to access REST service deployed in docker swarm in AWS

I used the cloud formation template provided by Docker for AWS setup & prerequisites to set up a docker swarm. I created a REST service using Tibco BusinessWorks Container Edition and deployed it into the swarm by creating a docker service. docker…
3
votes
2 answers

Missing operation for soapAction "" and body element "" with soap version 1.1 BW6

I'm invoking Soap service via invoke activity with a reference binding, in the binding tab I'm using soapui Mock parameters (host, port : in the http client and URI), when debugging I'm facing this error : [Fatal Error] :1:1: Content is not…
Ft Lemm Lu
  • 31
  • 1
  • 1
  • 3
3
votes
2 answers

Difference between ThreadCount and StepCount in TIBCO BW Engine

Can anyone explain me the difference between StepCount and ThreadCount property of TIBCO BW Engine . I had tried to understand through TIBCO docs but unable to understand. So, Please if anyone can explain me this would be great . Thanks in advance.
T14h1r
  • 79
  • 10
2
votes
1 answer

SSL handshake failure: When connecting to TIBCO ActiveMatrix BusinessWorks 5.7.2

TIBCO version - TIBCO ActiveMatrix BusinessWorks 5.7.2 Problem: I am the consumer of the TIBCO server, getting SSL handshake failure. I have tried the following openssl commands to see if it can accept connections. Below are my results: openssl…
2
votes
1 answer

How do I open a localhost port for TibcoBW6 REST app

I have created a simple TibcoBW6 REST api that compiles and runs successful. The console logs indicate that the application is running but I try to invoke the api on Postman I get no response. Telnet the port also can't connect. I don't know…
MbaiMburu
  • 875
  • 1
  • 10
  • 19
2
votes
1 answer

Renaming Global Variable Without Breaking Reference

Is there a way to rename a Variable or Variable Group without breaking the references it already have in Tibco Business Works 5.x. Thanks.
RED
  • 21
  • 3
2
votes
1 answer

Call C funcion from Tibco bw6

I have existing C program which i want to call from tibco bw6. Is there any direct approach, like bw allow to invoke java code. One possible solution is to use java invoke and jni. Direct call will be more preferable if possible
MRAgrawal
  • 123
  • 1
  • 10
2
votes
1 answer

TIBCO BW6 custom function with dateTime return type

I'm building a custom function for BW6 that should parse ISO 8601 formatted string to a dateTime object. So far I have built this function: @XPathFunction(helpText = "Parse a ISO 8601 datetime string", parameters = { …
Johan Vergeer
  • 5,208
  • 10
  • 48
  • 105
2
votes
0 answers

Amount value comparison rule produces inconsistent results - Drools

I inherited a program that uses drools api to run SettlementMessage objects against drl rules files defined. This program was running consistently for about 8 years in production. We now have been asked to move from Solaris SunOS to IBM AIX machines…
Slava V
  • 21
  • 1
2
votes
2 answers

Topic subscriber connection in Tibco

I have a process that starts with a topic subscriber. What happens with a topic subscriber in Tibco if the EMS server shuts down? I guess it will reconnect. But how many times or for how long it will try to reconnect?
Adrian Ber
  • 20,474
  • 12
  • 67
  • 117
2
votes
2 answers

Running a script in EMS

I tried to get the ACLs of Q n Topics but one by one. Can we run a script in EMS to get the ACLs of required queues r topics into a file.? Thanks in advance. Regards, Vijay
user2094955
  • 37
  • 1
  • 6
2
votes
2 answers

Testing JMS Topic Subscriber in Tibco

I would like to test a process in Tibco Designer, that starts with a JMS Topic Subscriber. I would invoke that process and then call a JMS Topic Publisher. The problem is that the Call Process activity cannot invoke a process that starts with a JMS…
Adrian Ber
  • 20,474
  • 12
  • 67
  • 117
2
votes
1 answer

How to set the format of a reply to a REST service in BW6

I'm new to BW6 (v.6.3.1) and I'm playing around with it's REST features. Currently I'm building a very simple echo service to figure out how it processes parameters etc. One of the things I've noticed is that I can specify multiple Reply Client…
Deddiekoel
  • 1,939
  • 3
  • 17
  • 25
1
2 3
10 11