Questions tagged [tibco]

Tibco is a software company that produces infrastructure and business intelligence software, most notably an event-enabling Enterprise Information Bus.

Tibco Software Inc. (Nasdaq:TIBX) is a software company, with headquarters in Palo Alto, California. TIBCO's products enable the real-time distribution of information through patented technology called The Information Bus™, or TIB®. Tibco’s main architecture is based on an information-bus oriented system concept. Whereas all the information that is used by the multiple systems passes through one information-bus. TIBCO commonly refers to this information-bus as the “TIB”.

Benefits of a TIB-based architecture include:

Easy to create new subsystems – TIB allows developers to create new subsystems, modify existing subsystems, and add new services without having to change the UI or a subsystem’s code.

Easy to move subsystems – A subsystem supplying data can be moved to other geographic locations without changing the subsystems that consume the information it supplies. This is important for fault tolerant operation where new subsystems can take over immediately upon the failure of another subsystems.

Easier to develop applications – Saves development costs and time because the developers can use a tested API for communications rather than have to design, develop, implement, test, and maintain their own infrastructure code.

Faster to develop – Developers can concentrate on applications and business requirements and not have to write and test an infrastructure. Applications will also be faster to develop because they will be linked into existing and well-tested libraries. Developers will not have to create code necessary for inter-subsystem connectivity

Easier to maintain – Personnel can concentrate on the application code. The middleware layers are enhanced and maintained by professionals who are specialists in that type of software

Easier to change – Changes will be easier to make to subsystems because they will be independent of their data sources and their data consumers

Highly scalable – The system will be far more scalable because subsystems and hardware can be added easily and quickly to meet new user demands.

Location transparency – The system cal exploit TIB’s subject based addressing to allow system components to be located dynamically, rather than being hard-coded. This supports a range of system migration needs.

Easier to monitor – The system can use TIB/Hawk for monitoring.

Error management – The system will be able to log and respond to system and business level errors by generating TIB-based notifications or advisories.

910 questions
0
votes
2 answers

Issue with classpath in Java project

I'm currently working on a Java project which uses Tibco rendezvous control. I have the tibrvj.jar file on my build path. But I'm not able to see the classes which are there in the package "com.tibco.tibrv". This package is in the jar which is on…
swapnil
  • 77
  • 1
  • 6
-1
votes
1 answer

TIBCO API Exchange Gateway Integration - External/Public API availability

Does TIBCO API Exchange Gateway expose external/public APIs (or an SDK) for integration?
Abdullah
  • 139
  • 3
  • 17
-1
votes
1 answer

TIBCO BW Convert to Title Case and Calculate age

I am doing a Tibco BW application that gets data from a DB and I need to make the first letter of all words into uppercase and calculate the age according to the birth date (column in the DB). I have NO idea how to do the date calculation. And for…
-1
votes
2 answers

Get file from FTP server to Tibco but Tibco access denied folder

enter image description here I want to get file from FTP server to folder DataSi but Tibco notification E:\DataSi access denied. Help Me Console notification: 15:31:49.681 ERROR [bwEngThread:In-Memory Process Worker-1] com.tibco.bw.core - …
-1
votes
2 answers

Error Failed to open properties file : AppManage.tra from Ant script

After building EAR file when i'm trying to extract XML file form the EAR i'm getting error [exec] Failed to open properties file : AppManage.tra
smit patel
  • 125
  • 1
  • 1
  • 8
-1
votes
1 answer

DataBase plugin in Tibco BW6

I try to install TIBCO ActiveMatrix BusinessWorks Plug-in for Database 8.3.1 from BW toolkit. I select the plugin from Available Software and seems that is installing(i don't get any error). After the installation, I expect to see the new…
-1
votes
1 answer

How to send a POST request via "Send HTTP Request" activity?

I am trying to send a POST request for some dummy API {https://dummy.restapiexample.com/api/v1/create}. In POSTMAN when I am hitting this api I am also using 2 headers as Name/Value pair and in the body I am passing some raw text, and I am able to…
Rudra Singh
  • 95
  • 2
  • 19
-1
votes
1 answer

TIBCO BW JMS Queue Sender

I am using JMS Queue Sender pallete to send message through MQ queue to an application which uses MQ interface to read the message and it expects ApplIdentityData and format = 'MQSTR' as part of the MQ header. Not sure how I can implement it in…
Rahul
  • 9
  • 6
-1
votes
1 answer

TIBCO Spotfire: Cars in service since 3 weeks or more

I have a table of vehicles at service locations showing columns such as DAY, LICENSE, BOROUGH etc. I'd like to add a cross table showing the number of vehicles that have been serviced for 3 weeks or more. I'm not sure what custom expression to…
-1
votes
1 answer

Conditionally scale values in a crosstable according to a category in Spotfire

I have a cross table where the rows are different companies. I'd like to scale one row in this crosstable by some factor. For example, say I have a column named "Company" containing strings like "FORD", "GMC", etc. In my crosstable, I'd like to…
cjohnson318
  • 3,154
  • 30
  • 33
-1
votes
2 answers

Parsing/Extracting the SOAP Body using Tibco Designer

I am receiving HTTP requests on a Tibco service using HTTP Receiver element, and I would like a way to extract or parse the Soap Body from the Request, without resorting to using the Soap Event Source element. Is there a way?
Peter
  • 648
  • 7
  • 26
-1
votes
1 answer

How to execute multiple records from one SOAPUI Request

I have a SOAPUI request. I need to execute multiple product id's from one request. We need to update it from SOAPUI. This is the request:
-1
votes
1 answer

Spotfire: Custom Expressions How to learn?

I am working with Spotfire and could not find a good documentation for custom expression. It is a bummer, since custom Expressions seem so mighty, but it has been a constant struggle by trial and error.
nvrslnc
  • 349
  • 1
  • 5
  • 17
-1
votes
1 answer

Products in PAAS environment

We have Pivotal Cloud Foundry and the apps are being migrated to cloud. The most Java based apps are easily getting migrated . But looks like PCF doesn't have Tibco for us to migrate our Tibco services. I am looking for various options to migrate…
devig
  • 7
  • 2
  • 7
-1
votes
2 answers

Alternate of sys_refcursor

What is the alternate of sys_refcursor. After 12c upgrade, the resultset of sys_refcursor is unrecognizable by mulesoft/tibco. Reading it as null
rajan.sngh
  • 453
  • 2
  • 5
  • 17