We are trying to explain each and every activity in depth, so stay tuned to this site. This Site is Under Construction!!!

Wednesday, September 12, 2012

Error when opening new empty project in Tibco Designer: Tibco Designer issue

Hi all, Unable able to open "RECENT LIST OF PROJECTS" in TIBCO Designer When we open an empty project in TIBCO designer, you may get the below error: In Error Stack you can see this: java.lang.NullPointerException at java.util.Hashtable.put(Hashtable.java:396) at com.tibco.net.CGI.parseDataInto(CGI.java:330) at com.tibco.ae.tools.designer.RecentProjectsRegistry.remove(RecentProjectsRegistr y.java:77) at com.tibco.ae.tools.designer.RecentProjectsRegistry.documentOpened(RecentProject sRegistry.java:136) at com.tibco.ae.tools.designer.AEApplication.fireDocumentOpened(AEApplication.java...

Sunday, September 2, 2012

Timeout waiting for correct number of process responses - issues related to TIBCO Iprocess

Timeout waiting for correct number of process responses Solution:  When you handle this situation while starting tibco iprocess engine. check the status of ipengine by entering the command in command prompt Go to start->Run->cmd and enter now type: cd\ and go to this path c:\swserver\staffw_nod1\util\swadm show_processes If any of your process status is shutting down then type this below command and it will start the process which was been shutdowned c:\swserver\staffw_nod1\util\swsvrmgr...

Thursday, August 9, 2012

Soap Send Fault Activity

The SOAP Send Fault activity sends a SOAP fault to the client if an error occurs during processing of a SOAP request. This activity is used when the SOAP Event Source process starter handles incoming SOAP requests. The WSDL file for the request can have one or more fault messages defined for an operation. The SOAP Send Fault activity can use the fault schema to send application-specific data about the fault back to the client that made the SOAP request. This activity cannot be used if the SOAP request is one way. SOAP faults are required to...

Soap Request Reply Activity

The SOAP Request Reply activity performs a request on the specified web service and optionally expects a reply from the web service. You can invoke both document and RPC web services with this activi...

Soap Event Source Activity

The SOAP Event Source process starter creates a process instance for incoming SOAP requests. SOAP is a standard protocol for invoking web services. This allows you to create a web service using process definitions. At runtime, a client can retrieve the WSDL file for a process containing this process starter using an HTTP request. Once the WSDL file is retrieved, the client can perform a SOAP request to invoke the web servi...

Retrieve Resources Activity

The Retrieve Resources activity generates a WSDL file containing a concrete service description of any process definition that has a SOAP Event Source process starter. This allows clients to access the WSDL for a web service that is implemented by a TIBCO ActiveMatrix BusinessWorks process definition. The client can then use the WSDL file to invoke the web service. The Retrieve Resources activity can also be used to retrieve any other resources, including XSDs and WSIL. Using Retrieve Resources This activity is normally used in conjunction...

Rendezvous Transport Activity

The Rendezvous Transport resource describes a TIBCO Rendezvous transport. This resource is used when specifying activities from the Rendezvous palet...

Wait for Rendezvous Message Activity

The Wait for Rendezvous Message activity waits to receive a TIBCO Rendezvous message with the given subje...

Send Rendezvous Request Activity

The Send Rendezvous Request activity publishes a TIBCO Rendezvous message on the given subject with the given message content, and it expects a reply to the message on the given reply subject and with the given reply message content. This activity waits for a reply on the reply subject and outputs the content of the rep...

Reply to Rendezvous Request Activity

The Reply to Rendezvous Request activity is used to send a reply to a received TIBCO Rendezvous messa...

Rendezvous Subscriber Activity

The Rendezvous Subscriber process starter creates a process when a TIBCO Rendezvous message on the given subject is receiv...

Sunday, July 8, 2012

Publish Rendezvous Message Activity

The Publish Rendezvous Message activity publishes a TIBCO Rendezvous message on the given subject with the given message conten...

JMS Application Properties Activity

The JMS Application Properties resource describes any JMS message properties that a JMS application expects. These properties can then be added to a JMS message on the Advanced tab of a JMS activity. These properties appear in the OtherProperties element on the Input or Output tab of the activity....

Wait for JMS Topic Message Activity

The Wait for JMS Topic Message waits for the receipt of a message for the specified JMS topic...

Wait for JMS Queue Message Activity

The Wait for JMS Queue Message waits for the receipt of a message for the specified JMS queue....

Reply to JMS Message Activity

The Reply To JMS Message activity sends a reply to a previously received JMS queue or topic message. Activities that can receive JMS messages are listed on the Configuration tab. The activity that you select determines which message the reply message is in response t...

JMS Topic Requestor Activity

The JMS Topic Requestor activity is used to communicate with a JMS application’s request-response service. This service invokes an operation with input and output. The request is sent to a JMS topic and the JMS application returns the response to the request...

JMS Queue Requestor Activity

The JMS Queue Requestor activity is used to send a request to a JMS queue name and receive a response back from the JMS client...

Get JMS Queue Message Activity

The Get JMS Queue Message activity retrieves a message from the specified queue. This activity allows you to perform a receive operation on the queue as opposed to waiting for a queue message to be delivered to the Wait for JMS Queue Message activity or the JMS Queue Receiver process starter. You can use the Message Selector field on the Advanced tab to retrieve a specific queue message from the queue. The Get JMS Queue Message activity is different from the Wait for JMS Queue Message activity in the following ways: ● Unlike...

JMS Connection Activity

The JMS Connection resource describes a JMS connection. This resource is used when specifying activities on the JMS palett...

JMS Topic Subscriber Activity

Starts a process based on the receipt of a message for the specified JMS topi...

Thursday, June 28, 2012

Tibco-Interview-Questions-page4

56. Which mechanism can be used to pass data between a process instance and a called sub process other than mapping from/to the caller's input/output ? Answer: This can be accomplished using job shared variables, unless in the call process activity the 'Spawn' flag is enabled in which case the called sub process is a new job and hence gets a fresh copy of the job shared variable initialized as per its configuration. A shared variable can overcome this limitation as it's scope is not limited to one job. 57. What are the three scenarios...

Tibco-Interview-Questions-page5

66. What is difference between shared variable and job shared variable ? Answer:  Both of them can be manipulated via the palette resources 'Get shared variable' and 'Set shared variable'. A job shared variable is private to one instance of job or in other words each job has a fresh copy. In the case of shared variable the same copy is shared across all job instances. It can even be persisted and can survive BW engine restarts and even shared across multiple BW engines(when deployed...

Tibco-Interview-Questions-page3

46. Explain the process configuration parameters - Max Jobs, Flow Limit & Activation Limit ? Answer: Max Jobs : Max Jobs specifies the number of process instances that are kept in memmory. Once this limit is reached newly created process instances (subject to flow limit) are paged out to disk.0 specifies no limit and is the default. Flow Limit : Flow Limit specifies the maximum number of running process instances that are spawned before the process starter is suspended ie it enters a FLOW_CONTROLLED state and does not accept...

Tibco-interview-questions-page2

34. What activities are supported in XA Transaction ? Answer: The XA Transaction type allows: JDBC activities ActiveEnterprise Adapter activities that use the JMS transport JMS activities to participate in transactions. Note:For JMS activities and ActiveEnterprise Adapter activities, request/reply operations cannot participate in an XA transaction. Also, EJB activities cannot participate in an XA Transaction group. 35. What are the possible Error output's of Read File activity? Answer: Integration can be at different application...

Monday, June 25, 2012

JMS Topic Publisher Activity

The JMS Topic Publisher sends a message to the specified JMS top...

JMS Queue Receiver Activity

Starts a process based on the receipt of a message for the specified JMS que...

JMS Queue Sender Activity

The JMS Queue Sender activity sends a message to the specified JMS que...

SQL Direct Activity

The SQL Direct activity executes a SQL statement that you provide. This activity allows you to build a SQL statement dynamically (using other activities), then pass the SQL statement into this activity’s input. This activity also allows you to execute SQL statements that are not supported by other activities in the JDBC palette. For example, DDL commands (for example, CREATE TABLE) are not available using any other activity. If this activity is not part of a transaction group, the SQL statement is committed after the activity completes. If this...

JDBC Update Activity

The JDBC Update activity performs the specified SQL INSERT, UPDATE, or DELETE statement. If this activity is not part of a transaction group, the SQL statement is committed after the activity completes. If this activity is part of a transaction group, the SQL statement is committed or rolled back with the other JDBC activities in the group at the end of the transaction. If you wish to override the default behavior of transaction groups for certain JDBC activities in a transaction group, you can check the Override Transaction Behavior field...

Saturday, June 23, 2012

JDBC Query Activity

The JDBC Query activity performs the specified SQL SELECT statement. If this activity is not part of a transaction group, the SQL statement is committed after the activity completes. If this activity is part of a transaction group, the SQL statement is committed or rolled back with the other JDBC activities in the group at the end of the transaction. See TIBCO ActiveMatrix BusinessWorks Process Design Guide for more information about creating groups for transactions. If you wish to override the default behavior of transaction groups for certain...

JDBC Get Connection Activity

The JDBC Get Connection activity retrieves an object reference to a JavaConnectionAccessor object for the specified JDBC Connection from the connection pool. This allows you to use the optimized TIBCO ActiveMatrix BusinessWorks database connection pool instead of specifying database configuration information in your Java code. This database connection can then be used within Java activities to access the specified databa...

JDBC Connection

The JDBC Connection resource describes a JDBC connection. JDBC connections are used when specifying activities from the JDBC palet...

JDBC Call Procedure Activity

The JDBC Call Procedure activity calls a database procedure using the specified JDBC connection. If this activity is not part of a transaction group, the SQL statement is committed after the activity completes. If this activity is part of a transaction group, the SQL statement is committed or rolled back with the other JDBC activities in the group at the end of the transaction. If you wish to override the default behavior of transaction groups for certain JDBC activities in a transaction group, you can check the Override Transaction Behavior...

List File Activity

The List Files activity returns information about files or directories, or a listing of all the files in the specified directo...

Copy File Activity

The Copy File activity allows you to copy files and directories to a new locati...

Remove File Activity

The Remove File activity removes the specified file. This activity can also remove empty directories. If a directory that is not empty is specified, an exception is thro...

Rename File Activity

The Rename File activity is used to rename or move files. This activity can also rename directories, but you cannot use this activity to move a directory to a new locati...

Wait for File Change Activity

The Wait for File Change activity waits for a file creation, modification, or deletion event to occur during process execution. When this activity is executed, the process instance suspends and waits for the specified change to occur before resumi...

File Poller Activity

The File Poller process starter polls for files or directories with the given name and starts a process when the specified change (creation, modification, deletion) is detect...

Write File Activity

The Write File activity writes content to the specified fi...

Read File Activity

The Read File activity is used to read a file and place its contents into the activity’s outp...

Create File Activity

Create File Activity The Create File activity creates a new file or directory with the specified name. When creating a file, you can also provide the file contents. Explaination: Create file activity creates a new file or directory with the specified name and even we can provide the contents of the file when creating a file. Specify the File location path in input as at filename. example: "c:\naveen\abc.txt" Points to Remember in Configuration: In Configuration, we have some fields to remember Overwrite: Check this field to overwrite the...

Friday, June 22, 2012

What is EAI?

Today, Number of organizations fitted with different types of open and proprietary systems. Each with its own development, database, Networking and operating system, thus creating a heterogeneous environment. EAI has come as a boon for enterprise architects to set right everything, which today's enterprises face. EAI has become a sophisticated set of procedures with newly refined technologies, such as middleware and message brokers that allow users to tie systems together using a common glue...

What is Tibco?

TIBCO: The Information Bus Company (Middleware) In data - level Integration, changes propagated from dependent systems bypass the integrated application, so all inserts, updates, and deletes are done to data that the integrated application accesses. UI level Integration ties integration logic to user interface code. UI - level integration is scripting or proxy - based. Scripting - based UI - level integration embeds integration code into the UI component events, common with client/server...

Page 1 of 12123Next

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More