Duplicate Asset created
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2015 10:45 AM
We recently implemented SCCM 2012 v2 plug-in in our Development environment, but we are getting duplicate assets created about the time the SCCM integration runs. However, the duplicates don't happen every evening when the SCCM integration runs. And there are no duplicate CI's being created, just duplicate assets.
After SCCM creates the CI, is there a different process that then creates the Asset?
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2017 10:24 AM
Melinda,
That is goodness - I had to switch to coalesce on the Serial Number instead on the transform from SCCM workstation to cmdb_ci_computer (Workstation).
After cleaning up the duplicate records in the workstation table, it is working great for re-imaged devices etc., but still getting dupes on the alm_asset (Hardware Asset) table. Looking into the Model Category - I understand that controls the Asset to CI update process?
Only one small problem, back to the coalesce on SN - sometimes the techs forget to flash the bios and there is no SN
<sigh>
Thanks for the post.
Regards,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2017 07:59 AM
Create CI on insert and Create asset on model change are both OOB. They each call a script include AssetandCI.
What are the key Asset/Ci configurations that drive Asset creation that we should ensure are set up correctly?