Skip to main content

I'm attempting to created a saved search to hunt down machines that do not have GSX data populated. Yet in the Saved Search options, I cannot create a search that will allow me to search for machines with a PO Date of "N/A". Is there another way to go about this?

I've been asking JAMF for this for a long time. The best you can do is search for applecare ID blank.

Unfortunately a few thousand of our computers have no applecare ID but do have warranty/PO dates so the search returns a lot of not applicable results on top of those with no warranty/PO date.


I attempted to use this method but I'm guessing it was too many machines, as Tomcat errorred out when I tried to lookup the GSX data with the following message:

org.apache.jasper.JasperException: org.apache.jasper.JasperException: An exception occurred processing JSP page /WEB-INF/jsp/massEditWarrantyComputerProgress.jsp at line 7

4: import="org.apache.log4j.Logger"%>
5: 6: <%
7: int percent = (Integer)request.getAttribute("percent");
8: int barPercent = 2 * percent;
9: 10: GSXProgress p = (GSXProgress)session.getAttribute("GSXProgress");

Stacktrace: