I am trying to configure Open deploy where in sorce file path and target file path needs to be different.OD script is attachedAnd i am calling OD command as:$cmd = "$iwhome/OpenDeployNG/bin/iwodstart sps_wf_ea_deploy -inst deploy_$$ -k area=$iwmount$workarea -k filelist=$filelist -k modifiedFilelist=$modifiedFilelist";The file is not getting deployed at the path specified in modifiedFilelist but its getting deployed to source file path specified in filelist.How will i be able to achieve this functionality?OD version 6.0.2TS version 6.5
filepath is what i have been using for source file system. But my requirement is that i want to open deploy the file in the different target path. So i need two filelists, one for source and other for target. What should i specify in od script to acheive this?