...
Parameter | Value | Description |
---|---|---|
ReadOnly | List of ContentrepositoryIDs | List of comma-separated ContentReposity/-ies that should be handled as read only. If set to true, all write requests will be rejected. |
EnalbeComponentMove | true / false | Move files instead of copying to ArchPath. If this option is being enabled it increases the performance if the working directory of the ContentServer and the defined ArchPath are on the same hard disk. Default: false |
ContRepInPath | true / false | Repository ID in document filing structure on/off Recommendation: TRUE Default: TRUE |
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 | |
FreeDiscSpaceArchPath | Defines the minimal amount of space in megabyte that should be kept free. Can be specified per ContentRepository by adding a trailing "_<ContentRepository>" Example: FreeDiscSpaceArchPath_H8 = 1024 Multiple space configurations are possible by adding a "#<number>" between FreeDiscSpaceArchPath and potential trailing repository specifications. Example: FreeDiscSpaceArchPath#1_T1 = 1024 FreeDiscSpaceArchPath#2_T2 = 512 | |
LockFiles | true / false | If set to true, component file and corresponding info file will be set read only on the filer. A delete date will be calculated and added to the properties file of the component. (Locking is done by a combination of the OS commands “touch –a –t” and “chmod 440”) Default: FALSE |
RetentionPeriod | Integer | If set to true, component file and corresponding info file will be set read only on the filer. A delete date will be calculated and added to the properties file of the component. (Locking is done by a combination of the OS commands “touch –a –t” and “chmod 440”) |
ChangeRepositoryIDs | List of ContentrepositoryIDs | Repository ID’s to change, comma- separated. This parameter works only in combination with ContRepInPath = false. If a docu-ment is archived with one of these ID’s, the first access to this docu-ment with a different Conten-tRepID will overwrite the reposi-tory information in the document info file. |
DuplicatePath | Defines the path for storing dulicates of the data (mirroring). Can be specified per ContentRepository by adding a trailing "_<ContentRepository>" Example: DuplicatePath_H8 = /opt/storage Multiple path configurations are possible by adding a "#<number>" between DuplicatePath and potential trailing repository specification. Example: DuplicatePath#1_T1 = /opt/storage DuplicatePath#2_T1 = /home/temp/storage_T1 | |
FreeDiscSpaceDuplicatedPath | Defines the minimal amount of space in megabyte that should be kept free. Can be specified per ContentRepository by adding a trailing "_<ContentRepository>" Example: FreeDiscSpaceDuplicatePath_H8 = 1024 Multiple space configurations are possible by adding a "#<number>" between FreeDiscSpaceArchPath and potential trailing repository specifications. Example: FreeDiscSpaceDuplicatePath#1_T1 = 1024 FreeDiscSpaceDuplicatePath#2_T2 = 512 | |
DataEncoding | Integer | 0 = No data encoding 1 = KGS encoding This parameter can be set per ContentRepository. Example: DataEncoding = 0 DataEncoding_T1 = 1 |
MaxFileNameLength | Integer | Defines a limitation for the maximal length of the filename. When this limit is exceeded the part of the ComponentID in the filenmae is being replaced by a fingerprint of the ComponentID and the original ComponentID is being stored in the info-file. Use this parameter only if your file system has a limitation that does not fit to the documents you want to archive. Default: 0 = no limitation |
Parameter | Value | Description |
---|---|---|
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 | |
ChangeRepositoryIDs | Repository ID’s to change, comma- separated. This parameter works only in combination with ContRepInPath = false. If a document is archived with one of these ID’s, the first access to this document with a different ContentRepID will overwrite the repository information in the document info file. | |
ContainerCacheMaxTime | Integer | Maximum time in seconds after a container will be closed when no new archiving request arrives. |
ContainerCachePath | Cachepath for Containeroptin | |
ContainerMaxDocSizeMB | Integer | Documents with a size greater than this limit (in MB) will be stored as a single file (not in a Container) |
ContainerMaxFiles | Integer | 0 = Containermode disabled Can be specified per ContentRepository by adding “_<ContRep>”. Example: ContainerMaxFiles_T1=500 |
ContainerMaxMB | Integer | Sizelimit for a container |
ContRepInPath | true / false | Repository ID in document filing structure on/off Recommendation TRUE Default: true |
DataEncoding | Integer | 0 = No data encoding 1 = KGS encoding This parameter can be set per ContentRepository. Example: DataEncoding = 0 DataEncoding_T1 = 1 |
DB-Driver | String / Char | JDBC driver name. (If DB-URL is not being set.) |
DB-PASSWORD | String / Char | Database user password. The password will be encrypted after first start |
DB-Port | String / Char | Port database listener. if (DB-URL not set) |
DB-Server | String / Char | IP address or DNS name database server. if (DB-URL not set) |
DB-SID | String / Char | Database system id. if (DB-URL not set) |
DB-TableNamePrefix_xx | String / Char | Prefix Table Document, Component xx (CRID) default Prefix ContentRepID |
DB-URL | String / Char | Connection URL for DB. This Parameter is optional. Sample for ORACLE: jdbc:oracle:thin:@169.254.25.100:1 521:KGSSTORE |
DB-USER | String / Char | Database username |
DisableFullPath | true / false | false = The full path of the document will be stored in the database. true = The document reference in the database is relative to the parameter ArchPath |
DuplicatePath | Defines the path for storing dulicates of the data (mirroring). Can be specified per ContentRepository by adding a trailing "_<ContentRepository>" Example: DuplicatePath_H8 = /opt/storage Multiple path configurations are possible by adding a "#<number>" between DuplicatePath and potential trailing repository specification. Example: DuplicatePath#1_T1 = /opt/storage DuplicatePath#2_T1 = /home/temp/storage_T1 | |
EnableComponentMove | true / false | Move files instead of copying to ArchPath. If this option is being enabled it increases the performance if the working directory of the ContentServer and the defined ArchPath are on the same hard disk. Default: false |
EnableFileDelete | true / false | If file delete is not enabled, the dataset in the database will be deleted by a delete request, but the corresponding component file remains in the filesystem EnableFilesWithExtension |
FolderDepth | Integer | FolderDepth Default: 2 |
FolderMax | Integer | Defines the maximal number of entries per node. Default: 1000 |
FolderMaxFiles | Integer | Defines the maximal number of files in a folder. |
FolderPrefix | String / Char | <yyyyMMdd> = Dateprefix in folderstructur. Example:\ArchPath\T1\20110825\0 000\0000\document.pdf Default: Empty |
ReadOnly | List of ContentRepositoryIDs | List of comma-separated ContentReposity/-ies that should be handled as read only. If set to true, all write requests will be rejected. |
FreeDiscSpaceArchPath | Integer | Defines the minimal amount of space in megabyte that should be kept free. Can be specified per ContentRepository by adding a trailing "_<ContentRepository>" Example: FreeDiscSpaceArchPath_H8 = 1024 Multiple space configurations are possible by adding a "#<number>" between FreeDiscSpaceArchPath and potential trailing repository specifications. Example: FreeDiscSpaceArchPath#1_T1 = 1024 FreeDiscSpaceArchPath#2_T2 = 512 |
LockFiles | true / false | If set to true, component file and corresponding info file will be set read only on the filer. A delete date will be calculated and added to the properties file of the component. (Locking is done by a combination of the OS commands “touch –a –t” and “chmod 440”) Default: false |
RetentionPeriod | Integer | Defines the amount of time (in months) from now where the deletion date should be set. Retention periods can be set per ContRep and per document mime time. Example (for ContRep “MX”): RetentionPeriod_MX=36|application /x-alf=1000|application/x- reo=5|image/tiff=6 |
FreeDiscSpaceDuplicatePath | Defines the minimal amount of space in megabyte that should be kept free. Can be specified per ContentRepository by adding a trailing "_<ContentRepository>" Example: FreeDiscSpaceDuplicatePath_H8 = 1024 Multiple space configurations are possible by adding a "#<number>" between FreeDiscSpaceArchPath and potential trailing repository specifications. Example: FreeDiscSpaceDuplicatePath#1_T1 = 1024 FreeDiscSpaceDuplicatePath#2_T2 = 512 | |
MaxFileNameLength | Defines a limitation for the maximal length of the filename. When this limit is exceeded the part of the ComponentID in the filenmae is being replaced by a fingerprint of the ComponentID and the original ComponentID is being stored in the info-file. Use this parameter only if your file system has a limitation that does not fit to the documents you want to archive. Default: 0 = no limitation | |
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 | |
RetentionPeriod | Defines the amount of time (in months) from now where the deletion date should be set. Retention periods can be set per ContRep and per document mime time. Example: RetentionPeriod_MX=36|application /x-alf=1000|application/x- reo=5|image/tiff=6 | |
FolderPrefix | String / Char | |
Repositories | String / Char | Repositories for which database tables may be created automatically. (comma-separated) Sample: T1,T2,T3 |
LockFiles | true / false | Lock files at file system is retention activated |
IgnoreContRepID |