Products | Versions |
---|---|
TIBCO Administrator | - |
Not Applicable | - |
Resolution:
Description:
============
If MaxDeployment revision history needs to be set for applications that are deployed using Appmanage, this can be done by adding the following line in the application config file. This will set Max deploy revision to 3. Afterward, Appmanage should be run with the deployconfig option.
<maxdeploymentrevision>3</maxdeploymentrevision>
Environment:
===========
TIBCO Administrator 5.x.x
TIBCO Runtime Agent 5.x.x
OS : All
Resolution:
==========
Here is the content from the Sample xml file:
====================================
<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://www.tibco.com/xmlns/ApplicationManagement" name="dummyPrj">
<repoInstanceName>%%DOMAIN%%-dummyPrj</repoInstanceName>
<maxdeploymentrevision>3</maxdeploymentrevision>
<NVPairs name="Global Variables">
<NameValuePair>
<name>DirLedger</name>
<value>.</value>
</NameValuePair>
<NameValuePair>
<name>DirTrace</name>
<value>.</value>
</NameValuePair>
<NameValuePair>
<name>HawkEnabled</name>
<value>false</value>
</NameValuePair>
<NameValuePair>
<name>JmsProviderUrl</name>
<value>tcp://localhost:7222</value>
</NameValuePair>
<NameValuePair>
<name>JmsSslProviderUrl</name>
<value>ssl://localhost:7243</value>
</NameValuePair>
<NameValuePair>
<name>RemoteRvDaemon</name>
<value></value>
</NameValuePair>
<NameValuePair>
<name>RvDaemon</name>
<value>tcp:7500</value>
</NameValuePair>
<NameValuePair>
<name>RvNetwork</name>
<value></value>
</NameValuePair>
<NameValuePair>
<name>RvService</name>
<value>7500</value>
</NameValuePair>
<NameValuePair>
<name>RvaHost</name>
<value>localhost</value>
</NameValuePair>
<NameValuePair>
<name>RvaPort</name>
<value>7600</value>
</NameValuePair>
<NameValuePair>
<name>TIBHawkDaemon</name>
<value>tcp:7474</value>
</NameValuePair>
<NameValuePair>
<name>TIBHawkNetwork</name>
<value></value>
</NameValuePair>
<NameValuePair>
<name>TIBHawkService</name>
<value>7474</value>
</NameValuePair>
<NameValuePair>
<name>testGV</name>
<value>a</value>
</NameValuePair>
</NVPairs>
<repoInstances selected="local">
<localRepoInstance>
<encoding>ISO8859-1</encoding>
</localRepoInstance>
</repoInstances>
<services>
<bw name="Process Archive.par">
<enabled>true</enabled>
<bindings>
<binding name="Process Archive">
<machine>frpei-T510</machine>
<product>
<type>BW</type>
<version>5.9</version>
<location>C:/tibco/bw/5.9</location>
</product>
<setting>
<startOnBoot>false</startOnBoot>
<enableVerbose>false</enableVerbose>
<maxLogFileSize>20000</maxLogFileSize>
<maxLogFileCount>4</maxLogFileCount>
<threadCount>8</threadCount>
<NTService>
<runAsNT>false</runAsNT>
<startupType>automatic</startupType>
</NTService>
<java>
<initHeapSize>32</initHeapSize>
<maxHeapSize>256</maxHeapSize>
<threadStackSize>256</threadStackSize>
</java>
</setting>
<shutdown>
<checkpoint>false</checkpoint>
<timeout>0</timeout>
</shutdown>
</binding>
</bindings>
<NVPairs name="Runtime Variables">
<NameValuePair>
<name>testGV</name>
<value>a</value>
</NameValuePair>
</NVPairs>
<NVPairs name="Adapter SDK Properties">
<NameValuePair>
<name>Trace.Task.*</name>
<value>false</value>
</NameValuePair>
<NameValuePair>
<name>EnableMemorySavingMode</name>
<value>false</value>
</NameValuePair>
<NameValuePair>
<name>bw.engine.enableJobRecovery</name>
<value>false</value>
</NameValuePair>
<NameValuePair>
<name>bw.engine.autoCheckpointRestart</name>
<value>true</value>
</NameValuePair>
<NameValuePair>
<name>bw.engine.jobstats.enable</name>
<value>false</value>
</NameValuePair>
<NameValuePair>
<name>log.file.encoding</name>
<value></value>
</NameValuePair>
<NameValuePair>
<name>bw.engine.emaEnabled</name>
<value>false</value>
</NameValuePair>
<NameValuePair>
<name>bw.container.service</name>
<value></value>
</NameValuePair>
<NameValuePair>
<name>bw.container.service.rmi.port</name>
<value>9995</value>
</NameValuePair>
<NameValuePair>
<name>bw.platform.services.retreiveresources.Enabled</name>
<value>false</value>
</NameValuePair>
<NameValuePair>
<name>bw.platform.services.retreiveresources.Hostname</name>
<value>localhost</value>
</NameValuePair>
<NameValuePair>
<name>bw.platform.services.retreiveresources.Httpport</name>
<value>8010</value>
</NameValuePair>
<NameValuePair>
<name>bw.platform.services.retreiveresources.defaultEncoding</name>
<value>ISO8859_1</value>
</NameValuePair>
<NameValuePair>
<name>bw.platform.services.retreiveresources.enableLookups</name>
<value>false</value>
</NameValuePair>
<NameValuePair>
<name>bw.platform.services.retreiveresources.isSecure</name>
<value>false</value>
</NameValuePair>
<NameValuePair>
<name>bw.platform.services.retreiveresources.identity</name>
<value>/Identity_HTTPConnection.id</value>
</NameValuePair>
<NameValuePair>
<name>bw.log4j.configuration</name>
<value></value>
</NameValuePair>
<NameValuePair>
<name>clientAck</name>
<value>false</value>
</NameValuePair>
<NameValuePair>
<name>redelivery</name>
<value>false</value>
</NameValuePair>
</NVPairs>
<failureCount>0</failureCount>
<failureInterval>0</failureInterval>
<bwprocesses>
<bwprocess name="Process Definition.process">
<starter>Timer</starter>
<enabled>true</enabled>
<maxJob>0</maxJob>
<activation>true</activation>
<flowLimit>0</flowLimit>
</bwprocess>
</bwprocesses>
<isFt>false</isFt>
</bw>
</services>
</application>
======================================