You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
When running Harvest tool on one of our bundles that contained an Ingest_LDD XML file, the tool reported the following error: [ERROR] Missing logical identifier: /Users/mdrum/.CMVolumes/tunneled sbn-archive/dsk1/www/archive/pds4/orex/orex.mission/xml_schema/orex_ldd.xml
This is not an error I would expect to see, because the file in question is not a label
@mdrum we will look into this, but I was not aware that XML labels could even be archived at this time? We have not built support into any of our tools to handle XML files in an archive. That was part of the whole lblx convo. I imagine validate balks at this as well?
@jordanpadams Yeah the LDD file isn't being archived, it just happens to be inside the bundle directory alongside the other dictionary artifacts. It would be nice if the tool was smart enough to ignore XML files that weren't labels, but another nice-to-have feature would be if there was some way to filter files within a bundle by path/filename (rather than filtering on product class)
@jordanpadams Regex would definitely be more useful, and maybe even begin to allow for some sort of parallelization. A filter for whitelisting or blacklisting by path and name would allow a job to be broken up into pieces.
🐛 Describe the bug
When running Harvest tool on one of our bundles that contained an Ingest_LDD XML file, the tool reported the following error:
[ERROR] Missing logical identifier: /Users/mdrum/.CMVolumes/tunneled sbn-archive/dsk1/www/archive/pds4/orex/orex.mission/xml_schema/orex_ldd.xml
This is not an error I would expect to see, because the file in question is not a label
📜 To Reproduce
Steps to reproduce the behavior:
registry-manager create-registry
harvest -c testcase.cfg
🕵️ Expected behavior
I would expect that the products within the bundle be processed without error, and the XML schema or Ingest LDD files be skipped
📚 Version of Software Used
Registry App 1.0.0
🩺 Test Data / Additional context
Provided in reproduction steps
🏞Screenshots
🖥 System Info
🦄 Related requirements
⚙️ Engineering Details
The text was updated successfully, but these errors were encountered: