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.
Another Way :
You can add tibco.clientVar.<GVname>=value in the appname.tra file in <tibco_home>/tra/domain/<domain name>/ application/app name directory.
We can place all the global variables in one 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 ‘srik.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.
For training on TIBCO BusinessWorks mail us at [email protected]