When I try to edit the interface name, and save the changes, I receive this following error :
04:11:33 db_ping(mysql) Connection to DB Restored... 04:11:34db_ping(mysql) Connection to DB Restored... 04:11:35 db_ping(mysql)
Connection to DB Restored... 04:11:36 db_ping(mysql) Connection to DB
Restored... 04:11:37 db_ping(mysql) Connection to DB Restored... Query
failed - db_update(interfaces) - Update interfaces set host = '6',interface =
'Com',client = '3',poll = '2',check_status = '1',sla = '1',make_sound =
'1',show_rootmap = '1',poll_intervalactionid=Array = '',poll_interval =
'0',modification_date = '1141117892' where interfaces.id = '60' - Unknown
column 'poll_intervalactionid' in 'field list'
Then I Try to manipulate the database for make the error dissapear
mysql> alter table interfaces add poll_intervalactionid char(30) Null default '';
Query OK, 39 rows affected (0.01 sec)
Records: 39 Duplicates: 0 Warnings: 0mysql> alter table interfaces add array char(30) Null default '';Query OK, 39 rows affected (0.19 sec)
Records: 39 Duplicates: 0 Warnings: 0
Can someone explain me what is going on?
I just try to use it a while, but the error shows up.
At first the IIS computer can not detect any IIS Info, then I change the view to always in the IIS Info Interface type,
then I can run manual discovery to add the IIS Info,
But some error occured also, something about poll_intervalactionid field not exist.
thanks