News:

We really need your input in this questionnaire

Main Menu
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

#3271
Hi,

honestly, I can't remember the reason for this decision anymore. I suppose that we just didn't encounter installation where static FDB entries was actively used. I will add configuration option to include static FDB entries (it will be turned off by default so existing installations will not be affected unexpectedly). I've registered it as change request for 2.0-M3: https://dev.raden.solutions/issues/759.

Best regards,
Victor
#3272
Hi,

yes, it's a bug. I just fixed it - fix will be included in 2.0-M3 release.

Best regards,
Victor
#3273
Добрый день!

Через File.Count не получится. Можно сделать external parameter, например так:

ExternalParameter = FolderCount(*):dir "$1" /A:D /B | find /C /V ""

и потом использовать как Folder.Count(C:\TEMP)
#3274
General Support / Re: SNMP Mib Explorer crash on v2.0-M2
February 05, 2015, 04:13:21 PM
Is it web UI or desktop console? For web UI, you have to change -Xms and -Xmx options in tomcat startup script. For desktop console, you can edit nxmc.ini file and change Xms and Xmx options there.

Best regards,
Victor
#3275
А что выдает

ldd /usr/lib/libnxsl.so.1

и

nm /usr/lib/libnetxms.so.1

?
#3276
Не могли библиотеки от предыдущей версии остатся? Попробуйте удалить /usr/lib/libnetxms.* и сделать make еще раз.
#3277
General Support / Re: SNMP Mib Explorer crash on v2.0-M2
February 04, 2015, 12:52:11 PM
Hi,

do you have anything logged in $HOME/.nxmc/data/.metadata/.log ?

Best regards,
Victor
#3278
Общие вопросы / Re: V2.0
February 04, 2015, 11:33:31 AM
Похоже на ошибку в инсталляторе. Это какой именно инсталлятор?
#3279
General Support / Re: CentOS 5.12 local lib issues
February 04, 2015, 11:32:08 AM
Hi,

try to add /usr/local/lib to ld.so.conf and run ldconfig.

Best regards,
Victor
#3280
Announcements / Re: NetXMS 2.0-M2 released
February 04, 2015, 11:31:24 AM
Hi,

are system OIDs identical on those switches?

Best regards,
Victor
#3281
Hi,

yes, it's a known problem. I'll try to fix that for 2.0-M3 release.

Best regards,
Victor
#3282
Hi,

on what OS server is running? Is it UNICODE build or not? What code page set in netxmsd.conf?

Best regards,
Victor
#3283
General Support / Re: sms driver websms.ru
February 04, 2015, 01:23:15 AM
Hi,

I've added documentation section about SMS drivers: https://www.netxms.org/documentation/adminguide/sms-drivers.html. Basically, you have to set SMSDrvConfig server configuration option to string like

login=user;password=password

Best regards,
Victor
#3284
General Support / Re: libnxclient missing
February 04, 2015, 12:27:21 AM
Hi!

It's packaging error. You can download libnxclient.dll here: https://www.netxms.org/download/patches/017

Best regards,
Victor
#3285
Hi,

you have to install MySQL client development package (libmysqlclient-dev).

Best regards,
Victor