Category Archives: TIBCO Designer

TIBCO Tutorial: How to Use FTP Get Activity to Receive Remote Files

FTP is a protocol used to transfer files between hosts remotely connected over TCP. In TIBCO, we can write business processes for establishing FTP connections with remote hosts and transferring files from and to remote servers. In this TIBCO FTP Get Activity tutorial, I will explain you step by step how you can connect to… Read More »

TIBCO Top 10 Interview Questions And Answers

Top 10 TIBCO Interview Questions and Answers given below have been compiled based on the level of significance of the modules/area they cover. In actual, TIBCO BW is an ocean and once can’t sail through it with just 10 moves. However, below TIBCO Top 10 Interview Questions and Answers will greatly help you to get… Read More »

TIBCO MySQL Tutorial: How To Connect To MySQL Database In TIBCO Designer

While developing business processes in TIBCO BW using designer, you can connect to different types of database systems like Oracle, MS SQL, MySQL etc. to perform different types of operations in database. In this TIBCO MySQL Tutorial, I will explain how you can connect to MySql database in TIBCO to query data from a mysql… Read More »

TIBCO BW Groups And Group Action Types

Grouping different activities in a single group is a common approach for clubbing the similar activities while developing TIBCO BW processes in TIBCO Designer. Grouping is done in TIBCO BW Processes to achieve following purposes: To apply certain group actions for two or more activities. To have single transition from a set of activities to… Read More »

TIBCO Step By Step Tutorial: How to Handle Exceptions

Exceptions are one of the most familiar ugly things that programmers of any language have to deal with. When it comes to exceptions, TIBCO is also not an exception. While developing business processes in TIBCO designer, a large number of possible exception types may come across in your way which require you attention. In this… Read More »

Difference Between Parse XML And Render XML Activity In TIBCO

While developing processes in TIBCO designer, Parse XML and Render XML activities are widely used. There is often a question in minds of people who are new to TIBCO development that “What is the difference between Parse XML and Render XML activity?”.

Types of Variables in TIBCO BusinessWorks

While developing processes in TIBCO designer, you often need variables to store some data elements for use at different activities. There are three types of variables available in TIBCO BW which you can use in your designer processes. Global Variables Shared Variables Process Variables

Tips For Tuning TIBCO BW (BusinessWorks) Performance

TIBCO Business Works is one of the most widely used module of TIBCO Software Suite.  TIBCO Business Works is considered highly scalable, robust and reliable platform for developing and designing Integration business processes.  Business Works Engine runs on JVM (Java Virtual Machine). Following configuration changes for JVM can greatly help in improving and fine Tuning… Read More »

TIBCO Designer Tutorial: Calling a Sub Process From A Parent Process

In TIBCO designer process development, dividing our business logic among multiple parent and sub processes is a quite common. There are many reasons one should follow the approach of parent-child process development in TIBCO. Designing huge and complex TIBCO business processes with all the logic in single process results in a jumbled and unorganized solution… Read More »