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 - Tatjana Dubrovica

#31
Общие вопросы / Re: Карта сети
December 03, 2019, 03:31:41 PM
Ошибок в логе нет при сохранении объекта?
#32
You are right formating (like: "%tY" or "%1$tT %1$tD") should work. It's a bug in console that it does not work. It is fixed and will be in next patch release.
#33
General Support / Re: SMS suddenly missing?
October 14, 2019, 01:42:50 PM
Configuration should be in the format:
username=NetXMS
url=[WEBHOOK URL]

Please try to change configuration.
I'll check the upgrade procedure, that was resopnsible for configuration move.
#34
General Support / Re: SMS suddenly missing?
October 10, 2019, 02:27:56 PM
Hi,

SMS drivers replaced by notification channels (so it is now possible to have more than one channel for messaging). Existing driver configuration should be automatically converted to channel named SMS. So you can check notification channel configuration under Configuration->Notification Channels.

There was bug in early 3.0 version that notificaiton channel librarries were not provided with Windows installation, so please check that you have latest version of NetXMS server.

You can check server log for messages about problems with notificaiotn channel load. Information is available on debug level 4.
#35
Проверьте пожалуйста что Java тоже 64 битная.
#36
I have fixed the bug. The fix will be included in the next build.
A problem occurs if in DCI string format, there is no letter character after the percent sign (%), like: %123 or %.5
As a temporary solution you can change this link configuration in the database. The server should be stopped while database modification.
#37
Предоставте пожалуйста результат запуска команды /opt/netxms/bin/nxget -T NODE_IP "System.InstalledProducts"
где NODE_IP нужно заменить на IP ноды с ID 941.
#38
Announcements / Re: NetXMS 3.0 released
September 25, 2019, 01:40:54 PM
Found problem. It should be only with sending notification using "Send Notification" functionality form UI.
#39
У меня сервер падает после удалении канала. Я починила возможную проблему. Изменение войдёт в следующи патч релиз.

Ещё поправила конфигурацию generic канала, тоже войдёт в следующи патч релиз. Сейчас он ждёт portname=Com3 в конфигурации а не port=Com3. Так что сейчас можно поправить конфигурацию.
#40
General Support / Re: LDAP sync using wrong fields?
September 17, 2019, 01:47:42 PM
Hi,

Can you please send the full log of the synchronization? You can send it as a private message if you want.
Your current configuration looks good.
#41
Общие вопросы / Re: Карта сети
September 16, 2019, 03:46:32 PM
Еще советую проверить лог сервера на ошибки вида:
2019.09.16 15:42:41.322 *E* [db.driver          ] SQL query failed (Query = "INSERT INTO network_map_elements (map_id,element_id,element_type,element_data,flags) VALUES (?,?,?,?,?)"): Incorrect string value: '\xD0\x9A\xD0\xBE\xD1\x80...' for column 'element_data' at row 1
Это может означать что в база данных сделана не с UTF8 кодировкой и мы не можем записать туда строчку.
#42
General Support / Re: help with aggregate DCI
September 16, 2019, 03:39:34 PM
Quote from: Egert143 on September 16, 2019, 02:03:33 PM
When i add "dciValueB = GetDCIValue($node,dci->name);" then i already get dci unsupported error.

When i use "if (dci->name like "*{instance}") continue;" it doesent match.

You should do: "dciValueB = GetDCIValue($node,dci->id);"
As GetDCIValue requires node object and DCI id as a parameters: https://www.netxms.org/documentation/nxsl-3.0/#func-getdcivalue
#43
Общие вопросы / Re: Карта сети
September 16, 2019, 01:28:05 PM
Поправила проблему, которую нашла в логах. Всё падало когда между нодами было больше 9 линков. Теерь должно корректно обрабатывать любую ситуацию. Исправление будет включено в следующий патч релиз.
#44
Announcements / Re: NetXMS 3.0 released
September 16, 2019, 12:52:36 PM
Quote from: brettmilfos on September 13, 2019, 06:49:59 AM

Hi,

That fixed the issue of not finding the DriverName.

Checking the logs the generic driver finds the device OK, but when I try to send a notification it says it cannot send the notification as there is no such channel name.

Cheers, Brett.

Can you please provide screenshot of Cannel configuration for GenericDriver. It is under "Configuration"->"Notification Channels"
#45
There are now 2 different links for the data dictionary:
https://www.netxms.org/documentation/datadictionary-3.0/
https://www.netxms.org/documentation/datadictionary-2.2/

Link on website will be updated soon.