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

#3361
А какая версия Java? Как я понимаю, у джавы своя таблица тайм зон, возможно последние изменения (вроде были ведь?) с летним/зимним временем в России туда не вошли. Вроде есть update tool: http://www.oracle.com/technetwork/java/javase/tzupdater-readme-136440.html (сам никогда не пробовал).
#3362
Проблема в том, что nxevent не выставляет code page, и внутренние функции вызывают iconv используя ASCII. Я добавлю возможность выставлять code page для утилит. Как workaround можно добавить в main() в nxevent строчку

SetDefaultCodepage("CP1251");
#3363
Так вроде во второй раз запустился? Или это теперь всегда так?
#3364
Feature Requests / Re: Action Forms
November 04, 2014, 09:44:18 PM
Hi,

I actually has this idea in my mid for some time already. Hopefully will be implemented next year. I plan to use Python as backend for those forms (as we already integrate it with client API in nxshell tool) so you'll be able to add complicated logic to such forms.

Best regards,
Victor
#3365
there is an error in your script:

for (i = $1->rowCount -1; i >= 0; i++)

you start with last row (let's say 10 or something like this) and likely want to go down to row 0. But you increment i instead of decrementing it, so it went all way up to 2147483648 (power 31 of 2) where it wraps to -1 due to integer overflow and only then loop stops. So you script done more than two billion iterations - quite a lot for scripting language even on modern hardware.

Best regards,
Victor
#3366
General Support / Re: error while upgrading to 1.2.17
November 04, 2014, 09:32:33 PM
Hi,

Windows XP and Server 2003 should still be supported. We didn't change anything in that regard. Can somebody provide me with remote access to test machine so I can try to do upgrade myself and see what happens?

Best regards,
Victor
#3367
Currently the only supported options are for auto-login and for automatic dashboard display (described here). Feel free to fill in feature requests for more options.

Best regards,
Victor
#3368
General Support / Re: Tutorials / movies
November 04, 2014, 09:26:51 PM
Hi,

there are few video tutorials here: http://www.youtube.com/user/alexkirhenshtein and here: http://www.youtube.com/user/TheNetXMS/videos. We plan to gradually add more.

Best regards,
Victor
#3369
General Support / Re: Topology issue with 1.2.17
November 04, 2014, 09:20:58 PM
Hi,

looks like a bug caused by recent changes in topology handling. I'll try to reproduce it in our test environment.

Best regards,
Victor
#3370
Can you try to upgrade this agent to 1.2.17 (it will work with server 1.2.16)?

Best regards,
Victor
#3371
Hi,

I've fixed it for next release.

Best regards,
Victor
#3372
General Support / Re: DCI based on SNMP trap.
November 04, 2014, 06:57:20 PM
Hi,

currently it's not possible. I'll add a feature request for NXSL data push function - then you'll be able to use action script for pushing DCI data.

Best regards,
Victor
#3373
Quite strange. What agent version you are running?

Best regards,
Victor
#3374
General Support / Re: Upgrade from 1.2.16 to 1.2.17 error
November 04, 2014, 06:52:31 PM
How's your netxmsd.conf looks like? Can you run nxdbmgr.exe or any other command line tool?

Best regards,
Victor
#3375
Can you please show your agent's configuration file?

Best regards,
Victor