I have a need to gather computer names from the jamf database, based solely on information in the log_actions table, and my MySQL-fu is a tad rusty, to say the least. Any help from someone who knows way more about SQL would be SOOO much appreciated.
Basically I have to
select computer_name from computers,logs,log_actions where
...SQLMAGIC ...
something along the lines of the action in log action = 'Installation failed. The installer reported: installer: Error the package path specified was invalid: '/Library/Application Support/JAMF/Downloads/Adobe CS4.pkg'.'
...SQL MAGIC...
yeah I have no idea how to write this query. I know what has to be done, but... yeah.
Thanks!
Andrew