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 - Storms

#1
General Support / Re: Nodes lost after NetXMS restart
December 15, 2008, 10:05:07 AM
So, I found workaround. Just incert new column in table:
ALTER TABLE `netxms`.`nodes` ADD COLUMN `use_ifxtable` INTEGER NOT NULL AFTER `uname`;

But, I think it's a bug in latest release...
#2
General Support / Re: Nodes lost after NetXMS restart
December 15, 2008, 09:45:49 AM
The same issue in fresh Windows Server 2008 x64 installation. On node creation in System event log on NetXMS server writes follow events:
Log Name:      System
Source:        NetXMSCore
Date:          2008.12.15. 9:14:39
Event ID:      43
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      server.mydomain.lv
Description:
SQL query failed (Query = "INSERT INTO nodes (id,primary_ip,node_flags,snmp_version,community,status_poll_type,agent_port,auth_method,secret,snmp_oid,proxy_node,node_type,agent_version,platform_name,uname,poller_node_id,zone_guid,snmp_proxy,required_polls,use_ifxtable) VALUES (80,'172.16.1.29',0,0,'public',0,4700,0,'#00','',0,0,'#00','#00','#00',0,0,0,0,0)"): Unknown column 'use_ifxtable' in 'field list'


SQL: MySQL 5.1.30-community
Server: NetXMS v.0.2.23 (netxms-0.2.23.exe)
Agent: nxagent-0.2.23-x64.exe