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 & OS is windows 2008. 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:\xx\yy\zz\xyz.ipl var" async="no" />
2.Corresponding Perl Script(xyz.ipl) contains code like this:
my $dd_config="db_new/abc/testdd-".$val;
chomp($dd_config);
$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 data deployment and not even throwing any error which was worked fine in the previous version. We have tried with "iwodcmd.exe start" instead of "iwodstart.bat" but no use.
We don't understand that,Is it due to any compatibility issue between the versions or something else.Even when we tried to print the output of the command in the log file it is printing "0"(succeeded).
Please help us in this issue as it is very crucial and which might have business impact.
Thanks,
Srinivas V
Find more posts tagged with
Comments
Migrateduser
Your code is not visible. Please place it within a code block quote.
Also, this should not be a problem. Did you check the OD and DD manuals for DNR?