...
Although a root folder may not be currently selected, tia Content Server may write to it: All component files (in AL senseArchiveLink) belonging to the same document id get stored in the same folder on the same root. For existing document id folders, write operations are so still possible. It does not matter, if the root isn’t currently selected, free disc space limitation is exceeded or even the root is configured as non-selectable.
For that reason, recommendation is to configured with minimum of free disc space for each root folder, so creation of new folders stops leaving space for component files being added later.
Parent | Parameter | Description | Default | ||
|
| These parameters set the root folders.
Each parameter must be set to a unique file system path.
|
| ||
|
| With this value it is possible to control the behavior of the selecting algorithm. The folder with the smallest number and enough free space will be used. |
| ||
|
| Time interval in hours to find a new root directory. The algorithm is also triggered, when an IOException occures. |
|
...
If
freespacegb
for the root is-1
, it is blocked by configuration for creation of new doc Id’s. (Exception it is the last one)If enough free space is found on the root, it is selected and selection process ends.
If not enough free space is found, the next root folder is inspected.
Note |
---|
If after inspection of all root folders no root record is selected, new documents cannot be created. |
Example:
Code Block |
---|
<repo>.contentservice.splitfilesystemv3.root.1 = C:/Doc_Base <repo>.contentservice.splitfilesystemv3.root.2 = C:/Doc_Base_Disk2 <repo>.contentservice.splitfilesystemv3.root.2.freespacegb=-1 <repo>.contentservice.splitfilesystemv3.root.3 = C:/Doc_Base_Disk3 <repo>.contentservice.splitfilesystemv3.root.3.freespacegb=10 <repo>.contentservice.splitfilesystemv3.root.4 = C:/Doc_Base_Disk4 <repo>.contentservice.splitfilesystemv3.root.4.freespacegb=50 |
...