TIBCO Designer Hello World Read File Beginners Tutorial

By | June 28, 2019

TIBCO Designer Hello World Read File Beginners Tutorial. In this tutorial we are going to discuss about TIBCO ActiveMatrix BusinessWorks (TIBCO BW) sample Hello World Program example. Here you can learn about how to create basic program in TIBCO Designer that write Hello World into a file. If you are completely new to TIBCO Development then you are surely going to learn many things here.

TIBCO Tutorial Example :

Step 1: Open TIBCO Designer
Here we are taking example for TIBCO BW 5.8 version. Initially we have to install TIBCO Software in correct order (TRA, Admin, BW, then you can install any order of EMS or ADB Adapter). Once you open TIBCO Designer in Project tab choose “New empty project”. It will ask you to save Project. I given Project name as “TIBCOHelloWorldExample”. Then i created new folder called FilePaletteExample by doing right click into designer window.

 

 

 

 

 

 

Step 2:  Create Process Definition:

Right click in Designer window -> Add Resource -> Process -> Process Definition . Rename the process definition name to ReadFileExample using Configuration window.

 

 

 

 

 

Step 3: Create ReadFile Activity

Open Process Definition, you will be seeing Start and End activity in this screen. Now we have to create Read File Activity which is present under File Palette. Right click designer window and goto File -> Read File. After that create Transition line from Start to Read File and then from Read File to End activity.

 

 

 

Step 4: Configure File Path to Read File Activity:

We needs to configure fileName activity Input to ReadFile Activity. We can do it in 2 options. Option 1 is to test how the Read File activity works we can directly mention filepath in fileName. Option 2 is generally file path will come as like input for ReadFile activity.

Configure File Path in Read File Activity Configuration itself:

 

 

 

 

 

Read File -> Input tab -> fileName = “C:\Text\EshuSoft-TIBCO-Text-File.txt”

How to Run TIBCO Project ?

To run this Project select Tester Tab and Click on Run Job, You can run and test required process definition. In our case we needs to select ReadFileExample Process Definition and can click “Load Selected” or “Load and Start Current”

 

 

 

 

 

 

 

 

How the TIBCO Project Output look like?

 

 

 

 

 

 

 

 

 

If you have any queries regarding TIBCO basic Read File program you can reply in comments section.

No related content found.