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

#511
General Support / Re: SQL query problem
July 13, 2021, 11:04:07 AM
How did you specify server address? Try to use local IP address (127.0.0.1) instead of server name (I assume SQL server is on same machine).

Best regards,
Victor
#513
2.2.15 is an extremely old version. I highly recommend upgrading to current 3.8, there are very good chance that this issue is long fixed.

Best regards,
Victor
#514
Консоль требует 11 джаву, а стоит похоже 8.
#515
Да, custom attributes можно менять только с помощью скриптов. Еще можно использовать persistent storage, там выставление знащений можно сделать пеямо в правиле без скрипта, но для считывания скрипт все равно понадобится.
#516
Мы постараемся успеть включить NX-2030 в релиз 3.9.
#517
Очень странно что не генерируется обратное событие. Можете показать лог событий для ноды вокруг момента, когда условие возвращается в норму?
И какая это версия NetXMS?
#518
Hi,

try to set property sessionTimeout for nxmc.war to 28800 (is is 8 hours in seconds). There are multiple ways to set property for web UI application:

1. In nxmc.properties file - it should be somewhere in class path.
2. In JVM options - should be prefixed with nxmc., so you will have to specify -Dnxmc.sessionTimeout=28800 in JVM options.
3. In environment variables, prefixed with NXMC and converted to uppercase, in your scenario it will be NXMC_SESSIONTIMEOUT=28800

Best regards,
Victor
#519
General Support / Re: Geo Location Scripting Issue
July 12, 2021, 06:00:10 PM
Hi,

NXSL function "replace" was added only in 3.9 branch, which is not released yet.

As for original geolocation issue - geolocation object constructor expects two floating point numbers as latitude and longitude. You have to manually convert d m' s" format into degrees.

Best regards,
Victor
#520
General Support / Re: WebUI questions
July 12, 2021, 05:55:50 PM
Hi,

could you please show data source configuration for dashboard elements? Also, could it be that you have access restrictions on DCI level?

Best regards,
Victor
#521
Hello!

Currently it's not possible to automatically add data sources to map links. We have plans to implement it though.

Best regards,
Victor
#522
General Support / Re: SQL query problem
July 12, 2021, 05:40:17 PM
You have to install  SQL Server Native Client on machine where you are installing NetXMS server.

Best regards,
Victor
#523
Quote from: dosura on July 12, 2021, 04:46:23 PM
:-\ hello have the same probelem with invalid thread acces thing but would to avoid the cleaningand reinstalling process what can i do  :-\

Doesn't seem to be same problem. What version you are using? When did you get invalid thread access error?

Best regards,
Victor
#524
From the log it looks like connection from server never gets to agent. Try to connect with telnet or nxget to this server from NetXMS server machine - you may get a bit more diagnostic. Also make sure that in node properties you have correct IP address.

Best regards,
Victor
#525
General Support / Re: WindowsFirewall.State
July 09, 2021, 04:51:34 PM
Hi,

just fix it. Fix will be included into next release. You can also try this agent build with a patch: https://cloud.radensolutions.com/s/DWBNYGnGbSBMD59

Best regards,
Victor