invenio
invenio copied to clipboard
bibupload doesn't respect --continue-on-error
I'm running invenio 1.2.1 and bibupload stops the bibsched queue even though it was run with --continue-on-error. I've set to CFG_BIBSCHED_NEVER_STOPS to 1 in order to bypass this issue for now.
The error in this case was caused by wrong XSL transform that produced wrong 035 field.
2016-08-09 09:32:33 --> Failed: Record not found in the database. Please insert the file before updating it. (-h for help) 2016-08-09 09:32:33 --> Failed: either the record already exists and insert was requested or the record does not exists and replace/correct/append has been used 2016-08-09 09:32:33 -->
... |
Is there any way I can help?