How did the CI moved to Personal computer table even though the SCCM service Graph connector

deepaas
Tera Contributor

Service graph connector  pulls the data from SCCM to the staging table and  ETL transform map configured to send the ci to computer table. but I am not sure how the CI going to Personal computer table rather than computer table . Even the Entity mapping  operations script also add the CI to computer table.

2 REPLIES 2

Maik Skoddow
Tera Patron
Tera Patron

Hi @deepaas 

the so-called reclassification during the IRE processing based on the configured CI class rules is quite normal and done automatically.

There are several ways to prevent that in general or also specifically. See https://docs.servicenow.com/bundle/vancouver-servicenow-platform/page/product/configuration-manageme... 

 

Maik

Maik,

 

I agree that IRE rule does the reclassification but what's the critiera to move from parent "cmdb_ci_computer" to " cmdb_ci_personas_computer" . I see that chassis type has the value from SCCM import and mapped to computer table.  Even windows probes also moves the value to computer table. May  I know where those criteria mentioned to move to personal computer table? for example , if the chaisis type  is laptop or desktop move to personal computer  rather than parent computer table.