- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-17-2017 09:14 AM
I am importing asset data through a transform map/import set, and am setting my model category (Computer for instance), but yet, the CI that is created is not being set to the Computer class. It keeps creating a CI with the 'Configuration Item' class.
Any suggestions on what I should be including in my transform to get the CI to create properly? When we manually create a Computer Asset, the Ci is created correctly, so the Model Category is setup properly.
Thanks!
Brad
Solved! Go to Solution.
- Labels:
-
Enterprise Asset Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2017 11:59 AM
Ben,
I wanted to give you an update - we found the issue. In one of my field mappings, I was asked to populate the CI name based on some other criteria. Because we did this, the CI was then created before the AssetAndCISyncronizer could run - by then, there was already a blank shell of a CI in the CMDB.
We removed this mapping - and voila! The CI creates the way it should.
Thanks all for the responses.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2020 02:52 PM
Hi Brad,
We have the simillar issue.
We are trying to upload asset with the model category as computer, but the CIs are getting created in the cmdb_ci table instead of cmdb_ci_computer.
Please let me know how you have managed to write your transform map