Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
DeployNRun 5.0 troubles
steve_mays
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>
Find more posts tagged with
Comments
Migrateduser
what error its comming, I think u have to remove right Parenthesis to dnrDr,
jbyork
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.
menza
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?