How to Purge or wipe clean assets from the Track-It! 20xx and Client Management (BCM) Inventory to start afresh |
NOTE: BMC recommends that the assets must be deleted from the Track-It! application and the Client Management (BCM) Console. However if you simply want to start fresh and wipe clean all assets from the Inventory, follow the below mentioned steps:
delete from bcmdbuser.FAM where deviceid <> 1000 delete from bcmdbuser.Devices where deviceid <> 1000 NOTE: In the above example, we assume that the BCM Master deviceID =100. So, the query says delete all the assets expect the master server ID's (100.1000). If the deviceID is different in your environment then update the queries accordingly. Feel free to contact support, if you're unsure about this.
|