what is the location of shared variable store data in persistent mode
Answer Posted / kiran
to persist the shared variable data we can store the shared variable data in a file or in a database.to store it ion a file we need to select persistent option and the shared variable data will be stored in folder called "INTERNAL"
(path=c:/users/.tibco/working/<application-name>/internal)
if the shared variable data will be access by process definitions which are running in different bw engines,then we need to select multi-engine option.and the shared variable data must store in database..
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
Which group do you use to wait for multiple events and proceed with the first to occur ?
What is the difference between publish by value and publish by reference?
What are the three scenarios where bw engine has to be configured with database persistence instead of local file ?
Can there be two error transitions out of an activity ?
Why we implement the tibco in our organization or company?
What are the uses of grouping activities ?
What are the options for configuring storage for process engine's checkpoint repository ?
What are the different modes of service invocation?
When is a 'generate error' activity useful?
Where does the tibco admin maintains the version history of the application?
Which activity is used for detecting duplicate message processing?
What is the advantage of scripted deployment in tibco?
What is the difference between jms queue receiver and jms queue requestor?
What are the possible error output's of read file activity?
Which one to prefer, Soap over JMS or Soap over HTTP in web service. Explain their pros and cons.