Failed to create CI for AI System - AI Function CIs are not getting created as Data Foundation upgrade skipping new IRE rulesDescriptionAI Control Tower discovers AI Assets and creates appropriate CIs using CMDB IRE APIs. AI Function CI (cmdb_ci_function_ai) is the class where AI Asset CI are stored. The Identification rule for AI Function CI (/cmdb_identifier.do?sys_id=10a07c55a35e12105adcb182041e619e) was originally part of "CMDB CI Class Models" app and later moved to "Data Foundation Model" app. At the time of moving, it was also made Independent, with the Hosting rule deleted. The Issue is that the different apps/scopes means that the older dependent rule remains, and the newer Independent one gets skipped in the upgrade/update:IRE rule in CMDB CI Class Models has attribute independent=false IRE rule in Data Foundation Model has attribute independent=trueThe mismatched Identifier rule means AI Control Tower discovery creates IRE payloads without that host relationship, but IRE expects it. That causes lots of the following error in the appnode localhost logs, and syslog table: Failed to create CI for AI System Steps to Reproduce Install app-cmdb-content version 1.74.0Upgrade app-cmdb-content to version 1.80.0Upgrade app-cmdb-data-foundation-model to v1.5.0 or higher, or install it if not already installed.The Upgrade History will show the Identifier was Skipped:Install AI Control Tower 3.0.0, and AI Control Tower Core 5.1.4Allow the "Sync Now Assist AI Assets" job to run, which runs hourly. Expected behaviour: An AI System [cmdb_ci_function_ai] CI is created. Actual behaviour: Nearly 300k errors have been seen in some instances per day. That will depend on whether the instance has lot of agents or skills deployed. It is proportional to number of entries in the alm_ai_system_digital_asset table. IRE throws this error: SSI_b3913e6aff143210fffdffffffffff6e *** ERROR *** sn_ai_governance (CIIntegrationUtilSNC): Failed to create CI for AI System ...: [{"className":"cmdb_ci_function_ai","inputIndices":[0],"error":"MISSING_DEPENDENCY","message":"In payload no relations defined for dependent class [cmdb_ci_function_ai] that matches any containment/hosting rules: [cmdb_ci_function_ai >> Hosted on >> cmdb_ci_logical_datacenter]. Add appropriate relations in payload for '{\"className\":\"cmdb_ci_function_ai\",\"values\":{\"asset_tag\":\"...\",\"name\":\"Now Assist Context Menu\",\"asset\":\"...\",\"object_id\":\"...:...\"},\"internal_id\":\"...\",\"sys_object_source_info\":{},\"settings\":{},\"sys_ire_info\":{},\"display_values\":{}}'","logContextId":"..."},{"className":"cmdb_ci_function_ai","inputIndices":[0],"error":"ABANDONED","message":"Too many other errors","logContextId":"..."}]WorkaroundThis problem is currently under review and targeted to be fixed in a future release. Subscribe to this Known Error article to receive notifications when more information will be available. These errors can be ignored when using the Q4 2025 AI Control Tower release, because AI Asset CIs are not consumed in AI Control Tower workspace so there is no functional impact. For a workaround, the IRE rule for AI Function CI needs to be set as Independent, and the Hosting rule deleted. /cmdb_identifier.do?sys_id=10a07c55a35e12105adcb182041e619e/cmdb_metadata_hosting.do?sys_id=2971fc95a35e12105adcb182041e612a The attached update set, which has this problem documented for future reference, includes those 2 changes:PRB1994099_sys_remote_update_set_2e22d07387877a50e87d65b83cbb3536.xml Related Problem: PRB1994099