Hi!
It is a bug in nxdbmgr. Attached is patched nxdbmgr.exe for x64 platform. It should work.
Best regards,
Victor
It is a bug in nxdbmgr. Attached is patched nxdbmgr.exe for x64 platform. It should work.
Best regards,
Victor
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 Menu
state = GetEventParameter($event, "currentValue");
switch(state)
{
case 0:
return "OK";
case 1:
return "error in parameters";
case 2:
return "cannot connect to server";
case 3:
return "content of does not match";
}
return "UNKNOWN";
I agree that this is a flaw in default configuration. I'll change default values of AgentCommandTimeout and portcheck timeout.