When you perform a right-click scan on a single file that is on a removable device, such as a USB key, ENS might scan the whole device instead of only the single file selected. The ENS
OnDemandScan_Debug.log records the progress of the scan as follows:
<timestamp> mfetp(10256.11872) <SYSTEM> odsbl.ODS.Debug: OdsRunTask::CreateSnapShot - Task: RightClick_5088234 :: TaskToClone : ODS_RIGHT_CLICK_TASK :: newTask : 0.
NOTE: The scan starts.
...
<timestamp> mfetp(10256.11872) <SYSTEM> odsbl.ODS.Debug: OdsRunTask::StartScan Start scan task received. Async: 1 Resume: 0 Requester: 0 Task: RightClick_5088234
...
<timestamp> mfetp(10256.11872) <Username> odsbl.ODS.Debug: Scan item count: 1
<timestamp> mfetp(10256.11872) <Username> odsbl.ODS.Debug: scratch1: F:\<path to file>.doc, scanItemType: 7
NOTE: ENS adds the items to scan. The entry
scanItemType: 7 indicates a folder, although only a single file has been selected.
...
<timestamp> mfetp(10256.11872) <Muquit> odsbl.ODS.Debug: OdsScanProgress::AddOtherScanItem Adding scan item: f:\, otherScanItemCount: 1 Task: RightClick_5088234
NOTE: The root of the drive
F:\ is added.
...
<timestamp> mfetp(10256.11872) <SYSTEM> odsbl.ODS.Activity: Scan started <username> Right-Click Scan
...
<timestamp> mfetp(10256.13148) <SYSTEM> odsbl.ODS.Activity: Scan completed <username> Right-Click Scan (0:00:05)
<timestamp> mfetp(10256.13148) <SYSTEM> odsbl.ODS.Debug: OdsRunTask::ScanEnd Scan task done. Aborted: 0 Task: RightClick_5088234