cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
AdmJLovejoy
Champion Sweeper
I'm finding servers that are not being scanned, and for those servers there is no corresponding record in the tblCompcustom table. Running the follow query, 142 servers are returnd as not having a corresponding record in the tblCompcustom table. If I pull up the server in the web interface and click save on the Customer Fields page, the record is created and scanning resumes.

select * from tblComputers where Computername not in (select Computername from tblCompCustom) order by Computername

Any ideas? I surely don't want to have to do this for a 140+ servers. Also, looks like this is the case for all new servers that get found in the domain.
Thanks, Jim Lovejoy __________________________________________________________________________________________________ James W. Lovejoy | IBM - Cloud Managed Services Delivery | Infrastructure Architect (Windows Server ...
6 REPLIES 6
AdmJLovejoy
Champion Sweeper
Will this stay the default, or can we get a record created by default?
Thanks, Jim Lovejoy __________________________________________________________________________________________________ James W. Lovejoy | IBM - Cloud Managed Services Delivery | Infrastructure Architect (Windows Server ...
AdmJLovejoy wrote:
Will this stay the default, or can we get a record created by default?

It will be created by default in a future version.
AdmJLovejoy
Champion Sweeper
It does appear that the missing record is not related to the scan errors.
Thanks, Jim Lovejoy __________________________________________________________________________________________________ James W. Lovejoy | IBM - Cloud Managed Services Delivery | Infrastructure Architect (Windows Server ...
AdmJLovejoy
Champion Sweeper
I use this table in procedures to validate the State, and other custom fields.
Thanks, Jim Lovejoy __________________________________________________________________________________________________ James W. Lovejoy | IBM - Cloud Managed Services Delivery | Infrastructure Architect (Windows Server ...
AdmJLovejoy wrote:
I use this table in procedures to validate the State, and other custom fields.

I understand, but is the actual machine being scanned?
Hemoco
Lansweeper Alumni
by default there is never a record created in table tblCompCustom. (and this table is not used for the scanning process)
Which error message does the scanning return?