opendeploy deploy and run
could anyone tell me why I get the following warning when I run a deployment
ENG: 2003-01-27 14:47:57 GMT+00:00 Received request to start deployment test.
ENG: 2003-01-27 14:47:57 GMT+00:00 Starting job m1 for deployment test with parameters: {WEEKINV=0, STARTTIME=Mon Jan 27 14:47:57 GMT 2003, DAYINV=0, MONTHDAYS=null, HOURINV=0, DEPLOYNAME=test, JOBID=m1, REPAIR=false, STARTDEPLOY=true, DESCRIPTION=, VERIFY=false, NO_RECUR=NO_RECUR, DEPLOYSUFFIX=, ENDTIME=null, OWNER=root, WEEKDAY=null, RECURSET=NO_RECUR, PAD6=null, PAD5=null, SYNCH=true, PAD4=null, KEYVALUES=p1=param1
p2=param2
p3=works
, REPEAT=false, PAD3=null, PAD2=null, PAD1=null, YEARINV=0, LOGLEVEL=UNSPECIFIED, MINUTEINV=0}
CFG: 2003-01-27 14:47:58 GMT+00:00 ***WARNING - Ignoring unrecognized element or element out of place: "dnrDeployment"
ENG: 2003-01-27 14:47:58 GMT+00:00 Synchronous deployment. MacroDeploy Session[m1,test] started
ENG: 2003-01-27 14:47:58 GMT+00:00 Adding session m1(test)
ENG: 2003-01-27 14:48:23 GMT+00:00 Removing session m1(test)
extract from config file is bellow:
<deployment name="docs_dynamo_metadata" transactional="no">
<execDeploymentTask useDefinition="Dynamo_Ed"/>
<execDeploymentTask useDefinition="Docs_Ed"/>
<execDeploymentTask useDefinition="Metadata">
<deployNRun >
<dnrDeployment location="target" when="before" state="always" >
<script cmd="before_deploy_cmd.sh $p1^ $p2^ $p3^ " as="root" where="/usr/sbin" async="no" />
</dnrDeployment>
</deployNRun>
</execDeploymentTask>
</deployment>