Hi Guys,
I have a requirement to address : I am trying to run a multi tier deployment.
Teamsite : 7.4.1
Open Deploy : 7.4.1.0.0
Tier
Server A (OD_Base or Teamsite ) -> Server B (OD_Base or OD_Proxy) -> Server C (LSDS Runtime or OD_Reciever).
Steps Performed :
@Server A :
1. I have created a filelist with files to be deployed (D:\Interwoven\OpenDeployNG\tmp\testFilelist.txt) and passed the same in deploymnet descriptor using -k Parameter.
2. deployment descriptor has been configured with below item -
<replicationFarm name="LiveSiteFarm"><nodeRef useNode="OD_Proxy"<nextDeployment deployment="EmergencyScipt\testFilelist_PROD" invokeOnSuccess="yes" multiTierTransactional="yes"/>
</nodeRef></replicationFarm>
@Server B :
1. Placed testFilelist_PROD.xml in conf\EmergencyScipt folder with the replicant farm and nodeset.
2. Copied the same filelist to
\Interwoven\OpenDeployNG\tmp\testFilelist.txt
It tries to copy files from server a to server B , then it fails stating error in definition at server B while reading the next tier deployment configuration.
QUESTION : By any chance can we run multi tier deployment on file list based operation instead of remote diff.
Also, my client does not want routed deployment to be configured.