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
Where are the designer preferences stored ?
What is a spawn in call process?
How to use legacy .dat file format with latest designer ?
What are the options for configuring storage for process engine's checkpoint repository ?
Hi i want to learn TIBCO. I am not good at programming.. Which module should i prefer to learn in tibco. i am having 2 years exp in another sector, now i m planning to change my career path. Please suggest me.
What is the purpose of the inspector activity ?
Process engines in a fault tolerant group can be configured as peers or master secondary.how do these differ ?
What is the functionality of the retrieve resources resource?
What are the different modes of service invocation?
What are the cases where business process cant proceed correctly subsequent to restart from a checkpoint ?
How do wait-notify resources work ?
What is custom id?
What is difference between shared variable and job shared variable ?
How to design a process such that depending on number of records updated in a database, 3 different sub-processes may be called ?
Can there be two error transitions out of an activity ?