Posted on 04-06-2017 11:55 AM
We're seeing some erratic behavior from jamf recon running on Windows PCs that we're wondering if anyone else has seen.
Note: We're using the binaries from v9.93 and running on Windows 7.
Oddity #1: I manually run recon on a PC, the report visually looks fine. But when viewing on the JSS, the hardware panel is essentially garbled. Other panels appear to be populated correctly.
Again, the data is intact when the XML is examined, it seems like the JSS is mishandling the data?
Oddity #2: After manually running recon in the same scenario as the previous issue. The JSS will no longer find the machine in any search. You can manually edit the http address to search for the machines specific JSS ID and it will appear, but not if you search for it's computer name, etc.
However, if the machines computer record is modified through the API (with Tugboat), it will again be visible in searches!
Posted on 04-06-2017 12:38 PM
There’s a way to run recon on windows in verbose mode so that you can get a log and see where it might be failing.
I would also make sure that the recon on the Windows client is the same as the jss. It wasn’t clear if 9.93 is the same as your jss version.
Posted on 04-06-2017 12:57 PM
Same version.
Will check the verbose output.
Thanks!
Posted on 05-02-2017 12:36 PM
We discovered that you can't actually put 41 characters into an area only sized for 40. The optical drive on some of our PCs was reporting "HL-DT-ST BD-RE WH14NS40 SCSI CdRom Device", which if you look closely is 41 characters. In the schema for the JSS, the field is limited to 40 characters. This is what was causing the garbage data we were seeing.
This is what the error looks like: Data too long for column 'optical_drive' at row 1. It's visible at the default level of logging.
Temporarily fixing the error involves making changes to the MySQL schema itself. I say temporary, because an update to the JSS will reset the schema. I'm told a PI will be created to address this issue in a future version.