Bug 39291

Summary: Edifact should record an error and move on if there's a problem with transport filename change
Product: Koha Reporter: Martin Renvoize (ashimema) <martin.renvoize>
Component: AcquisitionsAssignee: Bugs List <koha-bugs>
Status: NEW --- QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: --- Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 38689    
Bug Blocks:    

Description Martin Renvoize (ashimema) 2025-03-10 16:29:28 UTC
Edifact renames files to signify that they have been processed.. this is part of the specification.

However, if somehow there's already a file with the name you are attempting to change to, currently the process just aborts.  We should really record the error somewhere and move on to the next file otherwise we stop processing files until the erroneous file is cleaned up on the vendors site.

This is rare though.. so perhaps a low priority.. leaving it here just in case someone else hits this and it gives some good clues ;)