On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

DeployNRun 5.0 troubles

Hello there all. I am struggling to get DnR to function under 5.0. I have my script attached here. Help is appreciated!

<?xml version="1.0" encoding="UTF-8"?>

<deploymentConfiguration nodeSetFile="c:/interwoven/opendeployng/etc/odnodes.xml" >

<localNode host="teamsite" />

<replicationFarmSet>
<replicationFarm name="toyota_prod" >
<nodeRef useNode="devaiglstorfer" />
</replicationFarm>
</replicationFarmSet>

<definition name="ed_0006">
<source>
<sourceFilesystem
area = "Y:/default/main/smays/EDITION/ed_0006" >
<pathSpecification>
<path name = "." />
</pathSpecification>
</sourceFilesystem>
</source>
<target useReplicationFarm="toyota_prod" >
<!--
<comparisonRules dateDifferent="yes" />
<permissionRules file="0644"
directory="0755" >
</permissionRules>
-->
<targetFilesystem area="c:/iwtmp" />
</target>

</definition>

<deployment transactional="yes" >
<execDeploymentTask useDefinition="ed_0006" >
<deployNRun>
<dnrDir>
location="target"
when="after" >
<script cmd="default\build.bat"
dirMask=".*/default/.*"
async="no"
/>
</dnrDir>
</deployNRun>
</execDeploymentTask>
</deployment>

<logRules maxBytes="32Mb"
level ="VERBOSE"
/>

</deploymentConfiguration>

Comments

  • what error its comming, I think u have to remove right Parenthesis to dnrDr,
  • Make sure your XML file is well-formed. FYI - the script you are trying to run has to be on the source (not the destination). According to TS 5.0 documentation, the deploy and run script must be on odbase. Previous version of OD allowed you to execute a script on the odreceiver. IWOV has indicated that this function will be available in a future release.
  • Re location of script: in OD 5 it is fine to have the script on the target machine - you have to specify where OD should run the script anyway.

    Who is General Failure? And why is he reading my hard disk?