we encoutered a crash due to a corruption in FCCS. Added error handling for that scenario which included a crashed list and modifying the export function. Need to test it on a known crashed folder

This commit is contained in:
2026-07-10 22:28:22 -05:00
parent 7921e91c2c
commit bda12518dd
3 changed files with 137 additions and 29 deletions

View File

@@ -6,6 +6,7 @@ output_dir = C:\Migration\Output
drawer_id_file = C:\Migration\drawer_ids.txt
completed_file = C:\Migration\completed.txt
ignore_file = C:\Migration\ignore.txt
crashed_file = C:\Migration\crashed.txt
log_file = C:\Migration\run_log.txt
screenshot_dir = C:\Migration\screenshots
manifest_dir = C:\Migration\manifests
@@ -32,4 +33,6 @@ progress_title = Exporting Documents
progress_class = #32770
saved_title = "Send to" file saved
saved_class = #32770
saved_ok_title = OK
saved_ok_title = OK
error_title = FileCabinet CS
error_class = #32770