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)
multiple dd and rollback
System
Hi,
Following the context :ts552/od552/dd552
we make two deployments into the database through two dnr scripts.The tables are linked and we'd like to rollback the first deployment if the second one fails is it possible ?
thanks
Find more posts tagged with
Comments
Migrateduser
if you make 2 deployments, then those 2 deployments are independent and outside the scope of a rollback transaction.
If you have 2 DNR scripts invoking DD, those 2 invocations of DD are independent and outside the scope of a rollback transaction. One DD job has no knowledge of the other job.
For your case, can you do a 3rd deloyment that restores the values of the first deployment?
Migrateduser
Great that could be the solution ...well when could we get some interaction with different dnrs ?
dd5.6 ?
Migrateduser
what do you mean by "intreaction between DNRs" ?
Migrateduser
GOT IT.....JUST MADE A MULTIPLE DEPLOYMENT THAT'S ACTUALLY A TRANSACTIONAL DEPLOYMENT
THANKS