
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-01-2011 08:40 PM
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.
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 ...
Labels:
- Labels:
-
Archive
6 REPLIES 6

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2011 09:12 AM
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 ...

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2011 12:54 PM
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.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-05-2011 10:07 PM
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 ...

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2011 09:12 PM
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 ...

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2011 10:27 PM
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?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-02-2011 03:34 PM
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?
Which error message does the scanning return?
