How can we change Global variable deployment ? what is it
defines?

Answers were Sorted based on User's Feedback



How can we change Global variable deployment ? what is it defines?..

Answer / rahul

You can change the runtime variables for a service or
process -
In TIBCO Administrator, click Application Management.
1) Select an application and expand it.
2) In the Configuration Builder pane, click a service or
process name. A service is named with a .arr suffix. A
process is named with a .par suffix.
3) Click the Advanced tab.
4) Change runtime variables as required.
5) Click Save.

Is This Answer Correct ?    12 Yes 0 No

How can we change Global variable deployment ? what is it defines?..

Answer / rashmi

Want to change GV at run time?????????????

Is This Answer Correct ?    4 Yes 0 No

How can we change Global variable deployment ? what is it defines?..

Answer / rahul

We can change the global varaibles from the Command prompt
on the server.

Is This Answer Correct ?    9 Yes 6 No

How can we change Global variable deployment ? what is it defines?..

Answer / chiranjeevi

I knew this procedure Rahul.You can do the above or you can
place all the global variables in on file as below

tibco.clientVar.Connections/Database/DBName=IBTEST11
tibco.clientVar.Connections/Database/DBOwner=TTIB
tibco.clientVar.Connections/Database/DatabaseURL=jdbc:db2:/PSSDBT:51010/IBTEST11
tibco.clientVar.Connections/Database/JDBCDriver=com.ibm.db2.jcc.DB2Driver
tibco.clientVar.Connections/Database/LoginTimeout=0
tibco.clientVar.Connections/Database/MaximumConnections=10

And save the above file as 'filename.properties' and then
need to add the following in application.tra file once you
have deployed the ear file.
tibco.env.APP_ARGS= -p filename.properties.

Rahul I need the command to change the value form command
prompt as you said earlier.

Is This Answer Correct ?    4 Yes 1 No

How can we change Global variable deployment ? what is it defines?..

Answer / vms

GV value cannot be changed in runtime unless its undeployed and redeployed.

Is This Answer Correct ?    4 Yes 3 No

How can we change Global variable deployment ? what is it defines?..

Answer / rahul

I would not encourage this but if you want you can add
tibco.clientVar.<GVname>=value in the appname.tra file in
<tibco_home>/tra/domain/<domain name>/application/app name
directory.

Is This Answer Correct ?    3 Yes 3 No

How can we change Global variable deployment ? what is it defines?..

Answer / 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

How can we change Global variable deployment ? what is it defines?..

Answer / bhaskar reddy

What ever is the process you need to restart the service after change the GV.

Is This Answer Correct ?    0 Yes 0 No

How can we change Global variable deployment ? what is it defines?..

Answer / chiranjeevi

Could you please send me the procedure/command to change the
global variable from command prompt.

Is This Answer Correct ?    1 Yes 2 No

How can we change Global variable deployment ? what is it defines?..

Answer / sree

i think there is three ways to change the gv at run time

1.in our bw file location default.vars

2. admin

3.

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More TIBCO Interview Questions

What activities are supported in xa transaction ?

0 Answers  


What is the difference between publish by value and publish by reference?

0 Answers  


Already the table has some data in it, with the help of ADB we had inserted some data. By seeing the table how can we identify the data inserted by ADB.

3 Answers  


What are the different types of transactions tibco provides?

0 Answers  


wht is a spawn in call process ?

6 Answers   Accenture,






Which mechanism can be used to pass data between a process instance and a called sub process other than mapping from/to the callee's input/output ?

0 Answers  


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.

0 Answers  


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?

0 Answers  


What are the tibco bw activities that can participate in transactions?

0 Answers  


i have 3.6 it exp,relavant 2 years, how to tell my self?

0 Answers  


can any one tell me.i have 3 years experience of non-It field.but outof 3 y.of ex. first 1.6 years of ex.one dept's & second 1.7 years of ex.another dept's .i have completed M.com ,but i want to change to IT side (instead of non-IT) what is my quesion.in interview point of time thay are asking about myself (i have to give the replay morethen 6 minit) how to give the replay don't mind give me replay

0 Answers  


What is target namespace and taget prefix?

0 Answers   IBM,


Categories