I am modifying a variable for one service instance, yet Administrator redeploys all service instances regardless of whether they have been changed.Is it possible to circumvent this behaviour?

I am modifying a variable for one service instance, yet Administrator redeploys all service instances regardless of whether they have been changed.Is it possible to circumvent this behaviour?

book

Article ID: KB0091989

calendar_today

Updated On:

Products Versions
TIBCO Administrator -
Not Applicable -

Description

Resolution:
This is a limitation of Administrator, in that it will redeploy all service instances even if only one has been altered.  The only ways around this are:

1)    To edit the application TRA file on the relevant machine and add the following parameter:
         tibco.clientVar.GV_NAME=&ltspecify the runtime value>
    Then restart the application on that machine.  Note that the value will be overwritten if the application is redeployed at any time.  Also, the value that the application instance runs with will not be the same as that displayed in the Administrator GUI.

2)    To change the value in Administrator, but when deploying, uncheck the “stop running services…” and “start successfully deployed services” check boxes.  This will mean that the old instances of the application will be running (and will be marked as out of synch).  You can then restart the instance that has changed and then restart the others at your convenience.

Issue/Introduction

I am modifying a variable for one service instance, yet Administrator redeploys all service instances regardless of whether they have been changed.Is it possible to circumvent this behaviour?