System property has been broken after cloning,

Saurabh Waskar
Tera Contributor

Hi,

We have one system property which got overwritten in target instance (dev) after clone even the preservers were set on source (Prod) instance.

is this expected, if yes then what should be the best practice to preserve such system properties from being overwritten during cloning.

 

 

4 REPLIES 4

Bert_c1
Kilo Patron

You need to check the filter condition on the Data Perserver in the production instance, to see if it includes the desired record in the sys_properties table.  You don't state the system property, but it is pretty easy to check. 

Filter conditions are correct only(Name is XXXXXXX) and also the sys id is same in both the instances.

Anurag Tripathi
Mega Patron
Mega Patron

 Preserve will save the delta, for eg, if you have a property in dev which is not present in prod it will be saved and not deleted. IF the data is present, it will be copied/updated form source instance. If the data is not present then it will be inserted.

If you want table to be not cloned at all you need to preserve the table and also the exclude the table form being cloned.

 

-Anurag