The problem is that 2277 is the Netxms server itself, I have converted the sql to utf and got rid of two other problematic nodes but I cannot seem to find this one...
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menuswitch ( $1 )
{
case "0": return "Running";
case "1": return "Paused";
case "2": return "Start pending";
case "3": return "Pause pending";
case "4": return "Continue pending";
case "5": return "Stop pending";
case "6": return "Stopped";
case "255": return "Unable to get service state";
default: return "INVALID VALUE (".$1.")";
}



Thanks for the clarification i need to rtfm.