Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
How do I make my DNR use rcv manifest?
System
I have a deployment config where I have a DNR that I want to use the rcv manifest. However, I'm not having any luck making it use the rcv manifest. I can only get it to work using the src manifest.
This is the DNR that is causing me problems:
[html]
<script cmd="/usr/interwoven/od-home1/OpenDeployNG/conf/odscripts/ibm_HandleUpdates_to_www03.pl /usr/interwoven/od-home1/OpenDeployNG/tmp > /log/iw/deploy/updatedFiles03.log" as="stgweb" where="" async="no" >
</script>
[/html]
If I have location="source", it runs, but it is using the source manifest which doesn't have what I need. If I use location="target" as shown above, it doesn't work at all. The script doesn't even start up.
Thanks in advance for any insight,
Maria
P.S.
Here is my complete config XML:
[html]
<script cmd="/usr/interwoven/iw-home/custom/deploy/ibm_log_deletions.ipl" as="" where="" async="no" >
</script>
<script cmd="/usr/interwoven/od-home1/OpenDeployNG/conf/odscripts/ibm_HandleUpdates_to_www03.pl /usr/interwoven/od-home1/OpenDeployNG/tmp > /log/iw/deploy/updatedFiles03.log" as="stgweb" where="" async="no" >
</script>
<script cmd="/usr/interwoven/od-home1/OpenDeployNG/conf/odscripts/ibm_HandleDeletes_to_www03.pl /usr/interwoven/od-home1/OpenDeployNG/tmp 2>>/log/iw/deploy/ibm_HandleDeletes03.err" as="stgweb" where="" async="no" >
</script>
<script cmd="/usr/interwoven/iw-home/custom/bin/ibmsend_html_mail_generic.ipl -t sgtsadm@us.ibm.com -f sgtsadm@us.ibm.com -m "There has been a deployment error from the TeamSite servers branch. Please check the OpenDeploy logs on TEAMSITE01." -s "TeamSite servers branch Deployment Error"" as="" where="" async="no" >
</script>
[/html]
Find more posts tagged with
Comments
There are no comments yet