How to Prevent duplicates on cmdb_health_result table using identification rules
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 11:52 PM - edited 10-28-2024 11:55 PM
I have same names for "Business Service(cmdb_ci_service)" table and "Technical(cmdb_ci_service_technical)" table records. Because of this it is creating duplicate tasks in cmdb_health_result table. But we will be retiring(install_status = Retired) for "Business Service(cmdb_ci_service)" table records. Install_status is taken from choce(sys_choice) table on respective tables. I have added condition not to take "Retired" status in the identification rule for both the tables. But it is taking the condition independently on each table and showing all of those records as duplicates.
How to add identification rule to take combination of 'Name+install_status' to avoid duplicate entries CMDB Health Result table. Please suggest.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2024 11:35 PM
Hello @Priya60,
Please refer to the below steps or link:
- Run discovery
- Run any custom scripts or import engine that calls IRE
If it is helpful, please mark it as helpful and accept the correct solution. In future, it might be helpful for someone to refer to this solution.