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

#6976
Windows / Re: Files missing
November 26, 2008, 07:10:21 PM
Hi!

MSG00001.bin is a file generated by message compiler from messages.mc, so it should be generated during compilation.
All other missing files will appear in 0.2.23 release. I suggest you to wait a few days for it.

Best regards,
Victor
#6977
Windows / Re: inconsistent dll linkage
November 26, 2008, 06:51:39 PM
Hi!

Probably you have not defined LIBNXMAP_EXPORTS in libnxmap project properties.

Best regards,
Victor
#6978
Windows / Re: Compilation Error - Windows Environment
November 26, 2008, 06:48:58 PM
Hi!

Looks like you mix files from different projects into one and trying to compile them as one executable. How do you create VC2005 workspace - by hand or by converting existing VC6 workspace?

Best regards,
Victor
#6979
Обязательно напишу :) Пока-что там есть описания всех функций.
#6980
Могу предложить три варианта:

$2 like "ALM 42 :    EXCESSIVE ERR RATIO                   - IO *"

$2 match "ALM 42 :    EXCESSIVE ERR RATIO                   - IO .*"

substr($2, 1, 54) == "ALM 42 :    EXCESSIVE ERR RATIO                   - IO"
#6981
A mozno prislat' konfiguraciju samih DCI i ob'ektov node?
#6982
Windows / Re: Error2 during compilation
November 19, 2008, 06:49:16 PM
Same problem with mixing files from different versions - 0.2.22 and latest.

Best regards,
Victor
#6983
Windows / Re: Errors: during compilation
November 19, 2008, 06:48:41 PM
1. It's because I post there missing files taken from current branch, not 0.2.22. Try to compile latest 0.2.23-rc or wait a few days for official 0.2.23 release.
2. NetWare subagent intended for Novell NetWare platform - you need Novell SDK and supported compiler (I use GCC) to compile it - it's not intended to be compiled by Visual C++ into Windows executable.
3. nxreport is outdated tool - it may not compile, because nobody actually test it.
4. Strange error, try to add explicit type cast to LPCTSTR.

Best regards,
Victor
#6984
Missing files.

Best regards,
Victor
#6985
General Support / Re: WMI Query filtering
November 19, 2008, 03:17:24 PM
Correct command line on Windows:

nxget host_ip "WMI.Query(root\CIMV2,\"select * FROM Win32_Service WHERE Name = 'WsusService'\", Status)"

on UNIX:
nxget host_ip "WMI.Query(root\\CIMV2,\"select * FROM Win32_Service WHERE Name = 'WsusService'\", Status)"

Best regards,
Victor
#6986
Общие вопросы / Re: Syslog
November 19, 2008, 01:27:20 PM
Quote from: Alex on November 19, 2008, 12:45:48 PM
Сорри, что поднимаю тему вновь, но честно говоря не совсем понятно как в 0.2.23 отлавливать события пришедшие по Syslog. Можно какой-нить мини-мануальчик хотя бы?

Надо через Control Panel -> Syslog Parser написать XML, где описывается, какие записи в syslog превращать в события. Формат этого XML'a описан здесь: https://www.netxms.org/forum/index.php/topic,483.0.html. Можно указывать или код, или имя события. Потом делается обработка событий как обычно через event processing policy.

#6987
Windows / Re: Macros not defined
November 19, 2008, 12:29:05 PM
Looks like same problem: https://www.netxms.org/forum/index.php/topic,522.0.html

Best regards,
Victor
#6988
Windows / Re: MSG Macro errors
November 19, 2008, 12:28:10 PM
Hi!

Looks like you need to recompile messages.mc. Try to remove messages.h and MSG00001.bin and recompile project.

Best regards,
Victor
#6989
Windows / Re: 'InternalItemSelDlg.h' --> file not found
November 19, 2008, 12:24:03 PM
Missing files.

Best regards,
Victor
#6990
Looks like duplicate bug report, post these files already.

Best regards,
Victor