How can we change Global variable deployment ? what is it
defines?
Answer Posted / 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 |
Post New Answer View All 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?
What is a spawn in call process?
Which activity is used for detecting duplicate message processing?
Why we implement the tibco in our organization or company?
What are the encodings supported by designer ?
If there are two sub processes then how can we call at a time one sub process dynamically by using call process?
If you are posting a message on a queue & Server is down. What happens.
How to design a process such that depending on number of records updated in a database, 3 different sub-processes may be called ?
What is target namespace and taget prefix?
What are the types of adapter services ?
If Sender has sent the message on a queue.If the JMS Primary Server went down and secondary Server get the message which is lost. Where is the message now?
What is the role of tra?
What is the difference between publish by value and publish by reference?
What is difference between shared variable and job shared variable ?
What are the possible error output's of read file activity?