How can we change Global variable deployment ? what is it
defines?
Answer Posted / danish
you can change GV value at runtime by starting the BW
application using command line and passing the GV value as
parameter in below format:
-tibco.clientVar.GV_Group/GV_Name GV_Value
e.g.:
"C:/tibco/bw/5.9/bin/bwengine.exe" --run --
propFile "C:/tibco/tra/domain/esb59/application/TibcoGV/Tibc
oGV-Process_Archive.tra" -tibco.clientVar.Group/Age 50
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between shared variable and job shared variable ?
Which are the two process variables available to all activities with inputs ?
What is the scope of user defined process variables ?
What are the different types of transactions tibco provides?
What activities are supported in jta transaction?
How to control the sequence of execution of process instances created by a process starter ?
What is the functionality of the retrieve resources resource?
What is the purpose of $_error variable ?
Can there be two error transitions out of an activity ?
What are the encodings supported by designer ?
What are the tibco bw activities that can participate in transactions?
What is custom id?
What is the default axis in xpath ?
If there are two sub processes then how can we call at a time one sub process dynamically by using call process?
How do wait-notify resources work ?