WORKAROUND: Change the query on both child servers so that the same query can be executed on all the servers and return the desired objects.
.
For example, if one of the Child FMSs uses the following query in the service:
name like '%hosta%' or name like '%hostb%'
.
and the other Child FMS uses the following query in the service:
name like '%hostc%' or name like '%hostd%'
.
Use the following query for each of the child services:
name like '%hosta%' or name like '%hostb%' or name like '%hostc%' or name like '%hostd%'
.
STATUS: This has been listed as a known issue beginning with the 5.7.5.4 FMS release and has been documented in the Federation Field Guide as such.