Why do Assets get created when inserting a CI that has a Model that is set to Don't create Assets?Description Asset records get created when inserting CMDB CIs, when the CI's Model is set as Asset tracking strategy=Don't create Assets. Release or EnvironmentDublin and newerCauseThis could happen when a Model Category is set up to synchronize CIs and Assets by default, but specific Hardware Models are set not to. It is due to the initial insert not having the final Model value set yet, in which case it is empty or uses the "Unknown" model, and that does allow Asset creation. A subsequent update then sets the Model, perhaps in the same transaction, but by then it is too late. By checking the audit history of the CI from History - List you can confirm from the Update Numbers. Update number 0 is the initial insert, and if Model ID is set as Unknown or empty then you may have this problem. You will see the subsequent update of that from Unknown to the proper value in Update Number 1 or higher. In this situation, the Asset Management CI-Asset synchronization is working as designed. Example configuration - Prevent creating Assets for Virtual Servers The "Windows Server" Model Category links the CMDB class table (cmdb_ci_win_server) with the Hardware Asset table (alm_hardware). The "VMware Virtual Platform" Hardware Model is set to Asset tracking strategy=Don't create AssetsResolutionFeatures that populate the CMDB should insert the CI in one go, or at least make sure the initial insert includes the correct/final Model value. If an out-of-box feature isn't doing this then please report the issue to Customer Support. Workaround if the initial insert is done with an "Unknown" model: Find the 'Unknown' Model(s) that includes the Model Category for the Class of the CI that is being inserted, and set it as Asset tracking strategy=Don't create Assets as well. Identify the Table/Class of a CI that you didn't want an Asset for. This is the table name you see at the top of the CI form next to the CI name (e.g. Windows Server)Navigate to Product Catalog -> All Models (cmdb_model)Filter the list using: Name IS "Unknown", ANDModel Categories CONTAINS <your CI class> (e.g. Windows Server) For each of those records: Open that model in a form, and open the 'General' section/tab.Set Asset tracking strategy=Don't create AssetsSave. Inserts using that "Unknown" Model will now not cause an Asset to be created. Subsequent updates to the Model of the CI will either create an asset or not, depending on the asset tracking strategy of the model you change it to. Additional InformationSince Berlin/Calgary, the "Don't create Assets" setting on the Model is used. Since then all inserts like this should work in general. (PRB577712) The Discovery feature used to have a problem with this until the Dublin release (PRB585012). It would insert the CI then update the model later, causing this issue. However that predates the Identification and Reconciliation API, and Patterns, and so may still theoretically apply to Discovery. The Kingston release improved this by using the "Unknown" Model record for the Model Category if the CI was inserted with a blank Model reference (PRB678850). That helps with the workaround. The Microsoft SCCM Integrations may still have this issue. Other sources of CI data may also have this issue depending on exactly how the CIs are inserted.