Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Will MID server property change effect all mid servers or particularly one

A_H1439
Tera Contributor

Hi all,

I have to change MID sever from false to

true to get BIOS serial number instead of Baseboard. We have multiple MID sever in our production instances, if I change any property through ecc_agent_property will change for all (multiple) MID servers or for any particular?

 

 

1 ACCEPTED SOLUTION

Paul Curwen
Giga Sage

Changes in the ecc_agent_property table will affect all MID servers for that instance

 

Screenshot 2024-08-16 135906.png

See: https://docs.servicenow.com/bundle/xanadu-servicenow-platform/page/product/mid-server/reference/r_MI...

 

 

***If Correct/Helpful please take time mark as Correct/Helpful. It is much appreciated.***

Regards

Paul

View solution in original post

3 REPLIES 3

Paul Curwen
Giga Sage

Changes in the ecc_agent_property table will affect all MID servers for that instance

 

Screenshot 2024-08-16 135906.png

See: https://docs.servicenow.com/bundle/xanadu-servicenow-platform/page/product/mid-server/reference/r_MI...

 

 

***If Correct/Helpful please take time mark as Correct/Helpful. It is much appreciated.***

Regards

Paul

Specifically, if the MID Server [ecc_agent] field is empty, it will apply to all MID Servers;  if that field is populated, it will apply only to that specified MID.

A_H1439
Tera Contributor

@Paul Curwen 

 

I appreciate