I try to assigne any template to the host. I am getting following error in Zabbix Frontend:
Cannot update host
DB Version is: 4040000 (SELECT * FROM zabbix.dbversion)
How can I debug the issue?
Thank you in advanced.
Cannot update host
- Error in query [INSERT INTO items_applications (applicationid,itemid,itemappid) VALUES ('1302','31038','25897')] [Cannot add or update a child row: a foreign key constraint fails (`zabbix`.`items_applications`, CONSTRAINT `c_items_applications_2` FOREIGN KEY (`itemid`) REFERENCES `items` (`itemid`) ON DELETE CASCADE)]
- SQL statement execution has failed "INSERT INTO items_applications (applicationid,itemid,itemappid) VALUES ('1302','31038','25897')".
DB Version is: 4040000 (SELECT * FROM zabbix.dbversion)
How can I debug the issue?
Thank you in advanced.
Comment