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

COMMIT inside Unit Transaction Tibco Business works

This is tibco business works code. I've two stored procedures inside a JDBC transaction group. These stored procedures are invoked one after another and have their own COMMIT statement. Incase, the 2nd stored proc fails for some reason, will the…
Kay
  • 393
  • 4
  • 15
0
votes
1 answer

Fetching a text page from a web browser using Tibco

I'm trying to fetch a page from a web browser using Tibco tool. For Example, URL http://en.wikipedia.org/wiki/Plant: en.wikipedia.org acts as the hostname, and after that comes in the file name I am opening. Using Tibco tool(HTTP Palette), I try to…
xxxxxuser
  • 57
  • 1
  • 1
  • 5
0
votes
3 answers

SSL certificate update and renewal in TIBCO BW

I want to set up an automatic update and renewal of ssl certificates in tibco bw, how can this be done in Tibco bw without experiencing any certificate chain errors
0
votes
2 answers

XSD's TNS in an XSLT

I am a beginner in XSLT. Could anybody please help me understand how to retrieve an xsd's target namespace in an XSL transformation? I have tried using the document function with the absolute path of the xsd file passed as the parameter but in…
Chicky_D
  • 1
  • 2
0
votes
1 answer

how to send message to Tibco Renvdezvous using Java?

I'm trying to send message to a Tibco server via Renvdezvous using Java. I used the sample code in the installation folder " %TIBRV_HOME%/src/examples/java" 1 - When I run "tibrvclient" example after changing service, daemon, subject. I found the…
Zinab Taher
  • 131
  • 1
  • 2
  • 13
0
votes
0 answers

Building an interface from Spotfire (with its SDK) to the BO reporting environment

I just got a new task; I need to: "Team have an Excel spreadsheet which contains basic data about subjects in a trial. A custom VB script in the Excel sheet allows them to generate BO reports. At a very high level, they are able to select a…
Jacek Sierajewski
  • 613
  • 1
  • 11
  • 33
0
votes
1 answer

TIBCO JMS Queue message reciever gets stuck

Hi I have created the below class to read messages off a jibco jms queue. In a different class I create an instance of this class and try to getMessage() into a stirng. I have placed a message in the queue, My application gets stuck as I call the…
Achilles
  • 711
  • 2
  • 13
  • 35
0
votes
1 answer

TIBCO BW How to get the request from web service and publish the same (XML) to EMS

I am a new to Tibco BW development and have a specific task to perform but have no clues how to. I am creating a http SOAP web service in BW. I need to get the ONLY Request XML ( not the SOAP header) and then that request XML need to be published as…
dsmeha
  • 5
  • 3
0
votes
0 answers

Java Servlet HttpSUrlConnection & sending JSON info securely for webapp & tibco

Ok here's the scenario, i've created a java web application that has a java servlet which is suppose to send a JSON object of all the recorded details to my tibco Integrated Middleware server. I've created the digital certificates & RSA keys for…
Monster123
  • 65
  • 6
0
votes
1 answer

Can we modify Data when publisher send the data to particular subscriber in TIBCO EMS or RV?

I am using TIBCO ems as middle ware in my project. TIBCO ems[Publisher, Server] publish the topic and according to topic subscribe , publisher send the data to subscribers.When publisher send the data I want to apply my algorithm over that data and…
Brijesh Patel
  • 33
  • 1
  • 1
  • 5
0
votes
1 answer

Get number of messages on TIBCO EMS(with SSL implemented and having connection factories) queue from TIBCO BW

I wanted to know the number of messages on an EMS queue. With below TibjmsAdmin admin = new TibjmsAdmin(in_var_server,in_var_username,in_var_password); QueueInfo info = admin.getQueue(in_var_queue); out_var_1 =…
0
votes
0 answers

Retrieving operations with parameters from wdsl to UI

From Tibco Desiner, I couldn't find the way to retrieve operations with parameters from wdsl to UI, can anyone suggest be how to accomplish this with Designer. Thanks
0
votes
3 answers

Apache Camel JMS: "Not allowed to create destination" when trying to connect to a queue

I am trying to setup a route in Camel that reads messages from a JMS queue. The application uses Tibco and I am not allowed to post here any of the data, but the path for the factory and the queue follows the format /path/to/queueName:type, where…
Andre Marques
  • 26
  • 1
  • 5
0
votes
1 answer

Null result from tibco webservice call in vb.net

I took the wsdl file given by a tibco web service and I put it in my project, after that I created the web reference giving to vs 2005 (yes I'm working on a legacy project) that wsdl file. VS 2005 generated the proxy and I used it in my vb.net code.…
searcher
  • 51
  • 5
0
votes
1 answer

How fix Tibco BW Coercion mapping err?

I have an anyType element to map to mapper, But when I follow the instruction to select xsd in left panel "Process Data", I saw a red err in right "Activity Input" coercion error: The substituted Type "Employee" is not a sub-type of the element's…
user3123988
  • 11
  • 1
  • 3