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

Update/Remove Calculated Column using IronPython

I'm using Spotfire and would like to know if there's a way of updating or removing a calculated column using IronPython code. Ex: Let's pretend I have a table with: | Column 1 | Column 2| Column 3 | Calculated Column | So, every time I run a…
Oliver Drummond
  • 680
  • 1
  • 6
  • 19
4
votes
3 answers

Tibco EMS Session sharing Connection object

Our connectivity to EMS code was initially ill-designed and created one TopicConnection object per topic that we listened to. So, in effect, whenever we subscribed to a topic, we create a new connection, a new session and, lastly, a new listener. We…
Szymon Rozga
  • 17,971
  • 7
  • 53
  • 66
4
votes
4 answers

Any reason why I would not be permitted to confirm a message using Tibco Rendezvous?

I have a setup in which some applications communicate with each other via Tibco rendezvous. The applications communicate using certified messaging. My problem is that two of my receivers have recently started exhibiting the behavior that they will…
Markus Jevring
  • 832
  • 1
  • 11
  • 17
4
votes
1 answer

Opening other reports from a report (Working in webplayer)

Is there a way to open other dashboards/Reports ( saved in same server) from a report in web player. I tried some python scripts which is used to access webpages but none of them is working in webplayer. My client want this to happen using buttons.…
J K
  • 165
  • 2
  • 14
4
votes
1 answer

Delete all rows on spotfire Data Table Iron python

I was looking for a way to delete rows in my Data table on SPOTFIRE and I didn't find a proper way to do it. I tried to code a script to do it, but It's too slow and I have more the 20k rows to be deleted. Does someone have an idea why it's too slow…
Ayyoub
  • 1,315
  • 1
  • 16
  • 37
4
votes
2 answers

How to run an IronPython Script on Spotfire Dashboard load

I want to run an IronPython Code automatically whenever the Spotfire Dashboard is loaded . I have come across some blogs but they are not very detailed as i am a newbee to Spotfire.
Drake
  • 97
  • 4
  • 8
4
votes
3 answers

Which IronPython editor I can use to develop scripts for Tibco Spotfire controls

Can we use any IRONPython editor to develop scripts for Tibco Spotfire controls. Can we use IDLE editor to develop IRONPython scripts for Tibco Spotfire? If yes then how to integrate the tibco module with IDLE editor, Can anyone help on this??
Rax
  • 406
  • 5
  • 18
4
votes
2 answers

TIBCO - Server Certificate Rejected by Chain Verifier

We are getting this error "BW-HTTP-100300 Job-29000 Error in [Processes/Services/HTTP Request/Process Definition.process/Send HTTP Request] An IOException was thrown while trying to execute the Http method caused by: java.io.IOException: Failed to…
xxxxxuser
  • 57
  • 1
  • 1
  • 5
4
votes
3 answers

How to publish messages to EMS Topic using Java

I would like to publish a test message to EMS topic and could use some directions. So far I have managed to do this import com.tibco.tibjms.TibjmsConnectionFactory; import com.tibco.tibjms.TibjmsTopicConnectionFactory; public class Connect { …
Bala
  • 11,068
  • 19
  • 67
  • 120
4
votes
6 answers

Benefits of Commercial Messaging Middleware vs Open Source

I've been evaluating several opensource message queue technologies, such as RabbitMQ, ActiveMQ, OpenAMQ, etc. My question is, what benefits are gained by using a commercial technology such as Tibco EMS, WebSphereMQ, Sonic, etc. instead of something…
Will
  • 24,082
  • 14
  • 97
  • 108
4
votes
2 answers

A diagram / table about message oriented middleware

Would you guys know a diagram or dable that would give a short & concise but nevertheless complete and relatively up-to-date view of the existing protocols, and their specifics ? (namely : ZeroMQ, Rendez-Vous, EMS, ... All of them! :) ).
Skippy Fastol
  • 1,745
  • 2
  • 17
  • 32
3
votes
3 answers

Tibco BusinessWorks - Projlibs and GVs

I have a BW project importing multiple prjlib files. I want to test the project locally, but all the imported projlib global variables are greyed out. I know I can create the vars locally on the disk, but that is a very messy solution. Any ideas?
xchagger
  • 133
  • 1
  • 9
3
votes
3 answers

Reduce Tibco EMS memory usage

On my developer machine I need to start Tibco EMS server to develop application which require it running. But I don't really need it in high performance state. How could I configure Tibco to use system resources as low as possible? Thanks.
Mike
  • 20,010
  • 25
  • 97
  • 140
3
votes
2 answers

In TIBCO EMS (or other JMS), how do I create a scalable request/response processor?

I'm working on a server side project providing a request/response service over TIBCO EMS and am looking for advice on best practice to archive scalability as well as low latency in this service. I'm doing this on .NET, but as TIBCO EMS is supposedly…
SoftMemes
  • 5,602
  • 4
  • 32
  • 61
3
votes
2 answers

Fault Tolerance JMS URL in Java

I am doing a JMS connection using Java. The command I am using to establish connection is QueueConnectionFactory factory = new com.tibco.tibjms.TibjmsQueueConnectionFactory(JMSserverUrl); Where JMSServerUrl is the varible which stores my JMS…
Kapil
  • 832
  • 2
  • 14
  • 29
1 2
3
60 61