Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Next »

ParameterValueDescription
ContRepInPath

Repository ID in document filing structure on/off


Recommendation TRUE

ReadOnlytrue / falseIf set to true, all write, update, and delete requests will be rejected
ArchPath

Defines the path, where documents will be stored.

Can be specified per ContentRepository by adding a trailing "_<ContentRepository>"

Example: ArchPath_H8 = /opt/storage

Multiple path configurations are possible by adding a "#<number>" between ArchPath and potential trailing repository specification.

Example:  ArchPath#1_T1 = /opt/storage

                ArchPath#2_T1 = /home/temp/storage_T1

PurgePath
Temporary path (used isEnableRMECollection = true)
EnableMovetrue / falseFile move instead of Copy to ArchPath. TRUE increases performance if CS working directory and ArchPath are on the same hard disk
EnableRMECollectiontrue / falseAllows removing entire collection in one request.
MimeTypeFileExtensions

In some case it is needed to add a fileextention to file before archiving (e.x. for Oracle). The fileextention is related to the mimetype of the component and the KGSStore aus a map of default values (e.x. application/pdf = .pdf …). If these default map not fits to the requirement’s it is possible to overwrite these map, The following example shows override the default for mimetype video/x-fli to the fileextention .XYZ instead of .fli

Example: MimeTypeFileExtensions = video/x-fli




  • No labels