Difference between file polar and file adapter ?
Answers were Sorted based on User's Feedback
Answer / bhaskar reddy
File Adapter is a trigger file based concept. It triggers when .trg file is available for the corresponding data file.
File Poller does not have this concept. when ever the file updates (create,update,delete) poller will trigger the process based on configuration you did to FilePoller activity.
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / ramesh kunusothu
file polar activity poll the file for polling intervel time
when find file in every 5 seconds in filepolar ,the file adapter is send large no of file at a time ( multiformate file like ..txt.csv.....etc)
| Is This Answer Correct ? | 1 Yes | 5 No |
Which one to prefer, Soap over JMS or Soap over HTTP in web service. Explain their pros and cons.
Where do the default global variables declared in designer are stored in Tibco Administrator -- WellsFargoo
What are the cases where business process cant proceed correctly subsequent to restart from a checkpoint ?
When is a 'no action' group used ?
What is the difference between "default" and "value" in the configuration file of the Tibco admin
how to create global variables and if we create where do we have to use in the project ?
how to create a directory using external command activity in BW? can u please tell the cmd?
What activities are supported in xa transaction ?
What is difference between scripted deployment and normal deployment?
What is a spawn in call process?
What is the difference between publish by value and publish by reference?
If there are two sub processes then how can we call at a time one sub process dyanmiccally by using call porcess?