Bonjour,
Lors de l'ajout d'un équipement sur notre central, des erreurs de base de données (Côté poller-Display) apparait sur les deux tables suivantes "acknowledgements" et "comments".
[1470050027] error: SQL: could not execute prepared statement: Cannot add or update a child row: a foreign key constraint fails (centreon_storage.acknowledgements, CONSTRAINT acknowledgements_ibfk_1 FOREIGN KEY (host_id) REFERENCES hosts (host_id) ON DELETE CASCADE) QMYSQL3: Unable to execute statement
[1470050075] error: SQL: could not execute prepared statement: Cannot add or update a child row: a foreign key constraint fails (centreon_storage.comments, CONSTRAINT comments_ibfk_1 FOREIGN KEY (host_id) REFERENCES hosts (host_id) ON DELETE CASCADE) QMYSQL3: Unable to execute statement
A la suite d'un nouvel import de ces tables entre notre central et notre poller, le display-poller refonctionne correctement.
Bonjour,
Lors de l'ajout d'un équipement sur notre central, des erreurs de base de données (Côté poller-Display) apparait sur les deux tables suivantes "acknowledgements" et "comments".
[1470050027] error: SQL: could not execute prepared statement: Cannot add or update a child row: a foreign key constraint fails (
centreon_storage.acknowledgements, CONSTRAINTacknowledgements_ibfk_1FOREIGN KEY (host_id) REFERENCEShosts(host_id) ON DELETE CASCADE) QMYSQL3: Unable to execute statement[1470050075] error: SQL: could not execute prepared statement: Cannot add or update a child row: a foreign key constraint fails (
centreon_storage.comments, CONSTRAINTcomments_ibfk_1FOREIGN KEY (host_id) REFERENCEShosts(host_id) ON DELETE CASCADE) QMYSQL3: Unable to execute statementA la suite d'un nouvel import de ces tables entre notre central et notre poller, le display-poller refonctionne correctement.