/build/static/layout/Breadcrumb_cap_w.png

Report -- can't find "Record Created:"

I am using the wizard and want to report on the date that the computer first checked into the KACE box. I am thinking it is that date (Record Created:), but that field is not listed in the wizard.

I was going to try to use a third party reporter (Toad) but I don't know which table it is in, or the field name.

Does anyone have any ideas?

Thanks so much

Jane


1 Comment   [ + ] Show comment
  • We have a report that might help you, it shows objected created within the last 24 hours.


    SELECT MACHINE.NAME AS SYSTEM_NAME, BIOS_SERIAL_NUMBER as Serial_Number, RAM_TOTAL as Installed_Ram, OS_NAME as Operating_System, USER_LOGGED as LastUser, (SELECT MACHINE_CUSTOM_INVENTORY.STR_FIELD_VALUE FROM MACHINE_CUSTOM_INVENTORY WHERE MACHINE_CUSTOM_INVENTORY.ID=MACHINE.ID AND MACHINE_CUSTOM_INVENTORY.SOFTWARE_ID=12092) AS Local_Admin_List_WIN_ONLY FROM MACHINE where CREATED > DATE_SUB(NOW(), INTERVAL 1 DAY) ORDER BY SYSTEM_NAME - Jbr32 10 years ago

Answers (1)

Answer Summary:
Posted by: grayematter 10 years ago
5th Degree Black Belt
0

This is in the MACHINE.CREATED field.  Unfortunately this is not a selectable field in the wizard.  Get your report looking the way you want without the CREATED field.  You can then edit the SQL to add that field (or any other field) to the report.  You can use Toad, MySQL Workbench, or any other MySQL/ODBC application to tweak your query outside of KACE and to look around at the tables and fields.  Most of the names (table and field) indicate the content.  Appendix D of the Admin Guide has a listing of the tables and the related KACE component. (http://www.kace.com/support/resources/documentation)


Comments:
  • Thanks so much - jfrasier 10 years ago

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ