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 in a deployment configuration file using "DNR" script. For example please find the attached doc.
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
Adam Stoller
First - you should be using
iwodcmd start
not
iwodstart.bat
Second - you need to specify the
iwdd=
internal-deployment-name
flag on the command line.
My guess is the second issue is the problem.
Migrateduser
Hey srinu1242,
If I understand correctly, the your DnR was working fine in 6.7.2 environment. So in essence, there is nothing you have changed in your deployment config file or the dnr ipl script right?
If that is the case, then perhaps some debugging could help locate the issue..
Eg: Print your dd command through the ipl to check its semantics
Also, try executing the dd directly from the dnr tag (instead of calling from the ipl) and check if its working fine or not...
that is what i can think off the top of my head...