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)
Deploy and Run not working
Lex
Has anyone ever run into the following message in your OpenDeploy log:
CFG: 2003-05-08 11:20:44 PDT GMT-07:00 ***WARNING - Ignoring unrecognized element or element out of place: "dnrDeployment"
We're getting this when trying to run a script on the failure of a deployment. Here's the relevant section of the configuration file:
<deployment transactional="no" >
<execDeploymentTask useDefinition="definition1">
<deployNRun>
<dnrDeployment location="source" when="after" state="failure">
<script cmd="d:\iw-home\local\bin\test.ipl" as="SYSTEM" where="d:\iw-home\local\bin\" async="no"/>
</dnrDeployment>
</deployNRun>
</execDeploymentTask>
</deployment>
I don't see anything glaringly wrong with this, how about you?
Find more posts tagged with
Comments
Migrateduser
how about using dnrDeploymentJob?
Adam Stoller
This is a known bug (35208) which was [supposedly] fixed in 5.6.0 (can't verify right now, sorry) - it is an erroneous warning message and should be able to be ignored.
If it is truly causing your deployment to fail, I'd suggest upgrading to 5.6.0. If you're running 5.6.0, please contact Interwoven Support and reference the bug number.
--fish
(Interwoven Senior Technical Consultant)
Edited by ghoti on 05/08/03 04:44 PM (server time).
Lex
We're still on 5.5.2, but you're right - it doesn't affect the deployment so we can just ignore the message. Thanks!
PaulD
Lex,
For our dnr's we need to take the line like you have,
<script cmd="d:\iw-home\local\bin\test.ipl" as="SYSTEM" where="d:\iw-home\local\bin\" async="no"/>
and change it to
<script cmd="d:\iw-home\iw-perl\iwperl.exe d:\iw-home\local\bin\test.ipl" as="SYSTEM" where="d:\iw-home\local\bin\" async="no"/>
Hope that helps,
Paul