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
What is the functionality of the retrieve resources resource?
Which one to prefer, Soap over JMS or Soap over HTTP in web service. Explain their pros and cons.
Explain the process configuration parameters - max jobs, flow limit & activation limit ?
If there are two sub processes then how can we call at a time one sub process dynamically by using call process?
If there are Senders who are sending messages on a queue. And these messages are not yet received by the consumers. They are still lying in the server. But before the consumers could receive the message the server went down. Since they are persistent messages, they are saved. But when secondary comes up how will the secondary server will get the message because it’s a different machine. How will it get the messages which are with the Primary server?
What are the three scenarios where bw engine has to be configured with database persistence instead of local file ?
Where do the default global variables declared in designer are stored in tibco administrator?
What is the purpose of the inspector activity ?
What are the uses of grouping activities ?
What are the types of adapter services ?
Explain what is alias file in tibco?
What activities are supported in jta transaction?
What are the pretch predicates in tibco bw ?
What is a spawn in call process?
What is target namespace and taget prefix?