Support #8209
MNDeployment #7629: Arctic Data Center - Data and Software about the Arctic
Five objects failed to sync to the CN from urn:node:ARCTIC
100%
Description
I noticed this while doing other work and wanted to report the Objects in question so they can get fixed.
doi:10.18739/A2T091
doi:10.18739/A2FV7G
doi:10.18739/A28Z56
doi:10.18739/A2Z55G
doi:10.18739/A2PP08
Calls to CNRead.get() and CNRead.resolve() are giving me error that the System Metadata for each Object can't be found, e.g.,
No system metadata could be found for given PID: doi:10.18739/A2T091"
History
#1 Updated by Dave Vieglais about 7 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
Attempt sync'ing using CN.synchronize(), e.g.:
curl -E urn_node_ARCTIC.pem "https://cn.dataone.org/cn/v2/synchronize" -F "pid=doi:10.18739/A2T091"
Tailing cn-synchronization.log with:
tail -f cn-synchronization.log | grep "ARCTIC"
verified success for hte object.s
#2 Updated by Bryce Mecum about 7 years ago
- Status changed from In Progress to Closed
- % Done changed from 30 to 100
I went ahead and sync'd the rest and confirmed sync via hitting CNRead.get() and CNRead.resolveI() on each of the PIDs. All looks correct to me.