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

How to store into Byte or Byte array

This message is coming from external system and this is coming as bytes, I have to use it in my Java code. I am taking it as a byte and converting to String. Can anyone help me to accept it as byte only instead of taking it to string and converting…
user3930361
  • 181
  • 1
  • 1
  • 9
0
votes
2 answers

Sportfire - display with external information

I recently use TIBCO Spotfire running with desktop version 6.5. For data display, I would like to know whether it is possible to display external information (web page or web-enabled content) in a tab with analysed data. For example, an analysis tab…
Graphite
  • 346
  • 3
  • 11
0
votes
1 answer

How to use tibco on event timeout starter process?

I am doing some POC's in tibco general palletes and came across onEventTimeout.By reading the docs it says The On Event Timeout process starter specifies a process to execute when a Wait For ... activity discards an incoming event due to a timeout.…
SpringLearner
  • 13,738
  • 20
  • 78
  • 116
0
votes
1 answer

Visualisation of cross tables in Tibco Spotfire

Is it possible to build a chart based on cross tables? The data table I import from Excel is already set as a cross table and I'm trying to visualize it as a line chart, but can't get how to set X-axis based on a row, not a column. For example, I…
user2538414
  • 25
  • 2
  • 7
0
votes
1 answer

Sorting Filter values asc/desc on Tibco Spotfire

How do i sort the values of a filter asc/desc in Tibco spotfire? I tried changing the MySQL query with ORDER BY for that specific column but that doesn't help?
Siva
  • 294
  • 1
  • 9
  • 25
0
votes
2 answers

javax.crypto.BadPaddingException when connecting to Tibco EMS with SSL

This topic is a continuation of previous case: How to setup JMS bridge to ActiveMQ on Weblogic 11g but now using Tibco as a source JMS bridge destination. I'm getting following error when trying connect to Tibco EMS from JMS bridge configuration…
Lukasz
  • 23
  • 1
  • 6
0
votes
1 answer

Error while executing buildear in UNIX

The buildear command is as follows : buildear -s -x /Archive/My_App.archive -o /app/Script_Sql/Jen_Workspace/My_App.ear -p /app/Script_Sql/Jen_Workspace/My_App The EAR is getting created but i am getting below error : Caused by:…
rohit k.
  • 128
  • 1
  • 14
0
votes
1 answer

Tibco +Spring JMS behavior with ErrorHandler on TransactionRolledBackException

I would like to clarify behavior of the Tibco bus (6.1) used via Spring (4.1) JMS config - with and without ErrorHandler specified, and for a specific case of the TransactionRolledBackException. I configure JMS listener with the "transacted" mode…
Marina
  • 3,894
  • 9
  • 34
  • 41
0
votes
1 answer

Tibco Administrator to Mobile Web App

Does anyone know if the TIBCO Administrator have API/Webservice/Rest API?. I'm planning to integrate tibco administrator features to a mobile web application. Thanks in advance.
0
votes
0 answers

Not All variables Bound Error in SQL prepaired statment in Tibco

I am using Tibco BW JDBC Query activity. My blow statment is running fine in SQL developer but not getting compiled as it gives an error "ORA-01008: not all variables bound" select (cast(fech2 as timestamp) - cast(fech1 as timestamp) )total from (…
SOAMad
  • 325
  • 5
  • 22
0
votes
1 answer

does tibco ems scale with more connections

I have a java server (jdk 1.6) that pulls in data from a tibco ems topic through one connection. I am starting to see a back log on being able to pull message from tibco. How well does tibco scale if i break the data into multiple topics and…
richs
  • 4,699
  • 10
  • 43
  • 56
0
votes
1 answer

How to discard Tibco EMS messages from a queue (consumer side)

I am consuming Tibco JMS (EMS) messages from a queue... I want to clear the queue each time the application runs. I can think of the below logic... I thought their might be a better way public void clearMessages() throws JMSException{ …
Achilles
  • 711
  • 2
  • 13
  • 35
0
votes
1 answer

soapAction is required error message

I am new to TIBCO Business Studio and the SOAP language. I need some help on this project I'm working on. I keep getting errors related to SOAP Action. This is the raw SOAP request on SOAPUI: POST http://127.0.0.1:25001/MyInterface/…
user3686831
  • 1
  • 1
  • 1
0
votes
1 answer

TIBCO EMS set queue exclusive property programmatically

How can I set the exclusive/non-exclusive property of a tibco queue programmatically? I want to be able to set the queue as non-exclusive when I crate it in my application. For example, if I use the following code to craete the…
junwin
  • 19
  • 4
0
votes
1 answer

Tibco BW XML parsing mapping Accumulation

Being new to Tibco BW development I have a scenario which may be easy for you experts to solve/suggest. I have an XML F1 D1 F2 D2
dsmeha
  • 5
  • 3