1. To configure or modify the integration with Aranda V9, go to the ADM Configuration Console in the General from the main menu, select the Enterprise Integration and the CMDB option. In the information view, choose the Connecting to CMDB and activate the version to be configured (version 8).
2. Enter the following data: URL of the service, username and password. Click the Verify Connection.

⚐ Note: The connection user entered must be the same user used during the integration setup in the API connection.
3. If the data for the connection is correct, the button will change to green with a message confirming the successful connection; If the data entered is incorrect, the button will change to orange with a message informing of the failed connection.
4. Once the connection is successful, save the information by clicking on the Save. If stored correctly, a message will appear informing you that the information was saved successfully.
5. If you want to clean the connection, click the Clean Connection. A message will be displayed requesting confirmation of the action.
⚐ Note: When you confirm the request, the information will be deleted and you will be able to view a confirmation message of the operation. Clearing the ADM connection erases all CMDB-related information, including CIs that had already been synchronized, so integrating a second time with the same CMDB can duplicate the CIs.
Configuring Mapping Fields
In this section, you can map the fields of the ADM items to the fields of the configuration items (CIs) of the CMDB.
1. To configure the mapping fields, log in to the ADM Configuration, in the General from the main menu, select the Enterprise Integration and the CMDB. In the information view, select the Season.
⚠ Important: Field mapping must be confirmed for each CI category, even if there are no additional fields to map.

In this section you will be able to map the additional fields that will be obtained from the CMDB and you will be able to select a field from the CMDB with the additional field that has been previously created.

2. Once you have the fields you want to map, you proceed to save the information. If the information was saved successfully, a satisfaction message will appear.
Disable integration with Aranda CMDB V8
If you need to disable synchronization with integration with Aranda CMDB V8
1. 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. If you want to turn sync back on, you need to change the sett_value field to False.
⚐ Note: Disabling and then enabling sync loses data that was pending sync during the period when sync was disabled.