NULL values for all services
For our 2007 SCCM enviroment, the column name "state0" within the sql table "services_data" is filled with NULL values. I believe that this data set is supposed to list the
status of the windows running services (started, etc). So I would understand if the services that were NOT started came back as NULL status but I know that they can't all be NULL.
Thanks in advance for any insight.
May 12th, 2011 10:37am
Check your sms_def.mof to see if they are set to True.http://www.enhansoft.com/
Free Windows Admin Tool Kit Click here and download it now
May 12th, 2011 10:53am
Thanks Garth-
I located the sms_def.mof file and, sure enough, the from "string State" from "SMS_Group_Name ("Services")" was set to FALSE. Can I simply update this to "TRUE" and restart the "SMS_EXECUTIVE" service?
May 12th, 2011 11:55am
You can change that from false to true without having to restart anything.Torsten Meringer | http://www.mssccmfaq.de
Free Windows Admin Tool Kit Click here and download it now
May 12th, 2011 12:09pm
That worked! Thanks for your help Torsten & Garth!
May 12th, 2011 2:11pm