Hi,
I am using TeamSite 16.4 and enabled the LSCS deployments in PLC workflow. The workflow has two approval process preproduction and production.
I have updated the following configuration files
1. customer-teamsite-resource-config.xml and added entry for preproduction
2. odnodes.xml - Have an entry
<replicationFarm name="preproduction">
<nodeRef useNode="APP01">
<targetRules area="/app/wildfly/standalone/deployments/iw-runtime.war">
<permissionRules file="755" directory="755" user="xxxxx" group="xxxxx"/>
</targetRules>
</nodeRef>
</replicationFarm>
Still it fails with following error
ENG: End of deployment config file[C:\Interwoven\OpenDeployNG\conf\lscs\commit-deploy-plc_kckvx650kckvx651.xml]
ENG: ***ERROR - Unable to resolve Node name preproduction. Check your node name.
ENG: ***ERROR - Failed to start deployment.
ENG: End logfile [C:\Interwoven\OpenDeployNG\log\lscs\src.commit-deploy-plc_kckvx650kckvx65118de11be6b7923cf3e75e2a2b4a122de.log]
Any pointers would be greatly appreciated.
Thank you