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)
Non transactional data deployment
Dasari
Hi,
I am using TeamSite 6.7 and using Perl. I am using file based data deployment. I am facing an issue during the deployment. Facing an issue that the deployment is not proceeding further if there is any file failed to deploy to DB from the file list. Its coming out and its not proceeding to deploy the remaining file. I should have to deploy the files if there is any file failed to deploy to DB.
For example:
The file list contains 20 files. First 16 files deployed successfully to DB and facing an issue with 17th file. It tried to deploy the file if not its coming out of the deployment. Its not proceeding further to deploy 18-20 files.
I have verified in the DD admin guide but I didn't find anything regarding this. Can you please help me.
Thanks,
Ramesh
Find more posts tagged with
Comments
Adam Stoller
Databases tend to be transactional in nature - thus I don't believe there is any option in DataDeploy to make it work non-transactionally.
I think you need to figure out what the problem is with that one file and fix that rather than spinning your wheels trying to make a database interaction non-transactional.
nipper
You can separate the deployment into individual pieces and run DD for each file. Certainly not very efficient but it will work. However I tend to agree with Adam, that you should fix the problem and not mask the symptom.
Migrateduser
Hi,
We had faced this issue and the only way we got around this was by correcting the erring artifact. You may remove it from your list to get the rest of the files deployed and then try to fix the problematic one...