Reingest broken: SS expects pointer file which isn't there #254
Labels
Type: bug
A flaw in the code that causes the software to produce an incorrect or unexpected result.
Milestone
Attempt a metadata-only re-ingest (or other type) on an AIP in Archivematica at qa/1.x. The storeAIP micro-service will issue a PUT request against the SS's Package resources, attempting to update the AIP, which ultimately calls
finish_reingest
. This breaks (returns a 500 response) becausefinish_reingest
is expecting a pointer file from AM which is no longer present because recent changes to Archivematica have removed the pointer file creation micro-service and pointer file creation has been moved to the Storage Service.See https://projects.artefactual.com/issues/11663
The text was updated successfully, but these errors were encountered: