Filter in Options set that uses IP addresses does not work

  • 7005985
  • 17-May-2010
  • 27-Apr-2012

Environment

Novell ZENworks 7.5 Asset Management - ZAM7.5

Situation

In the option set, if an IP address is used to filter for criteria, the IP address may not be evaluated correctly.  If this happens, no workstations, or the incorrect workstations have the Options Set applied.
 
 

Resolution

Fixed in ZENworks Asset Management 7.5 Interim Release 22 or newer

Interim Releases can be scheduled to run automatically or can be downloaded manually at https://download.novell.com/patch/finder.  The Interim releases can be set up within the ZAM Manager for the Task server to check the site on a scheduled basis, and download and apply them automatically. Please refer to the Help Section details of how to set up automatic downloads if desired.

Each interim release is cumulative. If Interim Release 22 is not available due to a newer interim release being placed on the website, be assured that the code needed is in the later release.

Additional Information

Here is an example:
 
"IP>128.27.4.0 AND IP<128.27.12.0" is set as the criteria in the Options Set.  The ZAM Manager is interpreting 12
as being less than 4 and hence no results returned because the query doesn't make sense when evaluated in this way.  If the criteria is changed to "(IP>128.27.4.0 AND IP<128.27.9.255) OR (IP>128.27.10.0  AND IP<128.27.12.0)" then the correct results are generated.