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

#6691
Hi!

Yes, it's a bug - there should be

DELETE FROM user_groups WHERE id=%d

However, failed SQL query should not cause server to crash anyway. Could you try to replace groups to user_groups in this query, recompile server and try delete group again?

Best regards,
Victor
#6692
Vilozil obnovlennij User Manual, tam dobavleno opisanie monitoringa sysloga.
#6693
Dlja sysloga znavhenija severity sledujuschie:

1   Emergency
2   Alert
4   Critical
8   Error
16 Warning
32 Notice
64 Informational
128 Debug

T.e. dlja fil'tracii informational, notice, and warning nado pisat' <level>112</level>
#6694
Please direct netxmsd output to file by replacing

LogFile = {syslog}

to

LogFile = some_file_name

in netxmsd.conf, then to start it from command line in debug mode:

netxmsd -D 9

and post debug output here or send it to [email protected].

Best regards,
Victor
#6695
Announcements / NetXMS 0.2.30 released
October 12, 2009, 11:06:29 PM
Hello all!

NetXMS version 0.2.30 released. It fixes upgrade problems discovered in 0.2.29, mostly related to installations with MS SQL or Oracle as backend database. If you are already upgraded to 0.2.29 and does not experience any problems, upgrade to 0.2.30 is not necessary.

Best regards,
Victor
#6696
Please try to replace nxdbmgr.exe with attached one and run upgrade process again.

Best regards,
Victor
#6697
Announcements / Re: NetXMS 0.2.29 released
October 08, 2009, 11:30:30 AM
Spasibo, ispravil.
#6698
Announcements / NetXMS 0.2.29 released
October 07, 2009, 09:01:53 PM
Hello all!

NetXMS version 0.2.29 released. It fixes important upgrade problems discovered in 0.2.28. If you are already upgraded to 0.2.28 and does not experience any problems, upgrade to 0.2.29 is not necessary.

Best regards,
Victor
#6699
Да, это вторая проблема с этим релизом :( Я сейчас готовлю исправленный дистрибутив, инсталлер агента уже готов - https://www.netxms.org/download/agent_packages/nxagent-0.2.29.exe. Можно пробовать.
#6700
Announcements / Problems upgrading to 0.2.28
October 06, 2009, 10:28:05 PM
Hi all!

There are reports about some problems when upgrading NetXMS to version 0.2.28. Please do not upgrade right now, we are working on a fix.

Best regards,
Victor
#6701
Quote from: Ethril on October 06, 2009, 03:03:41 PM
У меня похожие проблемы при апгрейде с 0.2.27 на 0.2.28.
DB Upgrade долго работает, но в итоге не отрабатывает. Как автоматический из инсталлятора, так и ручной из командной строки.

Похоже что upgrade валится на больших логах. Если это не критично, попробуйте очистить логи:

DELETE FROM event_log
DELETE FROM audit_log
DELETE FROM syslog
DELETE FROM snmp_trap_log

После этого апгрейд должен пройти.

Альтернативный вариант - логи не трогать, и просто выполнить query

UPDATE metadata SET var_value='98' WHERE var_name='SchemaVersion'

После этого сервер заработает, но при просмотре логов возможно будут попадаться мусорные символы.
#6702
Quote from: Akira on October 06, 2009, 02:20:07 PM
Не апгрейдит  ???

nxdbmgr.exe check
NetXMS Database Manager Version 0.2.28

Configuration file OK
Checking database:
Your database has format version 95, this tool is compiled for version 98.
Use "upgrade" command to upgrade your database first.
Database check aborted

nxdbmgr.exe upgrade
NetXMS Database Manager Version 0.2.28

Configuration file OK
Upgrading database...
Upgrading from version 95 to 96
SQL query failed (General SQL Server error: Check messages from the SQL Server.):
UPDATE object_properties SET comments=N''+nchar(-48)+N''+nchar(-96)+N'' ............. WHERE object_id=407
Rolling back last stage due to upgrade errors...
Database upgrade failed

Откатился пока обратно...

Попробуйте заменить mssql.ddr на файл из аттачмента и провести апгрейд еще раз.
#6703
Hi!

Attached are missing files. I'll fix that in next release.

Best regards,
Victor
#6704
Announcements / NetXMS 0.2.28 released
October 05, 2009, 11:35:53 PM
Hello all!

Vesrion 0.2.28 is out. Changes from previous release:

- Added encryption support for SNMP version 3
- Fixed compatibility issues with NetXMS SNMP version 3 implementation and Cisco devices
- Automatic network discovery improved
- LOGSCAN subagent removed (superseded by LOGWATCH subagent)
- Fixed issues: #234, #259, #260, #261, #262, #263, #264

Best regards,
Victor
#6705
Общие вопросы / Re: Upgrade to 0.2.27
September 28, 2009, 09:35:01 AM
Quote from: Edgarsra on September 28, 2009, 09:21:41 AM
Но с несколькими 32 bit серверами тоже есть проблемы.
При запуске нового агента появляется сообщение об ошибке:

The ordinal 3836 could not be located in the dynamic link library LIBEAY32.dll

Похоже что в инсталлятор попала старая версия libeay32. Я проверю.