Stop SG-SCCM to update Serial Number

Deepti G
Tera Contributor

How can we stop Service Graph Connector for SCCM from updating the Serial number?

The integration is successful but its sometimes updating the Serial Number value to some other invalid value comming from SCCM. i want to stop the update if the value is invalid.

how can i do that?

6 REPLIES 6

Not applicable

I would recommend that you modify the script for the Cleanse Serial Number operation to add the invalid values you are seeing to it's list of invalid values to null out.

You can find the script at https://<instance-name>/nav_to.do?uri=sys_rte_eb_operation_type.do?sys_id=a829d4f20f715410d041436eef767ef1

In the Template Script field you will see there is an array of invalidStrings that you can add any invalid serial numbers you are seeing to.  This will null those values out and as a result the serial numbers will no be overwritten.

 

 

Deepti G
Tera Contributor

Thanks,

 

will definetly look into this.

Not applicable

One of the benefits of this is that it is a common operation as well.  That means any invalid serial numbers you put in this script will also be invalid for other integrations, not just SCCM.

Deepti G
Tera Contributor

the number is not fixed strings, its arbitrary values.

How can i stop the update of Serial Number completely.