Andras Feher - 2024-06-03

Hi,
I can create and update a link between a virtual machine and a contact via data synchro, but cannot delete it.
The record in the lnkcontacttofunctionalci table:

id |functionalci_id|contact_id| contact_type|status
157 |348| 5132| maintainer| obsolete

(We added the status for testing, but does not work)

The deletion rules settings in the Synchro Data Source:

Users allowed: Nobody
Full load interval: 0s
Delete Policy: Delete
Update rules -
Retention Duration: 0s

I run the

php -q /var/www/html/synchro/synchro_exec.php --auth_user=xxx --auth_pwd=trust,no1 --data_sources=16 --synchronize=1

command to synchronize and eventually delete those records from lnkcontacttofunctionalci that are missing from the synchronization table. As I mentioned before, the records are created and updated appropriately, but never deleted.

What are the correct settings to achive this?