following a simple config file for od552 to test synchronisation btw od and dd.
When dd fails the dnr script returns the xml formatted output <code response =-2 ...> .
Well od prints a failure message when i test this deployment in comamnd line but the file is deployed and od doesn't rollback. Is there any mistake in my dnr call in the following config file ..?
<?xml version="1.0" encoding="ISO-8859-1" ?>
<deploymentConfiguration >
<logRules maxBytes="32Mb" level="verbose" >
</logRules>
<localNode host="cmsbs" />
<replicationFarmSet >
<replicationFarm name="MYFARMNAME" >
<nodeRef useNode="MyLocalHost" >
</nodeRef>
</replicationFarm>
</replicationFarmSet>
<definition name="MYDEFINITIONNAME" >
<source >
<sourceFilesystem area="/IW/od-home/OpenDeployNG/conf/testbis" filelist="" >
<pathSpecification >
<path name="." >
</path>
</pathSpecification>
</sourceFilesystem>
</source>
<target useReplicationFarm="MYFARMNAME" >
<targetFilesystem area="/IW/od-home/OpenDeployNG/tmp" >
</targetFilesystem>
<comparisonRules dateDifferent="yes" revert="no" ignoreAcls="no" ignoreModes="no" ignoreUser="no" ignoreGroup="no" >
</comparisonRules>
<permissionRules amask="" omask="" directory="0755" file="0755" group="" user="" changeAccess="" setAccess="" >
</permissionRules>
</target>
</definition>
<deployment transactional="no" >
<execDeploymentTask useDefinition="MYDEFINITIONNAME" downRev="" >
<deployNRun >
<dnrDeployment location="source" when="after" state="success" >
<script cmd="/IW/iw-home/iw-perl/bin/iwperl /IW/iw-home/local/config/dev/dnrdeploydcr.ipl /iwmnt/Developpement/main/wadis/FR/WORKAREA/JH_HE/templatedata/challengair/page_catalogue_1/dbconfig.cfg" as="" where="" async="no" >
</script>
</dnrDeployment>
</deployNRun>
</execDeploymentTask>
</deployment>
</deploymentConfiguration>
thanks