The File System gateway enables access to documents in the local file system.
Features
The File System gateway has these features:
verity
/prdname
/k2/common/vdkstyle/
verity
/
prdname
is the user-definable portion of the installation directory.It is recommended that you backup the sample directory to another location before making changes.
It is recommended that you use the File System gateway configuration file, called
vgwfsys.cfg
, as is. The sample File System gateway configuration file has been designed to work on Verity supported platforms and does not require edits or configuration.
vgwfsys.cfg
, must be present for proper functioning of the gateway. The sample vgwfsys.cfg
file contains this syntax:
- # Verity File System gateway Configuration File
- $include vgwfsys.prm
- $control: 1
- fsgw:
- {
- # Field mapping: RepositoryFieldName ExternalFieldName
- map: "VgwDocKey" "VgwDocKey"
- map: "VgwViewURL" "VgwViewURL"
- map: "VgwFileCreateDate" "VgwFileCreateDate"
- map: "VgwFileModifyDate" "VgwFileModifyDate"
- map: "VgwFileAccessDate" "VgwFileAccessDate"
- map: "VgwFileSize" "VgwFileSize"
- map: "VgwFilePath" "VgwFilePath"
- map: "VgwFileOwner" "VgwFileOwner"
- $ifdef VGWFSYS_SECURITY
- map: "_VgwAccessType" "_VgwAccessType"
- map: "_VgwFileAccessValue" "_VgwFileAccessValue"
- $endif
- # Default data path
- path: "data_default" "."
- }
- $$