<< Click to Display Table of Contents >> The VAULT.INI configuration file |
The VAULT.INI configuration file is located in the VAULT integration folder, for instance named X:\ELSA\VAULT\VAULT.INI or similar:
The table below described the configuration file in detail.
Section |
Key |
Description |
---|---|---|
[VAULT] |
VERSION |
This is the name of a corresponding sub-directory of the VAULT directory, which in turn is a sub-directory of the cadett ELSA main directory (X:\ELSA or similar).
|
UseEmailSettings |
This key is set in the Vault Settings dialogue. It should not be edited in the configuration file. Example:
|
|
PATH |
This key defines the root directory of the project structure in Vault. Please make sure to end this setting with a slash.
|
|
SCRIPTn SCRIPTDn |
Specification of script sequences to execute when checking in, and in what directory to run them (SOURCE or TARGET). Any number of script sequences can be specified in this way. Example:
SCRIPT1=0PDF_FREEGEN_Q SCRIPTD1=Q SCRIPT2=0PDF_FREEGEN_Z SCRIPTD2=Z
|
|
SCRIPTDn |
Specification of directory to run the corresponding (same number) script sequence in.
Q = SOURCE directory
|
|
STATUS1 STATUS2 |
Status text displayed for “checked-in” and “checked-out” projects in cadett ELSA.
Any text in any language may be used. Please however consider the length. There is often a lot of information that competes for the available screen space.
Example:
STATUS1=<<Checked-in to Vault>> STATUS2=<<Checked-out from Vault>>
|
|
[VAULT_PROJECT_PARAMETERS] |
Key1=Key2 |
The project parameters to be set as project properties in Vault:
Key1 is the project property name in Vault.
Key2 is the cadett ELSA key (database field name or other key type) for the project parameter to get the value from.
Example:
cadett ELSA Project name=PROJEKT cadett ELSA Project name(long)=LNGPRJNAME cadett ELSA Project Description=PROJEKT
|
[VAULT_SHEET_PARAMETERS] |
Key1=Key2 |
The sheet properties to be set in Vault:
Key1 is the sheet property name in Vault.
Key2 is the cadett ELSA field name defined in the mask file for the Drawing Manager to get the value from.
Example:
ELSA Description=LONGDESC ELSA Drawing number=ZRITNR ELSA Title row 1=LONGDESC ELSA Title row 2=ZTITEL2 ELSA Title row 3=ZTITEL2 ELSA Title row 4=ZTITEL2 ELSA Plant=ZHANL ELSA Location=ZHPLAC
|
[VAULT_EXTRA_FOLDER] |
EXTRA |
Additional sub-folder under SOURCE directory to check in.
Example:
EXTRA=DOC
|