(DTERP-2002) Settings
Product contain multiple parameters that can affect behaviour. Here you can find list of the parameters and their meaning.
Retention management registration
Parameters can affect registration of document ID to retention management.
Description | Name | Default value | Allowed values | Details |
---|---|---|---|---|
Delay for registration job (seconds) | REG_JOB_DELAY_SEC | 20 | Minimum 0 Maximum 2147483647 | Registration job DVD_RM_REG_DOCUMENT is scheduled after successful creation of file in storage. To be able to identify archiving session for given Document ID we need to delay registration job at least to moment when Document ID is updated in ADMI_FILES table. Delay comes handy also when you plan to get retention date and legal entity from infrastructure which is build after successful creation of the file. |
Retention registration enabled | REG_RET_ENABLED |
| Enumeration <empty> - disabled X - enabled | Automatic registration of the files for retention management can be switched ON or OFF by this setting. When settings is ON mentioned job DVD_RM_REG_DOCUMENT is scheduled after each successful creation of the file. |
Setting window can contains also dynamically generated parameters relevant for specific Source ID.
Description | Name | Default value | Allowed values | Details |
---|---|---|---|---|
Auto <Source ID>_LAST_TS | <Source ID>_LAST_TS | 0 | Timestamp value in format YYYYMMDDhhmmss | When you use report /DVD/CRP_RM_REGISTER_DOCUMENT or use transaction /DVD/CRP and chose Manual registration of documents. You are able to register all documents for specific Source ID from last execution of the report. This parameter is holding last execution of the report for Source ID. |
Storage management connector
Parameters can affect creation of containers in storage management.
Description | Name | Default value | Allowed values | Details |
---|---|---|---|---|
Max size of container (kB) | CONT_SIZE_THRESHOLD_KB | 100000000 | Minimum 0 Maximum 2147483647 | For each Source ID you are able to specify prefix for containers that will be created on specified storage (more details in section Source to storage mapping). Containers are than creating woth following names <container prefix><sequence number>. During first creation of file container is automatically created with sequence number 0. This parameter is limiting how much data can be stored in one container in kB. When this size threshold is overreached container with next sequence number is created. |
Check container size threshold period (sesc) | CONT_SIZE_CHECK_SECS | 1440 | Minimum 0 Maximum 2147483647 | Parameter CONT_SIZE_THRESHOLD_KB define max size of container. Due to performance reasons it is not good idea to check size of container each time when new file is created. Using this parameter you are able to set period how often size of container should be checked. |
Number of allowed lock attempts | LOCK_WAIT_ATTEMPTS | 10 | Minimum 1 Maximum 2147483647 | When new file is being created, we need to check to which container it should be written. This information is stored in table /DVD/CRP_SMC_LUC. To make sure this table will not be updated with another concurrent execution we need to lock access to this table. This parameter restrict how many times program can try to get this log. If number of attempts is overreached exception id raised with following error message: Creation of package is locked for storage id '<Storage ID>' |
Setting window can contains also dynamically generated parameters relevant for specific Source ID.
|
| Default value |
|
|
---|---|---|---|---|
Auto AUTO_CONT_SIZE_CHECK_<Source ID> | AUTO_CONT_SIZE_CHECK<Source ID> | 0 | Timestamp value in format YYYYMMDDhhmmss | Parameter CONT_SIZE_CHECK_SECS is limiting how often size of container will be checked, this dynamical parameter holds last timestamp when container size was checked. |