Hi All,Thanks in advance. I am trying to invoke couple of DNR scripts in the reverse deployment. The scripts are not getting triggered on the completion of the deployment. Any ideas? Here is OD configuration file as attachment.Thanks!Jenni
... <deployment transactional="no"> <execDeploymentTask useDefinition="MYDEFINITIONNAME"/> <deployNRun> <dnrDeployment location="target" when="after" triggerPoint="connect" state="always"> <script cmd="D:\iw-home\iw-perl\bin\iwperl \iw-home\httpd\iw-bin\plc\copyFiles.ipl" where="D:\temp" as="ts-admin" async="no" /> </dnrDeployment> <dnrDeployment location="target" when="after" triggerPoint="transfer" state="always"> <script cmd="D:\iw-home\iw-perl\bin\iwperl \iw-home\httpd\iw-bin\plc\successInformation.ipl" where="D:\temp" as="ts-admin" async="no" /> </dnrDeployment> </deployNRun> </execDeploymentTask> </deployment>...