Data Insight file classification error 286

book

Article ID: 100043426

calendar_today

Updated On:

Description

During file classification process, certain files may produce error in the logs and not be processed.

For example:

ERROR: V-378-1310-5376: #{33116} [traverse_next: 2108] traverse|Failed|traverse_next|pth=\\?\UNC\127.0.0.1\path\to\some\file\filename.ext|moving to next|syserr=0|err=286.
WARNING: V-378-1310-5736: #{33116} [_traverse_rdfile: 6912] traverse|Warning|_traverse_rdfile|mfs:52428800|fs:54543360

where

  • pth=\\?\UNC\127.0.0.1\path\to\some\file\filename.ext represents a path to a file
  • mfs:52428800 represents the maximum file size that will be classified
  • fs:54543360 represents the size of the file scanned
  • err=286 indicates that this file has exceeded the maximum file size (ie fs > mfs)

If desired, the maximum file size for classification can be changed with a property setting.

Refer to the Data Insight Classification Guide section on Troubleshooting Classification for more details.

Issue/Introduction

Data Insight file classification error 286