Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12
-
None
Description
Current Situation
When the JobSchedulerRemoveFile job cannot remove the given file successfully then the log contains the line cannot remove file: filename
Desired Behavior
When the JobSchedulerRemoveFile job cannot remove the given file successfully then the log should contain the reason. Reasons can be e.g.
- File not found
- Permission denied (IOException)
Test Instruction
Test Configuration
- Open JOE and use the wizard to create order-controlled job, using template job "JobSchedulerRemoveFile".
Test Data
- Create jitl_492.txt file in c:/data/inbound
- Remove read permission from file jitl_492.txt
Test Execution
- Login on to the JOC Cockpit and start the job
Test Results
- Negative Results
- When the job cannot remove the given file successfully, the log file contains the line cannot remove file: filename
- Positive Results
- When the job cannot remove the given file successfully, then the log file should contain the reason like File not found or permission denied(IOException)