Hi Jürgen, On 27.10.2011 14:48, jurgen.depicker at let.be wrote: > It happens on W7x64 also... Confirmed. I will commit a fix today. This bug will occur always when multiple profiles are assigned to one host. Looks like I did not test this - shame on me. If you want to continue before I commit RC39 just change line 4341 from profilesMatching.push(getHostProfiles(hostNodes[ihostNode])); to profilesMatching = profilesMatching.concat(getHostProfiles(hostNodes[ihostNode])); br, Rainer |