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.