Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Applications : Editing an Application

Editing an Application
Procedure 
1.
Click Applications.
2.
The application details display.
3.
Application Level
Adapter Component
Choose the version of TIBCO Adapter software to run by choosing the TIBCO Adapter component and clicking Configuration > Software Versions. See Software Versions for more information.
Substitution variables by choosing the TIBCO Adapter component and clicking Configuration > Substitution Variables. See for more information.
4.
Click Save.
Selecting the Software Version
About this task 
When components of the EAR file are distributed to different nodes, you have to make sure that the required TIBCO Adapter software version is running on those nodes. By default, the highest compatible TIBCO Adapter version is selected. But you can choose a different TIBCO Adapter version if it is available. If the TIBCO Adapter archive was created in a version that is lower than the lowest software version available, then no version is available for selection.
When deploying an application via the CLI if the software version is not specified, the component version from the EAR is used. If this version of software is not available, a compatible or a higher minor version is used. If the selection of compatible minor version cannot be made the deployment resulting in a CONFIGURE_FAILED message.
GUI
Procedure 
1.
Click the Applications button.
2.
3.
4.
Click Configuration > Software Versions.
The list of nodes where the TIBCO Adapter component is deployed displays.
5.
6.
Click Save.
CLI
Procedure 
1.

<amxdata_proxycomponent:ProxyComponent xsi:type="amxdata_proxycomponent:ProxyComponent"
name="ActiveDatabaseAdapterConfiguration.aar">
<softwareversion xsi:type="amxdata_proxycomponent:SoftwareVersion"
nodename="adapter_node_1" version="6.2.0"/>
</amxdata_proxycomponent:ProxyComponent>
2.
In the build file, set the action attribute of the AMXAdminTask element to setSoftwareVersion .
<AMXAdminTask action="add" objectSelector="*/Application" />
3.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved