| 15 | | === Thursday : YYYY.MM.DD === |
| 16 | | |
| | 15 | === Thursday : 2016.01.14 === |
| | 16 | * 07:14 MEH: registration jammed around 0430, cannot revert |
| | 17 | {{{ |
| | 18 | -> p_psDBRunQuery (psDB.c:812): Database error generated by the server |
| | 19 | Failed to execute SQL query. Error: Cannot delete or update a parent row: a foreign key constraint fails (`gpc1/chipProcessedImfile`, CONSTRAINT `chipProcessedImfile_ibfk_2` FOREIGN KEY (`exp_id`, `class_id`) REFERENCES `rawImfile` (`exp_id`, `class_id`)) |
| | 20 | -> revertprocessedimfileMode (regtool.c:872): unknown psLib error |
| | 21 | }}} |
| | 22 | * manually cleared |
| | 23 | {{{ |
| | 24 | update rawImfile set fault=0 where exp_id=1020611 and class_id="XY60"; |
| | 25 | update rawImfile set fault=0 where exp_id=1020838 and class_id="XY35"; |
| | 26 | }}} |
| | 27 | * and needed this manually cleared as well |
| | 28 | {{{ |
| | 29 | regtool -updateprocessedimfile -exp_id 1020838 -class_id XY35 -set_state pending_burntool -dbname gpc1 |
| | 30 | }}} |