Menu

Show posts

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

Messages - Victor Kirhenshtein

#1846
General Support / Re: NetXMS 3.x?
January 09, 2018, 12:35:11 PM
Hi,

we plan to make first milestone release in 3.0 branch in late January or early February.

Best regards,
Victor
#1847
Hi,

looks like really weird bug. Are you using web or desktop UI? Can you send UI log file (for desktop it will be $HOME/.nxmc/data/.metadata/.log, for web UI it will be somewhere within runtime data for application, but with the same name)?

Best regards,
Victor
#1848
General Support / Re: Agent lost contact
January 07, 2018, 11:25:56 PM
Hi,

do you have other tunnels working? It could be certificate validation issue - you can check tunnel log on server side for more information.

Best regards,
Victor
#1849
General Support / Re: Web Installation
January 07, 2018, 11:23:52 PM
Hi,

what exact error you are getting? Did you check that web server is running and listening?

Best regards,
Victor
#1850
Hi,

we will fix it in release 2.2.2. As a workaround, edit file /usr/share/netxms/sql/dbinit_mysql.sql and change line

var_name varchar(255) not null

to

var_name varchar(63) not null

Best regards,
Victor
#1851
General Support / Re: Agent 2.2.1 X86 won't start
January 07, 2018, 10:51:51 PM
Hi,

In 2.2 we have switched to using Visual Studio 2017 for building Windows components. I've seen exactly this effect on Windows XP SP2 which is not supported by VS 2017 runtime (only XP SP3 is supported). For Windows Server 2003 minimum requirements is Windows Server 2003 SP2. Do you have it?
For older systems I recommend to continue using latest agent in 2.1 branch.

Best regards,
Victor
#1852
Hi,

from the dump it seems that server crashes on shutdown because it tries to deallocate resources that were not allocated. But it is not the reason to not starting, just a side effect - it is some error during initialization that cause server to abort initialization process. Could you run it with debug level set to 9 and post log file?

Best regards,
Victor
#1853
General Support / Re: Templates reset?
January 05, 2018, 07:58:34 PM
Hi,

the idea was to be able to provide updates for default templates with new server versions - for example new parameters or fixes in configuration. But seems that it brings more troubles then benefits.

Best regards,
Victor
#1854
Hi,

we fix it in 2.2.2. Since 2.2.1 server does forced type conversion of input value to DCI's data type - that helps in situation when DCI is 64 bit integer for example but input value is small and detected as 32 bit integer. Now conversion will took place only if input value is a valid numerical value - otherwise it will be passed as string as before.

Best regards,
Victor
#1855
Hi,

likely is is because syslog message does not contain year in timestamp, only month and day. Server uses current year when parsing. So most likely those messages was delayed by few seconds, and actual parsing happens after midnight, and server just use current year, which was just changed. Probably we have to add some check for it - like if resulting timestamp is one year in the future and current date is 01.01 then assume previous year.

Best regards,
Victor
#1856
Hi,

sounds very strange. Could you provide some screenshots?

Best regards,
Victor
#1857
General Support / Re: SysLocation
December 29, 2017, 08:52:44 PM
Hi,

in what sense? Put objects on logical network maps according to sysLocation or put them on geographical map resolving location?

Best regards,
Victor
#1858
General Support / Re: Missing "status" DCI on some nodes
December 29, 2017, 08:51:38 PM
Hi,

older versions of NetXMS did create "Status" DCI automatically. Newer versions (anything after 2.0 definitely) does not. If you need status DCI on all nodes you can create template with auto apply script that always returns true.

Best regards,
Victor
#1859
Hi,

I would suggest method 2 then (using nxshell). Script is executed on your workstation using same API, so as long as you can connect with console you'll be able to run it.

Best regards,
Victor
#1860
Версию 3.0-М1 планируем выпустить в конце января или начале февраля. Стабильный релиз 3.0 - где-то в конце весны скорее всего.