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 properly drain a Queue with a fast producer?

I have a situation where I am in need to drain a JMS (specifically Tibco EMS) queue. The use case is if we were to take a large outage, the queue would build up and processing it would take far too long. So rather, we want to drain the queue, and…
75inchpianist
  • 4,112
  • 1
  • 21
  • 39
0
votes
1 answer

Spotfire WebPlayer - Retrieve list of library analyses

I'm creating a Spotfire/JavaScript mashup and I'd quite like the user to be able to select the most appropriate visualisation/analysis from a dropdown list. However, I'd rather not hard-code the list of analyses, I'd prefer it if there was some…
RikSaunderson
  • 3,505
  • 6
  • 32
  • 50
0
votes
3 answers

Subset of date using Xslt

Two x ml, one has date ranges like below 20130101-20131231 20120101-20121231 20110101-20111231 Second x ml has dates like below with begindate and enddate tags for each date range and this x ml will have only subset of date ranges. How to find the…
0
votes
2 answers

Calling tibco webservcie from java client

I have been given WSDL and XSD files for Tibco Web service. Along with that I have Tibco queue details. I need to hit the Tibco sync queue and get the response from the queue. My question is hot to create the java stub(client) with appropriate…
0
votes
3 answers

TIBCO - BusinessWorks - Get path of the process dynamically

I am developing a process that will read and send an image in an e-mail. This image is a folder within this process. The problem is: how do I get the path where the process is running? Something like a 'Server.MapPath' that returns the image path in…
George
  • 13
  • 2
  • 6
0
votes
2 answers

How is the maxbyte property supposed to work?

according the documentation tor TIBCO EMS "For queues, maxbytes defines the maximum size (in bytes) that the queue can store, summed over all messages in the queue. Should this limit be exceeded, messages will be rejected by the server and the…
user955732
  • 1,330
  • 3
  • 21
  • 48
0
votes
2 answers

Get url of a queue from javax.jms.Queue instance

In my Java application I am connecting to a Tibco queue. The url of the Tibco queue is net.tems://server000002.test01.india.intranet:30002/queue/TEST_DOMAIN.001.TEST_QUEUE.001 In my java app, I have an instance of javax.jms.Queue which corresponds…
Balkrishna Rawool
  • 1,865
  • 3
  • 21
  • 35
0
votes
0 answers

What does it mean by SQLState = 42000?

I am getting the following error when I try to start an integration in Tibco: JDBC error reported: (SQLState = 42000) - com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: SELECT command denied to user ''@'' for table…
Nevin Thomas
  • 806
  • 4
  • 12
  • 24
0
votes
4 answers

How to call web service Asynchronously in Tibco BW?

I am able to call web service synchronously in tibco BW using SOAP Request Reply but unable to call asynchronously. Can anyone please help me how to call web service asynchronously in tibco.
Lax_me
  • 307
  • 1
  • 7
  • 20
0
votes
3 answers

Why am I unable to connect Sql server 2008 R2 from tibco BW?

When I'm trying to connect to sql server from tibco JDBC connection getting the following errors. For com.microsoft.sqlserver.jdbc.SQLServerDriver BW-JDBC-100034 "Configuration Test Failed. Exception …
Lax_me
  • 307
  • 1
  • 7
  • 20
0
votes
1 answer

Error deploy BMP project using Tibco Business Studio

I try to deploy a BPM project but I get error when create application as such: create.app:[AMXAdminTask] INFO - Processing 1 objects[AMXAdminTask] INFO - Adding application...[AMXAdminTask] ERROR - Failed to add Application…
0
votes
3 answers

Flume - How to specify username/password for JMS Source (Tibco)

I have been experimenting with Flume lately. I am currently using the JMS Source (http://flume.apache.org/FlumeUserGuide.html#jms-source) However, when I try to run the flume agent, it succeeds in creating the channel and sink, but fails while…
user1771840
  • 35
  • 1
  • 7
0
votes
1 answer

Tibco - Compare values activity

Let's say I have a value that is passed to a process. What activity should i use to compare this value with another? I know it may seem a foolish question, but i am new to this.
0
votes
1 answer

Integrate TIBCO EMS with JBoss 5.0

I need to integrate Tibco EMS with JBoss 5.0. The biggest problem is JBoss is shipped with Hornetq which i want to replace with Tibco. Tried searching a lot for a proper documentation but no sucess, few of the docs available on JBoss Forum are not…
Prabal Nandi
  • 141
  • 3
  • 13
0
votes
1 answer

Unable to open saved dxp file. Tibco spotfire

I am developing custom data source in tibco spotfire. I open a datasorce using professional player. Then I want to save this opened chart and after the chart is saved I am trying to open it using spotfire web player. But have no luck. When I open…
Alexandr
  • 5,460
  • 4
  • 40
  • 70