Sunday, November 30, 2014

Introduction to TIBCO Administrator

1. TIBCO Administrator is a central administration server for TIBCO products. 









2. You can create the application, deploy the application and manage the application in TIBCO administrator using a web browser based interface.

i. Create Application:
















ii. Deploy Application:

















3. You can also create EAR files and deploying applications using available command line utilities.

Tuesday, November 25, 2014

Overview of Administration

1. A TIBCO ActiveMatrix Business Works project has the following lifecycle:
i. Design
ii. Deploy
iii. Run





















i. Design:
The design phase involves creating and testing the project using TIBCO designer. Below is the example screen shot for creating project:




Below is the example screen shot for testing the project:




ii. Deployment:
Enterprise Archive File (EAR file) will be created by using TIBCO designer for deploying an application. The EAR file contains the required resources for running the project.

.

After build an Archive file, it will create an EAR file in the specified location.




Using TIBCO Administrator GUI, deploy the application to the machine or machines where it will run.

iii. Run:
The TIBCO ActiveMatrix BusinessWorks process engine executes the process instances of the deployed application and TIBCO Administrator can be used to monitor and manage the process engine. 





Saturday, November 15, 2014

TIBCO BW CERTIFICATION

1. You have a repeating structure as follows:
   Customer (*)
   Name (String)
   Surname (String)
   isVIP (Boolean)
 And you want to create an output structure as follows:
  VIP_Customer (*)
  Name (String)
  Surname (String)
To select a list of VIP customers you must perform a For-each mapping between customer and VIP_Customer with which filter?
Ans. [isVIP='true']

2. Which pairs are valid TIBCO Business Works Messaging wire formats?
Ans. TIBCO Rendezvous XML and TIBCO Rendezvous AE
        TIBCO JMS XML and TIBCO Rendezvous RV

3. Where in TIBCO Administrator do you configure an alert for a TIBCO Business Works application?
Ans. In the monitoring tab of the process archive configuration.

Monday, November 3, 2014

How to Pass Global Variables (GV's) at run time to TIBCO Designer

1. Create a configuration file, for example test.cfg:

2. Right click the test.cfg file and update the required gv's, which needed to be passed to the TIBCO BW at run time through TIBCO Designer.



How to Import the Server Secured Certificate from the Specified URL

Follow the following steps mentioned below:
1. Install the third party tool named as PORTECLE.
    PORTECLE: PORTECLE is a GUI application, we can create, manage and examining key stores, keys, certificates and etc. 

2. After installing PORTECLE, we will get the following files in the PORTECLE installation folder.


Welcome to Middleware Technologies