You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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_1
FOREIGN 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_1
FOREIGN 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.
The text was updated successfully, but these errors were encountered: