The CMDB allows you to store the information of the configuration elements of the infrastructure in your company (hardware and software) in a single data repository, which will be reflected in cost reduction, greater efficiency and improvement in service levels with respect to your resources.
Disable integration with Aranda CMDB
Integration with CI synchronization to CMDB V9 is enabled.
1. If you need to disable it, run the following script:
INSERT INTO afw_settings
([sett_key]
,[sett_application_id]
,[sett_value]
,[sett_description]
,[sett_project_id])
VALUES
('Disable_CMDB_Sync'
,1
,'true'
,'Activa o inactiva la sincronización con CMDB'
,null)
2. To reactivate synchronization, change the value sett_value to False
⚐ Note: When you disable and re-enable syncing, any data pending sync in the time it was turned off will be lost.