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:
@@ -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
|
||||
Reference in New Issue
Block a user