How to make Global Variables Visible editable during deployment in Administrator GUI?

How to make Global Variables Visible editable during deployment in Administrator GUI?

book

Article ID: KB0086872

calendar_today

Updated On:

Products Versions
TIBCO Designer -
Not Applicable -

Description

Resolution:
How to make Global Variables editable during deployment in Administrator GUI?

In Designer, when building a EAR, the Deployment Checkbox next to the GV should be checked so as to make GVs visbile and configurable during deployment in Administrator GUI. The same will be appear in the exported config XML file.

Example:  Global Variable appearance in the Deployment configuration XML file.

If the Deployment Checkbox is checked, GV is visible and editable.

 

 <NameValuePair>

            <name>CFG/ARCHITECTURE/ENVIRONMENT/CFG_ENVIRONMENT_PREFIX</name>

            <value>DE</value>

            <requiresConfiguration>false</requiresConfiguration>

           <disableConfigureAtDeployment>false</disableConfigureAtDeployment>

 </NameValuePair> 


If the Deployment Checkbox is unchecked, GV is not visible in the Admin GUI.

 <NameValuePair>

            <name>CFG/ARCHITECTURE/ENVIRONMENT/CFG_ENVIRONMENT_PREFIX</name>

            <value>DE</value>

            <requiresConfiguration>false</requiresConfiguration>

           <disableConfigureAtDeployment>true</disableConfigureAtDeployment>

 </NameValuePair>


Issue/Introduction

How to make Global Variables Visible editable during deployment in Administrator GUI?

Additional Information

TIBCO Designer --> Chapter 2 > Working With Global Variables > Global Variable Attributes