Hi,
I am using DD version 7.3 version. Trying to update 2 tables using DataDeploy Groups attribute.
Flow which we are trying to achieve is
- One Creating on new DCR "Table 1" should be updated using a standalone DD(DD1.xml)
- One Updation of the DCR "Table 1" & "Table 2" should be updated. here "Table 1" is the root-group using a standalone DD(DD2.xml). "ContentID" which is the primary key in both tables and Table schema is also same.
Following are the key datadeploy attributes.
real-update="yes" delete-tracker="yes" enforce-ri="no"
Issue:
One creation on new DCR "Table 1" is getting updated using DD1.xml.
On update "Table 1" and "Table 2" both are getting updated using DD2.xml but after sometime entry in "Table 2" is getting deleted by itself.
Please tell me how to get this fixed or a work around