Limit of the directory name for FILE_DATASTORE?
Hi All,
I'm using file_datastore to index some documents in a filesystem.
The path is stored in a database column and during indexing I got this error message:
"DRG-11112: length of <path_name> ... exceeds maximum of 255"
I checked the path column and some of them has length > 255 (around 260-275 chars). I checked my filesystem and those paths were valid directory/filenames.
I checked all documentations and can't find any reference to the path's maximum length.
How do I increase this limit to handle paths that are > 255 characters?
Thanks,
Jed