Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File not injested #3090

Open
dewhattens opened this issue Feb 14, 2024 · 10 comments
Open

File not injested #3090

dewhattens opened this issue Feb 14, 2024 · 10 comments
Labels

Comments

@dewhattens
Copy link

used roda-in to create a valid SIP. Used this to injest into roda docker version.

What I saw that was files with the same names did not get injested. RODA complained about the file already existed.

image

Many files could have the same name in a SIP such as 1.tiff. It seems this version cannot handle an injest.

@luis100
Copy link
Member

luis100 commented Feb 14, 2024

RODA-in creates SIPs on .zip format, are you unzipping them before uploading?

@dewhattens
Copy link
Author

dewhattens commented Feb 15, 2024 via email

@luis100
Copy link
Member

luis100 commented Feb 15, 2024

Well, E-ARK SIPs are supposed to be sent in ZIP format. Please try that way.

@luis100 luis100 closed this as completed Feb 15, 2024
@dewhattens
Copy link
Author

dewhattens commented Feb 15, 2024 via email

@luis100
Copy link
Member

luis100 commented Feb 15, 2024

RODA supports many SIP formats and you can customize it with your own SIP format, so it could receive files that are not a ZIP. But it would not support uploading files with the same name to the same folder. You would need to create different folders for it. Usually, file systems do not allow that, but I guess you might be trying to upload a folder, which in some Web Browsers will try to upload all files under the folders, which will get you this odd behaviour. You can, alternatively, upload directly to the transfer folder, or share the transfer folder with SFTP or Windows share, so it would be easier to copy large amounts of files and folders.

@dewhattens
Copy link
Author

Tried uploading the zipped file from roda-in. It injected fine but when i started a process it errored

image

@luis100
Copy link
Member

luis100 commented Feb 16, 2024

Hello, it seems you have tried to ingest an E-ARK SIP version 1 but selected and E-ARK SIP version 2 on the ingest workflow options.

@luis100 luis100 reopened this Feb 16, 2024
@dewhattens
Copy link
Author

dewhattens commented Feb 16, 2024 via email

@dewhattens
Copy link
Author

So once more using the default RODA-in package injested using the SIP1 type and still it failed

image

Additionally I cannot set in the RODA-IN mets file any type OAISPACKAGETYPE which is required in a MET.xml

@luis100
Copy link
Member

luis100 commented Feb 16, 2024

The OAISPACKAGETYPE error is about E-ARK SIP version 2 internal attributes, and is set in RODA-in when selecting E-ARK SIP 2 as the SIP type on creation. But this was fixed when you selected the correct E-ARK SIP type for the produced version.

Now, it seems that when you were filling up the EAD metadata, you did not fill up all the necessary metadata, specifically the level attribute. In RODA-in you have a button to validate the produced metadata.

image
NOTE: screenshot doesn't show it well, but the button is the check mark ✔️

This usually does not happen, as a description level is selected by default, so you must have deselected it.

Please ensure descriptive metadata is valid and re-submit the SIP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants