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)
upation of content of deployed files
vinylrecord
I have few things to confirm/query in the data deploy .
1. When we run the iwsyncdb.ipl command with the vpath as one parameter , and make any changes in the dcr's or add a new dcr and submit them, there corresponding tuples in the database are updated, or reflects the latest changes.
Whereas if we use the dd gui after creating the user defined schema
i.e the dbschema.cfg and then initiate standalone deployment,the tables created shows the tuples till that time.
How do i configure or ensure that any changes made in the dcr from within the teamsite from this point onwards are also reflected ,like they were in the above case(using iwsyncdb command).
The tables have replicants so a foreign key relationship also exits.
Thanks in anticipation
Find more posts tagged with
Comments
Migrateduser
I am not 100% sure I understand your question. But it sounds like you are running DAS in case 1 and seeing your tables get updated automatically. Then in case 2, you are doing a standalone deployment through the UI and not seeing your tables get updated as DCR's get created, deleted etc.
These are two completely separate types of deployments. Case1, DAS, (data autosynchroniztion) is designed to respond to teamsite events and update your tables.
Case 2, standalone deployments, is a one time deal. It only runs when you manualy execute the deployment.
So to ensure that your tables are reflecting the dcr changes, you should be running in DAS mode not Standalone. In the UI, you would go to the DAS section and follow the steps there. (This essentially runs the same command as iwsyncdb.ipl -initial) This will set up your workarea to respond to Teamsite events. Don't do a standalone deployment from the UI.
Let me know if this does not answer your question or if I completely missed your point
Mariam
Migrateduser
For case 2 you could invoke datadeploy via a Workflow job too
vinylrecord
hi mariam,
yah u got it right, waht you mentioned, i have read in the manuals, just i thought may be somewhere i misses , or if there is other way out..
thanks