We have two workareas in US branch :-//USCEDWS04/default/main/IM/PUBLIC_SITE/US/WORKAREA/dev_iwov///USCEDWS04/default/main/IM/PUBLIC_SITE/US/WORKAREA/content/when we deploy from content WA to our staging server,it is successful and completed in a minute or so but when i try deploying from dev_iwov ,it goes on for 3-4 hours and ultimately it is failing ,for one folder the following message goes on for many lines "reason missing-in-src"can we do selective deployment for just one particular folder as per reqs since i really dont need the folder to deploy which is showing above msglooking forward for some guidance from experts regards,mav
1. Turn off transactional deployments to make sure deployment runs clean.2. Can you show the list of deployment legs to see how many legs we are dealing with?3. More on the directories, are the directories of the legs overllapping if so, this is likely the cause of the failure since the transaction is trying to commit directories and files that don't exist yet. So, you will need to use filters to handle this. However, sometimes the very first full deployment may need to be done with transaction="no" and then set it back to "yes" .4. You can do source based target overrides in opendeploy although I don't know if that will solve your problem if it is caused by #35. other options may be to create more deployment legs to reduce the overlap.
HiThanks for your response ,i tried running the deployment with DoDelete="no" and it got completed but it didnt really update anything ,below given are some log string on receiver side ...If i do the deployment with dodelete="yes" then it is failing after running for nearly 3 hours yes,our deployment is transcational
HiI have noticed below mesasge in sender log even if deployment shows it is successful ,the receiver log shows similar msg as above ,...what exactly is meant by "deployment legs "? ,i am doing deployment from one WA to a staging server i tried with transactional="no" ,it finished in 1 minute but didnt really changed anything ,any idea why certain directories are not getting updated and what exactly can be the issue ,thanks regards,mav