Project schema reference
Description
Characteristics of project fields.
Elements
Element | Description |
---|---|
name | The project name. |
id | The ID number of the project. |
uid | The Unique ID number of the project. |
domain-name | The domain of the project. |
domain-id | The domain ID number of the project. |
db-name | The database server name. |
db-type | The database type number: MS SQL (2), Oracle (3). |
create-from-project | The source project of the project. |
create-from-domain | The source domain of the project. |
physical-directory | The physical directory of the project. |
db-connstr-format | The database connection string. |
is-db-native-auth | Indicates whether database user login is handled by the operating system (MS_SQL Windows Authentication). If 'false', the authentication is handled explicitly using the user name and password. |
db-server-name | The database server name. |
is-active | Indicates if the project is active (true/false). |
is-auto-mail-enabled | Indicates if the Auto Mail option is enabled (true/false). |
has-vcs-db | Indicates if the project includes version control (true/false). |
users-quota | The maximum number of concurrent connections. -1 indicates an unlimited number of connections. |
description | The project description. |
search-language | The search language. |
project-type | The type of project. |
exception-file | The pathname of the file that defines errors that the verify process ignores. |
is-template | Indicates whether this is a template project (true/false) |
is-unicode | Indicates whether this is an Unicode project (true/false) |
version | The ALM version of project. |
is-qpm-auto-calc-enabled | Indicates whether Automatic KPI calculation is enabled (true/false). |