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 :3244)
at com.tibco.ae.tools.designer.AEApplication.newDocument(AEApplication.java:2670)
at com.tibco.ae.tools.designer.AEApplication.newDocument(AEApplication.java:2582)
at com.tibco.ae.tools.designer.AEApplication.newEmptyDocument(AEApplication.java:2 908)
at com.tibco.ae.tools.designer.actions.NewEmptyDocumentAction.performAction(NewEmp tyDocumentAction.java:38)
at com.tibco.ae.designerapi.actions.GenericDesignerAction.actionPerformed(GenericD esignerAction.java:300)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.ja va:236)
at java.awt.Component.processMouseEvent(Component.java:5517)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3135)
at java.awt.Component.processEvent(Component.java:5282)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3984)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3819)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1791)
at java.awt.Component.dispatchEvent(Component.java:3819)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java: 242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:16 3)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

 With this error you cannot create an empty project and also you can't browse the recently opened projects in TIBCO Designer startup window.

Solution: The solution for this type of error is to delete Designer preferences file and refresh. Now restart the tibco designer. The issue will be solved.

Designer preference file location: C:\Documents and Settings\<user>\.TIBCO\Designer5.prefs

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 START MachineID SPO  

If still it hasn't started, Restart your system and start the command prompt 

c:\swserver\staffw_nod1\bin\swstart -p 
Now it will start all the processes, like this. 

Note: staffw_nod1 is the node cluster under which you have installed the iprocess engine. if this doesn't match your node cluster change the path to your node cluster. 

This could happen when the iprocess engine was terminated unexpectedly (power failure) or if you failed to stop the ipengine before shuting down your windows.

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 send the fault code and the fault string. These values are required input items on the Input tab. For example, "Client" can be used for client faults and "Server" can be used for server faults. See the SOAP specification at www.w3.org/TR/SOAP for more information about the syntax of SOAP fault codes.

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 activity.

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 service.

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 with an HTTP Receiver process starter and a Send HTTP Response activity. The HTTP Receiver process starter can receive an HTTP request and pass it along to the Retrieve Resources activity. When a request is made to retrieve a WSDL file for a process definition that has a SOAP Event Source process starter, Retrieve Resources creates a WSDL file dynamically. This file contains the concrete service definition of the specified BusinessWorks process definition. The WSDL file or other requested resources are then placed into the output for this activity. You can then pass the output of the Retrieve Resources activity to the Send HTTP Response activity to send the response back to the requestor.

Rendezvous Transport Activity

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

Wait for Rendezvous Message Activity

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

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 reply.

Reply to Rendezvous Request Activity

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

Rendezvous Subscriber Activity

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

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 content.

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 to.

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 the Wait for activity, which starts listening for messages from the time the BusinessWorks engine starts, this activity starts listening for incoming messages on the specified queue from the time the activity is triggered.
This activity can receive only one message from the specified queue at a time, when the Message Selector is not used.
Once triggered, this activity can either gets a message from the specified destination queue name before timeout and proceeds or it throws a timeout error and exits.

JMS Connection Activity


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

JMS Topic Subscriber Activity


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

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 where BW engine has to be configured with database persistence instead of Local File ?


Answer: The three scenarios are:
  • Shared Variables across BW engines.
  • Locking across groups in multiple BW engines.
  • Wait Notify across BW engines.

58. If you want a group to be executed if there is some unhandled error but subject to some max number of iterations which group do you use ?


Answer: We can use Repeat on Error until true

59. When is a 'Generate Error' activity useful?


Answer: When you handle an error inside a called subprocess or group and want to rethrow the error to the caller(happens by default if you dont handle the error in the called process)

60. Which activity is used for detecting duplicate message processing?


Answer: CheckPoint activity - Specify the uniqueID for the duplicate key field and engine maintains list of these key fields. When a process come to checkpoint activity with the same value for duplicate key which already exists, it throws a DuplicateException. An error transition can then handle this case.

61. Give an example where graceful migration of service from one machine to another is not possible.


Answer: HTTP Receiver. In this case the receiver on new machine starts listening on the same port, but you need to redirect requests from the old machine to the new one.

62. What are the types of adapter services ?


Answer: Types of adapter services are :
  • Subscriber Service
  • Publisher Service
  • Request-Response Service
  • Request-Response Invocation Service

63. If the business process needs to invoke another web service which resource do you use ?


Answer: SOAP request reply activity. If the business process needs to be exposed as SOAP service use SOAP Event Source in conjunction with SOAP Send Reply or SOAP Send Fault.

64. What is the functionality of the Retrieve Resources resource?


Answer: It can be used to serve the wsdl file of a SOAP Event Source to a (http) client.
Construct a process like: HTTP Receiver -> Retrieve Resources -> Send HTTP Response

Now the WSDL file for a SOAP service can be retreived using the http request

http://<host>:<port>/<path>/<resourceName>?wsdl

where 'path' is the folder path to the SOAP Event Source process and 'resourceName' is the name of the process

Example : http://purch:8877/Purchasing/GetPurchaseOrder?wsdl

65. What is the scope of user defined process variables ?


Answer: The scope of user defined process variables is only the process in which it is defined.(Not even inside a sub process that is invoked from this process)
« Previous |1 2 3 4 5| Next »

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 using DB persistence).

67. How do wait-notify resources work ?


Answer: Basically wait and notify should share a common notification configuration which is just a schema definition for data that will be passed from notifier to waiter. Specific instances of waiter & notifier are corrrelated via a key.
For example: when one process is in wait state for key 'Order-1', it waits till another process issues a notification with the same key value.

68. What is the default Axis in XPath ?


Answer: Child axis- What this means is that when you select "BOOK" from the current context, it selects a child node with that name, not a sibling with that name. Other axes are parent , self , sibling etc.

69. What are the output formats for XSLT?

Answer:


  • XML
  • HTML
  • Text

70. What does ' Success if no matching condition' transition mean ?

Answer:


Lets say between two nodes N1 and N2, there are 3 success transitions with condition and there is no success transition without condition. If none of the conditions match then a 'Success if no matching condition' transition can be used. Also if there is a success transition and also success transitions with condition and if the condition matches then both the sucess transition (no condition) as well as the transition(s) with matching conditions are followed. So you can use 'Success if no matching condition' to prevent duplicate paths of execution.




Success if no matching condition


71. What is the Purpose of $_error variable ?


Answer: $_error variable is available in the node following the error transition. It captures the error message, error code etc.

72. What are the cases where business process cant proceed correctly subsequent to restart from a checkpoint ?

Answer: 

  • Sending HTTP response, confirming an email/jms message etc. This is because the confirmation or sending HTTP response has to done in the same session. When engine crashes these sessions are closed at their socket level. In such cases send response/confirm before checkpoint.

73. Which group do you use to wait for multiple events and proceed with the first to occur ?


Answer: A 'Pick First Group'.
« Previous |1 2 3 4 5| Next »

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 new events. This can be used to control the number of process instances running simultaneously and when the protocol generating the event can store the event till it is received, like email servers, JMS, RV etc. 0 specifies no limit and is the default.
  • Activation Limit :
    Activation limit flag specifies that once a process instance is loaded it must be placed in memmory till it completes execution. By default it is enabled.

47. What are the options for configuring storage for process engine's checkpoint repository ?


Answer: The options for configuring storage for process engine's checkpoint repository are:
  • Local File
  • Database. Fault tolerant engines can recover from a checkpoint only when database is used.

48. Process engines in a fault tolerant group can be configured as peers or master secondary.How do these differ ?


Answer: The options for configuring storage for process engine's checkpoint repository are:
  • - Peer means all of them have the same weight. In this case when one engine fails another one takes over and continues processing till it fails.
  • - In master secondary configuration weights are unequal, the secondary starts processing when master fails. But when master recovers, secondary stops and master continues processing.

49. What are the uses of grouping activities ?


Answer: Uses of grouping activities are:
  • Create a set of activities having a common error transition.
  • Repeat group of activities based on a condition.
    1. - Iterate over a list.
    2. - Repeat until condition true.
    3. - Repeat on Error until condition true.
  • Group activities into a transaction.
  • To create a critical section area that synchronizes process instances.
  • A 'Pick First Group' allows you to wait for the occurence of multiple events and proceed along a path following the first event to occur.

50. What is the purpose of a Lock shared configuration resource?


Answer: A Lock is specified for a 'Critical Section' group when the scope is 'Multiple'. It can be used to ensure synchronization across process instances belonging to multiple processs definitions or for process instances across engines(Check multi engine flag for lock in this case and the BW engine needs to be configured with database persistence while deployment). If synchronization is for process instances belonging to the same processs definition inside one engine, just specify the scope as 'Single'.

51. How to control the sequence of execution of process instances created by a process starter ?


Answer: Use the sequencing key field in the Misc tab of any process starter. Process instances with the same value for this field are executed in the sequence in which they are started.

52. Can there be two error transitions out of an activity ?


Answer: No. There can be only one Error and one Success if no matching condition transition out of each activity.

53. When is a 'No Action' group used ?


Answer: 'No Action' group used to have a set of activities having a common error transition

54. What activity can be used to set the value of a 'User defined process variable' ?


Answer: The 'Assign' activity can be used to set the value of a 'User defined process variable'.

55. Which are the two process variables available to all activities with inputs ?

Answer: 
  • $_globalVariables
  • $_processContext
« Previous |1 2 3 4 5| Next »

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 layers:
  • FileNotFoundException :Thrown when yhe file does not exist.
  • UnsupportedEncodingException:Thrown when the text file’s encoding is not valid and the content of the file is read into process data.
  • FileIOException :Thrown when an I/O exception occurred when trying to read the file.

36. What is the purpose of the inspector activity ?


Answer: The Inspector activity is used to write the output of any or all activities and process variables to a file and/or stdout. This is particularly useful when debugging process definitions and you wish to see the entire schema instead of mapping specific elements to the Write File activity.

37. What are the maximum/minimum of threads available for incoming HTTP ?


Answer: The maximum/minimum of threads available for incoming HTTP : 75/10

38. How can unauthorized users be prevented from triggering a process ?


Answer: Unauthorized users be prevented from triggering a process by giving 'write' access for the process engine to only selected users. Only users with 'write' access can do activities like deploying applications, starting/stopping process engines etc.

39. What are the mandatory configuration parameters for FTP Connection & FTP with firewall ?


Answer: The mandatory configuration parameters for FTP Connection
  • FTP host
  • Port
  • Username & Password>
If Firewall is enabled in addition the proxy host and port are required.

40. how to design a process such that depending on number of records updated in a database, 3 different sub-processes may be called ?


Answer: Define 3 transitions from JDBC update with condition on the no of updates and call appropriate child processes.

41. How to use legacy .dat file format with latest designer ?


Answer: Convert .dat file to multi file project using Administration tab while starting up Designer(Other one being Project tab) and then open the multifile project in the normal way.

42. What are the encodings supported by designer ?


Answer: Encodings supported by designer are
  • ISO8859-1(Latin-1)
  • UTF-8

43. What are the 4 main panels of the Designer window ?


Answer: The 4 main panels of the Designer window are
  • Project panel
  • Palette panel
  • Design panel
  • Configuration panel

44. How do you determine if there are broken references in the project?


Answer: Project -> Validate for deployment

45. Where are the Designer preferences stored ?


Answer: Designer preferences stored are stores in a file called 'Designer <ver>.prefs' in the user home directory.

« Previous |1 2 3 4 5| Next »

Monday, June 25, 2012

JMS Topic Publisher Activity

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

JMS Queue Receiver Activity

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

JMS Queue Sender Activity

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

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 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 on the Advanced tab. This specifies that the activity is outside of the transaction and the SQL statement is committed when the activity completes, even if the activity is in a transaction group.

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 on the Advanced tab. This specifies that the activity is outside of the transaction and the SQL statement is committed when the activity completes, even if the activity is in a transaction group.

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 activities in a transaction group, you can check the Override Transaction Behavior field on the Advanced tab. This specifies that the activity is outside of the transaction and the SQL statement is committed when the activity completes, even if the activity is in a transaction group.

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 database.

JDBC Connection

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

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 field on the Advanced tab. This specifies that the activity is outside of the transaction and the SQL statement is committed when the activity completes, even if the activity is in a transaction group. The Refresh button on this activity allows you to synchronize the activity with the contents of the database. This is useful if you make a change to the database while you are editing a process definition containing this activity in TIBCO ActiveMatrix BusinessWorks. When using the jConn or Data Direct 3.3 driver and connecting to a Sybase database, stored procedures that are supposed to return multiple result sets do not return any data. To avoid this problem, you can either use the sun.jdbc.odbc.JdbcOdbcDriver instead or you can add set nocount on to your stored procedure definition.

List File Activity

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

Copy File Activity

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

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 thrown.

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 location.

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 resuming.

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 detected.

Write File Activity

The Write File activity writes content to the specified file.

Read File Activity

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

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 file name, if it is already exists.
i.e., For example if a file with the same name is already present in that particular location, it will overwrite the file name else it will raise an exception as file already exists.

Is a Directory: Check this field if u want to create a New directory (i.e., New folder with the specified name will be created). If the specified name for the directory already exists, it will raise an error that already exists, make sure to the check the field overwrite.

Create Non-Existing Directories: When checked, the activity creates all directories in the specified path, if they do not already exist. If this field is unchecked and there are one or more directories in the specified path that do not exist, an exception is raised.

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 code.
 
Advantages:
  • Middleware-enabled EAI - Enterprise Application Integration is the creation of new strategic business solutions by combining the functionality of an enterprise's existing applications, commercial packaged applications, and new code using a common middleware.
  • Middleware is able to hide the complexities of the source and target systems, here by freeing developers from focusing on low-level APIs and network protocols and allowing them to concentrate on sharing information. 

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 applications such as Power Builder or Vantive.

Application level integration uses the integrated applications' integration frameworks and APIs. Application interfaces let you invoke business logic to preserve data integrity. Integration API examples include Siebel's JAVA Data Beans and SAP's JCA (J2EE Connector Architecture).

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More