In sandbox the harvester tries to create records that already exist on prod. those records have a CDS DOI (10.17181) and/or a CDSRDM id. the matcher finds nothing in sandbox because the record is not there, so it goes to create. create is then blocked with:
"Create is blocked: trying to create record with cds doi - record should be updated instead."
this only happens because sandbox does not have the same records as prod.
add a CDS config (sandbox only). when the matcher finds no local hit, allow create even if the incoming record has a datacite DOI or a CDSRDM id. use the same CDS pid as prod.
In sandbox the harvester tries to create records that already exist on prod. those records have a CDS DOI (10.17181) and/or a CDSRDM id. the matcher finds nothing in sandbox because the record is not there, so it goes to create. create is then blocked with:
"Create is blocked: trying to create record with cds doi - record should be updated instead."
this only happens because sandbox does not have the same records as prod.
add a CDS config (sandbox only). when the matcher finds no local hit, allow create even if the incoming record has a datacite DOI or a CDSRDM id. use the same CDS pid as prod.