Groups adding unselected hosts
-
Server
Running Version 1.4.4
SVN Revision: 6077Description
I do a search for host and add in the 1st 3 chars of a room. (11 machines)
I then ticket them all and create a new group.On reflection of the new group, the member count is at 35 and it includes machines i didn’t select.
I have created and recreated the group, always the same on two browsers.
I have also upgraded from 6072Please advise.
-
Please run in mysql:
DELETE FROM groupMembers WHERE gmHostID IN ('', '0', 0, null) OR gmGroupID IN ('', '0', 0, null);
-
This post is deleted! -
This post is deleted! -
This post is deleted! -
ALL seems to be working now! even new groups so i don’t know what that was !
Thanks for the SQL to resolve the issue in the 1st place. -
OK - Got it.
If you have no groups existing then you can’t create a new one from the hosts search view. once you have 1 group, then you can.
-
@ITCC Not sure I follow what you mean here.
-
@Tom-Elliott
If you don’t have any groups created then you can’t create one from the Host Management screen.Selecting hosts and putting a name in the bottom then click “Process Group Changes”
-
This has happened again.
Please advise to what is causing this. -
Can you advise on why this is happening and how i can resolve it forever?
-
@ITCC Please update to RC’s if you can?
I don’t know what’s causing it to create “false” entries in the database, though I cannot get it to replicate the problem in the current code I’m working with.