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
1 answer

how to get Tibco Spotfire Automation Service job builder

I am new to Tibco Spotfire. Working on this tutorial. But I unable to find menu with Tools --> Automation Service Job Builder. I also installed Automation Services 3.1 on my machine and Spotfire 3.1. What should I install additionally to get it…
Alexandr
  • 5,460
  • 4
  • 40
  • 70
0
votes
3 answers

concatenating multiple repeated elements with XSLT

I have below sample xml data. The scenario is that productNo element has to be concatenated with type element value and number element value when the type=#. the concatenated output has to be concatenated with each serialNumber element in that…
user1658369
  • 99
  • 1
  • 11
0
votes
3 answers

TIBCO EMS Retry logic

We have one application server running our c# windows service and one server running TIBCO EMS. Both of the servers will be restarted at different time during the week. When the application server come back online first, we like the c# windwos…
Stratford
  • 135
  • 1
  • 1
  • 11
0
votes
1 answer

simple GUI for Tibco RV messages?

I would like a simple GUI that can edit, send and receive Tibco RV messages, for test / development purposes. Has anyone seen or heard of such a thing?
Graham Griffiths
  • 2,196
  • 1
  • 12
  • 15
0
votes
1 answer

TIBCO - Generate WSDL Dynamically

I have a WebService that is a service dispacher and it has a Body with the type anyType, so that way I have only one webservice and my client only needs to know the schema to put in the Body for the specific service that he is calling. Now the…
João Duarte
  • 59
  • 3
  • 9
0
votes
1 answer

concatenating non repeating element with repeating element using XSLT

I have the below sample source XML data. now i need to get the output in such a way that each serial number has to be printed with its productNo value conactinated by pipe symbol with the help of XSLT.
user1658369
  • 99
  • 1
  • 11
0
votes
4 answers

Need to retrieve all excel column names in a list with Java Code

I need to get all the column names from the excel file and it could be either .xls or .xlsx with the help of java code. i will provide the file name and file directory as inputs and code need to read the file in the directory and capture all the…
user1658369
  • 99
  • 1
  • 11
0
votes
2 answers

How to check null value from Java Method of Tibco ActiveMatrix

I am having a trouble on checking null value from a Java Method component in Tibco ActiveMatrix process. Basically, I have a Java Method component invoking java to get a billing account, if the return is null, I would like to log the searching…
tom.au
  • 21
  • 1
  • 3
0
votes
1 answer

need to get record count when record_type=VALID through XSLT

I have below xml data and need to get record count when record_type=VALID through XSLT. location_name and file_type are the inputs to the xslt. i have to get record count for each location_name and file_type when they were provided as inputs.…
user1658369
  • 99
  • 1
  • 11
0
votes
1 answer

how to get unique record count for each location_Name by Record_No when RECORD_TYPE='ERROR' with XSLT

how to get unique record count for each location_Name by Record_No when RECORD_TYPE='ERROR'. if there are multiple records with RECORD_TYPE='ERROR' for a RECORD_NO then only one record should be counted for a RECORD_NO and finally all these…
user1658369
  • 99
  • 1
  • 11
0
votes
1 answer

how to convert multiple records into one XML record

This is XML source: 8 5 Apj45682#123 2-PQL-3403 XYZ el
user1658369
  • 99
  • 1
  • 11
0
votes
1 answer

Connecting to HTTPS service in TIBCO

We're trying to connect to external HTTPS service in Tibco? However upon clicking SSL url, it asked for certificate PEM file. May I know what's the reason? The issue is external HTTPS service that I am trying to connect is authenticated by user name…
iwan
  • 7,269
  • 18
  • 48
  • 66
0
votes
1 answer

In Tibco BusinessWorks Designer, how do one catch "record not found" when using database query?

I'm quite a newbie to Tibco BubinessWorks and sql database, but somehow I have to use Tibco to host a simple web service to query a local database. What I want to achieve is quite simple, my process in Tibco Designer will have a activity to query…
laotanzhurou
  • 65
  • 1
  • 1
  • 5
0
votes
1 answer

TIBCO Rendezvous Publisher and Subscriber Programs

I'm looking to write a basic publisher and basic subscriber program using TIBCO Rendezvous for an assignment. However, I'm not familiar with Rendezvous and the documentation i got was mostly a long list of concepts and functions with almost no code.…
LemonMan
  • 2,963
  • 8
  • 24
  • 34
0
votes
1 answer

How to stop tibco messages in a specified timeframe

Assume Tibco sending a message on a specified subject A listener is listening to a subject Now, I don't want to send anything to the listener on a specified timeframe, instead all of the messages that fall under the timeframe should be stored in…
srinannapa
  • 3,085
  • 8
  • 49
  • 66