HI,
I am trying to update 2 tables using 7.3.2v DataDeploy with groups attribute.
We need to achieve :
- When new DCR e.g. DCR1.xml is created, its content should go in Parent Table.
- When DCR1.xml is updated, its content should go in Parent table as well as Child Table (have only updated values).
Following are the key datadeploy attributes.
real-update="yes" delete-tracker="yes" enforce-ri="no"
DD -> standalone
Both the flows works fine using data deploy , but error comes after some time (around 10-15 mins), data is automatically removed from child table, but not from Parent table.
We need content to be persistent in both the table.
Please tell me how to get this fixed?
I have attached my sample deployment descriptor.
Thnaks in Advance.