Follow any of the below methods to change Max Deployment Revision Value in TIBCO domain using domain utility.

METHOD 1. To Change the Max Deployment Revision Value Using the GUI:

1. Start Domain Utility on the server where the administrator is running and click the Next button on the main screen.
2. Under Category, click Server Settings, then click Miscellaneous.
3. Click Next and in the screen that appears, select the administrative domain to
change.
4. Provide the administrator credentials for the domain.
5. In the next screen, change the Max Deployment Revision Value.
6. Click Next to review the value you supplied.
7. Click Next to apply the values.
8. Click Exit to end the session.

METHOD 2. Via Using the Command Line Utility:

1. Create a working directory that will hold the XML file that defines
configuration options.
2. Copy the Miscellaneous.xml file to your working directory:

<TIBCO_HOME>/tra/version/template/domainutility/cmdline/Miscellaneous.xml

3.Edit Miscellaneous.xml file which allows you to specify the Max Deployment Revision Value and save it.

<?xml version="1.0" encoding="UTF-8"?>
<Task xmlns="http://www.tibco.com/domainutility/commandline" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
        <Miscellaneous>
                <MaxDeploymentRevision>-1</MaxDeploymentRevision>
        </Miscellaneous>
</Task>

4. Execute the following command to apply your changes to the domain:

domainutilitycmd -cmdFile working-dir-path/Miscellaneous.xml -domain <domainName> -user <userName> -pw <password>

Leave a Reply

Your email address will not be published. Required fields are marked *