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)
dnr deployment script
HeMan10
Hi,
I have four dnr scripts in a deployment config. All of them run but the last one.
[HTML]
<script cmd="/interwoven/OpenDeploy/OpenDeployNG/bin/iwodstart dbupdate_dummy_prod" where="/interwoven/OpenDeploy/OpenDeployNG/conf" async="no" >
</script>
<script cmd="/interwoven/iw-home/iw-perl/bin/iwperl /interwoven/iw-home/custom/bin/od/DBUpdate_prod.ipl LatestEdition-S" where="/interwoven/iw-home/
custom/bin/od/" async="no" >
</script>
<script cmd="/bin/sh /scripts/bin/load_content_prod.sh -xmfile /interwoven/iw-home/custom/bin/od/prod_xm.xml > /interwoven/iw-home/custom/bin/od/dat
abaseUpdate2353031008.log" where="/scripts/bin/" async="no">
</script>
[/HTML]
The last one doesn't run. Also I had to recently migrate the system from solaris 8 to solaris 9. The version of the OD is 6.0.2.
Has any one seen this behavior before? Any help is appreciated.
Thanks
-H
Find more posts tagged with
Comments
artor
It could be permission issue NOT sure but i think you can check with write simple shell script and put this command in that script and run.
HeMan10
Thanks for your reply. You are right. It was a permissions issue.