Crossref problem (same ISSN)

Hello everyone. I need your help in my case.

Current version: 3.2.1.2

ISSN in our journal is 2707-3092 (Professional Pedagogics)

When I try add DOI to article by crossref plugin. I see this error:

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

<doi_batch_diagnostic status=“completed” sp=“ds5”>
<submission_id>1487019030</submission_id>
<batch_id>_1611173543</batch_id>
<record_diagnostic status=“Failure” msg_id=“22”>
all doi’s under the current journal element
ISSN “27073092” has already been assigned, issn (27073092) is assigned to another title (Professional Pedagogics)
</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>

and I don`t know what to do. Because, a few months ago, everything worked correctly

screenshot
problem with doi

Hi @Oleksandr_Radkevych ,

I see you have two languages. I think you might not have been used the English version when registering DOIs. Is that the case?

Regards, Primož

Hi.
No. I was successful upload XML article to crossref with same journal name previously
Problem with plugin or database.

I was reinstall OJS and now I have my previously error:

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

<doi_batch_diagnostic status=“completed” sp=“ds4.crossref.org”>
<submission_id>1487141092</submission_id>
<batch_id>_1611279379</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>

Hi @Oleksandr_Radkevych ,

That is a different error as the previous one. Do you mind sharing the XML file for the DOI registration with me? Just download the XML instead of registering and send it to me.

Regards, Primož

Thank you for your help

You may download xml file -here-

Hi @Oleksandr_Radkevych

With the update of OJS from 3.2.1.1 to 3.2.1-2, I experienced the cvc-complex-type.2.4.d error again, and solved the issue by reapplying the fix on that Github page.

Please, could you check it?
Regards,

Hello

Please, can you share your ArticleCrossrefXmlFilter.inc.php file with me.
I will be appreciate

Hi @Oleksandr_Radkevych ,

I am quite sure this part of the XML (will) cause problems, form my experiences:

  <journal_metadata>
    <full_title>Професійна педагогіка</full_title>
    <abbrev_title>ПП</abbrev_title>
    <issn media_type="electronic">2707-3092</issn>
  </journal_metadata>

If the ISSN is registered with the English name, a localized name will cause an error. But that is the explanation for the first error you mentioned at the beginning, not for the second.

Regards, Primož

I was add fix in ArticleCrossrefXmlFilter.inc.php

And now I have error:

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

<doi_batch_diagnostic status=“completed” sp=“ds4.crossref.org”>
<submission_id>1487208732</submission_id>
<batch_id>_1611318902</batch_id>
<record_diagnostic status=“Failure” msg_id=“22”>
all doi’s under the current journal element
ISSN “27073092” has already been assigned, issn (27073092) is assigned to another title (Professional Pedagogics)
</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>

Download xml

Registration (title) in other language It`s not a problem, because we have previously published a journal with this name and all DOI work correct (20+).

I wrote in support of crossref. Waiting.

Hi @Oleksandr_Radkevych

The ArticleCrossrefXmlFilter.inc.php file in my OJS installation is here;

ArticleCrossrefXmlFilter.inc.php

I registered several DOIs in December using Crossref plugin. The Crossref member username and password was entered, so the registration was automatic. Since the account is temporarily disabled, I can’t test the plugin but I think you may test it by exporting the xml file and using Crossref Metadata Quality Check page at

https://www.crossref.org/02publishers/parser.html

Regards,

Thank you for your response and for file.

I received answer from crossref.
they prоpoce me to сhange journal title from UA to EN.
And it`s work.

But why it work? Оо I`m previously uploaded articles with 2 title in Ukrainian and English.

Hi @Oleksandr_Radkevych
I think that they make some changes in their system’s infrastructure, and suddenly something breaks down although it worked before :slight_smile:
Everyone frequently experience this on XML schemes, for ex. Just a guess.
Regards,