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)
OD DNR sometimes does not respond to DNR response
aputnam
I am using OD 6.0.2 on TeamSite 6.5
Has anyone had a a situation where their OpenDeploy instance does not respond to the response code given by a DNR?
The following is my OD config:
<deployment transactional="yes">
<execDeploymentTask useDefinition="$web_task^">
<deployNRun>
<dnrDeployment when="after" location="source"
state="success">
<script cmd="$dd_cmd^"></script>
</dnrDeployment>
</deployNRun>
</execDeploymentTask>
<execDeploymentTask useDefinition="$app_task^"></execDeploymentTask>
</deployment>
My DNR is a perl script that runs Datadeploy and prints <response code="0"/> if the deployment is successful and <response code="-2"/> if it fails.
I have noticed that sometimes the OpenDeploy process does not pick up the response code from my DNR even though I know that it has printed it. Has anyone else experienced this?
Find more posts tagged with
Comments
Migrateduser
This doesn't answer your question directly, but since you are using OpenDeploy 6.0.2, you might consider using the <dbLoader> element to run the DataDeploy portion of your deployment rather than an external DNR script.
Todd Scallan
Director of Product Management
Interwoven
t: 408-530-7167
e:
tscallan@interwoven.com
aputnam
I tried that but there are some limitations to the the dbLoader element.
For example, when I use a TupleProcessor the command line arguments are not passed with the dbLoader element.
application_session_integrationBF.rptdesign