[OJS 3.2.1-2] Crossref DOI registration errors related to author names in OJS XML

Hi, crossref fail to register articles with errors related to author names.
Maybe is something like this: CrossRef Plugin Error

We would like to know if these problems are known; is it possible to avoid the failure not using the languages other than primary, but this is not a solution for different alphabets.
Moreover, maybe is possible that the issue is related to a OJS problem in writing alternative authors name in xml compliant to crossref schema.

Below is the XML sent by OJS and images of xml we think caused the issue.
Best regards
Stefano

Crossref first error message:

<?xml version="1.0" encoding="UTF-8"?>

<doi_batch_diagnostic status=“completed” sp=“ds5”>
<submission_id>1517632798</submission_id>
<batch_id>_1641911237</batch_id>
<record_diagnostic status=“Failure”>

Error: cvc-minLength-valid: Value ‘’ with length = ‘0’ is not facet-valid with respect to minLength ‘1’ for type ‘#AnonType_given_name’.
Error: cvc-type.3.1.3: The value ‘’ of element ‘given_name’ is not valid.
Error: cvc-pattern-valid: Value ‘’ is not facet-valid with respect to pattern ‘[^\d?][^?\s]+[^\d]’ for type ‘#AnonType_surname’.
Error: cvc-type.3.1.3: The value ‘’ of element ‘surname’ is not valid.

</record_diagnostic>
<batch_data>
<record_count>1</record_count>
<success_count>0</success_count>
<warning_count>0</warning_count>
<failure_count>1</failure_count>
</batch_data>
</doi_batch_diagnostic>

image


Second Crossref error message

<?xml version="1.0" encoding="UTF-8"?>

<doi_batch_diagnostic status=“completed” sp=“ds5”>
<submission_id>1516628301</submission_id>
<batch_id>_1640938257</batch_id>
<record_diagnostic status=“Failure”>

Error: cvc-complex-type.2.4.d: Invalid content was found starting with element ‘ORCID’. No child element is expected at this point.

</record_diagnostic>
<batch_data>
<record_count>1</record_count>
<success_count>0</success_count>
<warning_count>0</warning_count>
<failure_count>1</failure_count>
</batch_data>
</doi_batch_diagnostic>

image

1 Like