CIS - Data foundation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hello Everyone,
Choose the correct answer with explaination
Question - A CMDB Administrator needs to prevent duplicate CI creation from import sets that load data into the CMDB from vendor shipment files.
How can the Administrator do this?
A. Create comparison rules in the IRE
B. Use the CMDBTransformUtil API in the transform script
C. Set the system property to utilize the IRE within transform maps
D. Set the coalesce on two mappings within the transform map
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago - last edited 3 hours ago
HI @aishwaryade3564,
It's answer B.
Src: https://noderegister.service-now.com/kb?id=kb_article_view&sysparm_article=KB0829078#_Toc46329593
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @aishwaryade3564,
Its B. Use the CMDBTransformUtil API in the transform script.
Please refer to my notes below:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Correct Answer is B. Use the CMDBTransformUtil API in the transform script
When importing data into the CMDB via import sets and transform maps, simply enabling a system property is not always sufficient or reliable in practice. To properly prevent duplicate CI creation, you should explicitly invoke the Identification and Reconciliation Engine (IRE) using the CMDBTransformUtil API inside the transform script.
