Error ingesting to DERIVA: Bag validation failed: #183
-
Software/command: cfde-submit status Error text: Error ingesting to DERIVA: Bag validation failed: data/primary_dcc_contact.tsv md5 validation failed: expected="7921bfd8ddb3c02ad98284a2016476a4" found="3cb774a7828f9af282bbc49acb28c477" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
md5 validation errors are usually caused by files being edited after they have been packaged into a bdbag. bdbags contain md5 information for each file in the bag, and that md5 information is generated when the bag is created, so downstream changes to the files cause validation errors. Possible solutions: If you meant to alter the bags contents
See the full bdbag documentation here. If you are having trouble with bdbags, you may also be interested in trying the bdbag GUI, which doesn't require using the command line.
If you did not mean to alter the bags contents
|
Beta Was this translation helpful? Give feedback.
md5 validation errors are usually caused by files being edited after they have been packaged into a bdbag. bdbags contain md5 information for each file in the bag, and that md5 information is generated when the bag is created, so downstream changes to the files cause validation errors.
Possible solutions:
If you meant to alter the bags contents
bdbag --update <your bag path>
See the full bdbag documentation here. If you are having trouble with bdbags, you may also be interested in trying the bdbag GUI, which doesn't require using the command line.
If you did not mean t…