Bug #4149
Updated by Nicolas PERRON about 11 years ago
In the Node Management/Groups screen, if several Sub-categories have the same name, it will lead to an error when the Rudder Server configuration will be exported to another one. For example: <pre> Debian |--Servers | -- Group A containing debian01.local.lan --Clients -- Group B containing debian11.local.lan SLES |--Servers | -- Group C containing sles01.local.lan --Clients -- Group D containing sles11.local.lan </pre> After an export, on the other one Rudder Server, the Groups C and D will not be present, any Rule depending on these Groups will display an Error present and a message error will be in the /var/log/webapp/xxxxx.log: <pre>[...]Ignoring Active Categor with ID 'yyyyyyyyyyyyy' because its name is 'Servers' already referenced by category with ID 'xxxxxxxxxx'[...]</pre> A workaround is to create another SubCategories, move the groups to them and then reexport.