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)
How to invoke a data deployment inside a script
srinu1242
Hi Geeks,
We have recently migrated from Teamsite 6.7.2 to Teamsite 7.3.1 and we are using Opendeploy 7.1.0 version. We had a requirement to invoke multiple data deployments through a deployment configuration file using "DNR" script.
For example:
1.Configuration File contains code like this :
<script cmd="E:\Interwoven\TeamSite\iw-perl\bin\iwperl.exe Y:\a\b\c\xyz.ipl var" async="no" />
2.And respective xyz.ipl contains code like this :
my $dd_config="xx/yy/zz/test-".$val;
$out = `"$ODHOME/bin/iwodstart.bat" $dd_config -k "iwdd=cs-to-db" ` ;
$out = `"$ODHOME/bin/iwodstart.bat" $dd_config -k "iwdd=doc-to-db" `;
The above code is not invoking the mentioned deployment.
Is it due to any compatability issue between the versions or something else . In previous version this was working fine, but now this is not working and not even throwing any error. I have tried with "iwodcmd.exe start" in place of "iwodstart.bat". But no use. When i tried to print the output of the command in log file it is giving "0"(succeeded). I don't understand what is actually happening with this command.
It will be helpful if somebody help me in this issue as it is very crucial for me.
Thanks,
Srinivas V
Find more posts tagged with
Comments
There are no comments yet