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
4 answers

Tibco WSDL work at SOAP UI and failed in Iphone/Android

We have a WSDL file. WSDL working at Tibco server and we got the XML as output in soap UI. We have to cosume it in on Iphone/Android development. On making request everytime from code we are getting WSDL in response instaed of XML file. We need XML…
0
votes
2 answers

tibco topic subscriptions taking too long

I am running into an issue wherein subscriptions to a particular topic on TIBCO is taking too long to get updates. Messages on Other topics published to the same cache are working fine. Any ideas why this would be and what can I do to debug this?
user236215
  • 7,278
  • 23
  • 59
  • 87
0
votes
1 answer

Setting up MDBs to consume JMS messages in Weblogic 10.3.5

I'm trying to set up part of an application which uses MDBs to consume messages from a JMS Queue. I've looked through the Oracle documentation but can't seem to make sense of it. Examples on the internet seem to be for situations where your JMS…
user2258651
  • 383
  • 5
  • 8
0
votes
0 answers

Issues encountered when importing wsdl

I created a web service "patients", and hosted it on Axis to get the WSDL: WSDL code
0
votes
1 answer

How to insert manual activity in Tibco BW work flow process

I'm designing a simple business process using Tibco Designer. Basically, it's like Receive xml data via JMS --> Extract certain data from xml and modify it --> send back the modified xml So my question is, which activity from Palettes should I…
BlueSky
  • 1
  • 2
0
votes
2 answers

GAE Servlet invoking Tibco BusinessWorks http receiver

I would like to ask if it is possible for a servlet hosted on google app engine to invoke and start a tibco businessworks process through the http receiver palette option. I am quite lost in determining how to set up the http connection (What port…
smallcat31
  • 354
  • 1
  • 12
0
votes
3 answers

How do you import reports into Spotfire via CLI?

I am looking into integrating our Spotfire reports into our CI process. Currently we manually export and import the reports into each environment via the Spotfire thick client. I would prefer to control this via a batch script that would integrate…
John D
  • 2,307
  • 17
  • 28
0
votes
3 answers

Is it possible to look at received queue messages with the Tibco queue client?

We're using a Tibco client implementation of the JMS API. We have a MessageListener with an onMessage() implementation. Is there a way with the Tibco client to inspect past (received) messages in the queue? (I realise this totally ignores the…
hawkeye
  • 34,745
  • 30
  • 150
  • 304
0
votes
2 answers

Parsing an array of objects in C#

I have an array of objects and I would like to pass it into a method that only accepts DOUBLE, NULL, STRING or DATETIME. So when I try to pass in the value it gives an error saying I can't pass in any arbitrary object and that it has to be parsed as…
Ramie
  • 1,171
  • 2
  • 16
  • 35
0
votes
3 answers

Tibco xpath daylight saving issue

Does anyone here knows how to solve the Tibco xpath daylight saving date issue. The issue was we have one record 03/10/2013 02:00 parsed via Tibco mapping palette with following format (mm/dd/yyyy hh:mm). However, it got invalid date time error with…
James0419
  • 123
  • 3
  • 5
  • 15
0
votes
2 answers

TIBCO BusinessWorks XPath union operator

I don't fully understand the behaviour I'm seeing when using XPath union operator. Having the following XML hello world We get these results for different XPath expressions (/root/foo | /root/bar)[1] …
fglez
  • 8,422
  • 4
  • 47
  • 78
0
votes
1 answer

Tibco AMX Administrator: Empty page after login

I have an issues with Tibco Active Matrix Administrator console and Firefox. After log-in I got an empty white page. Few days ago I hadn't this problem and it is looks like I have not changed anything in Firefox. Does anyone had this problem too…
dyrkin
  • 544
  • 4
  • 15
0
votes
4 answers

Handling Failed calls on the Consumer end (in a Producer/Consumer Model)

Let me try explaining the situation: There is a messaging system that we are going to incorporate which could either be a Queue or Topic (JMS terms). 1 ) Producer/Publisher : There is a service A. A produces messages and writes to a Queue/Topic 2 )…
TJ-
  • 14,085
  • 12
  • 59
  • 90
0
votes
1 answer

TIBCO Active Matrix password field no longer exists?

After I depoly my application to Tibco ActiveMatrix Administrator, I go to properties and the property type is now changed to 'string' even though I made it as 'password' type. (Oh, but it is then encrypted like "#!jZ8MsfxWv2PCwTMAngz67w==") Stroing…
Adrian
  • 836
  • 7
  • 20
  • 44
0
votes
1 answer

Retaining drop down list value in html using xslt?

Not sure if I am answering the question right, but I will try :- I have a html page(xml+xslt) that has a drop down list containing 10 values. When I select a value, ex. ABC, I can perform add or delete or search. Now on every other pages(add,…
Sudhendu
  • 350
  • 1
  • 6
  • 17