ENCODING
Property Name | Description | Default Value | Possible Value |
---|---|---|---|
abpm.characterSetEncoding | Default character set encoding to be used by all activities while parsing the data. However, you can also define the character set encoding at each activity level. Character set encoding defined at the activity level always takes precedence.
| ISO-8859-1 | Any possible character set encoding such as UTF-8 etc. |
...
Property Name | Description | Default Value | Possible Values | ||
---|---|---|---|---|---|
mailProtocol | Specifies the protocol used by an outgoing mail server.Select smtp if the mail server is using SMTP protocol. | smtp | smtp/mapi | ||
mailServer | IP address or hostname of the outgoing (SMTP) mail server. Applicable only when smtp is defined as mail protocol. The value of this property is populated automatically using the value given in the Mail Server Configuration step during installation. However, you can also manually define it, if needed. | Depends on the value given in the Mail Server Configuration steps during installation | IP address or hostname of the SMTP Serverdomain | ||
systemAdminEmailId | Specifies the domain name. Applicable only when MAPI is defined as the mail protocolEmail address of the person who is responsible for the administration of Adeptia Suite. The value of this property is populated automatically from the value given in the Mail Server Configuration step during installation. However, you can also | manuallydefine it, as needed. | Adeptia | Domain Name, in which exchange server is configured. | |
CDOHostName | Name of the CDO host machine. Applicable only when MAPI is defined as mail protocol. CDOHOST allows Adeptia Suite to communicate with Exchange server. | CDOHOSTMachine | IP Address or Hostname of the machine, which is configured as CDOHOST to allow communication between Adeptia Suite and Exchange Server. | ||
systemAdminEmailId | Email address of the person who is responsible for the administration of Adeptia Suite. The value of Depends on the value given in the Mail Server Configuration steps during installation. | Any email address, which can be used to send the mail notifications. | |||
mailServerUserId | User ID to access the mailbox of the Adeptia Suite administrator. The value of this property is populated automatically from using the value given in the Mail Server Configuration step during installation. However, you can also manually define it, as if needed. | Depends on the value given in the Mail Server Configuration steps during installation. | Any email address, which can be used to send the mail notifications. | mailServerUserId | User ID User ID of the mail account, which is mentioned in systemAdminEmailID property. |
mailServerPassword | Password to access the mailbox of the Adeptia Suite administrator. The value of this property is populated automaticallyusing as per the value given specified in the Mail Server Configuration step during installation. However, you can also manually define it, if needed. | Depends on the value given in the Mail Server Configuration steps during installation. | User ID Password of the mail account, which is mentioned in systemAdminEmailID property. | ||
mailServerPassword | Password to access the mailbox of the Adeptia Suite administrator. The value of this property is populated automatically as per the value specified in the Mail Server Configuration step during installation. However, you can also manually define it, if needed. | Depends on the value given in the Mail Server Configuration steps during installation. | Password of the mail account, which is mentioned in systemAdminEmailID property. | ||
mailSubject | Subject of the email notification to be sent when you change your mail password. This value is used as the subject for mail notifications, which are sent by Adeptia Suite each time you change your email password | Password | Subject string with which mail notification will be sent | ||
abpm.notificationmailSubject | Subject of the email notification to be sent when you change your mail password. This value is used as the subject for mail notifications, which are sent by Adeptia Suite each time you change your email password | Password | Subject string with which mail notification will be sent | ||
abpm.notification.mailNotification.securityType | Mail security type. | SSL or TLS | |||
abpm.mail.notificationssl.hostname.mailNotificationtrust.portMail server port number. The value of this property is populated automatically as verification | Set the value for this property to yes for enabling the Mail SMTP SSL Trust verification. To disable the Mail SMTP SSL Trust verification Set the value for this property to no. | yes | yes or no | ||
abpm.notification.mailNotification.port | Mail server port number. The value of this property is populated automatically as per the value specified in the Mail Server Configuration step during installation. However, you can also manually define it, if needed. | Depends on the value given in the Mail Server Configuration steps during installation. | SMTP port used by Mail Server | ||
abpm.notification.mailNotification.encoding | Supports encoding in the email notification activity. | ISO-8859-1 | UTF-8,UTF-16, etc. | ||
abpm.changePasswordNotification.sendNewPassword | Specifies whether you want to receive notification whenever a users password is changed. | yes | yes or no |
...
Property Name | Description | Default Value | Possible Values |
---|---|---|---|
abpm.ActivityName.Prefix | Prefix that is appended to an activity name | Any string as per the naming convention policy of your organization. | |
LDAP Authentication
Property Name | Description | Default Value | Possible Values |
---|---|---|---|
abpm.ldap.enableLdap | Enable or disable LDAP authentication. | no | yes or no |
abpm.ldap.provider.url | Provider URL to connect to LDAP Server. | ldap://ldapServerName:portNumber | |
abpm.ldap.enableLdapOverSSL | Enable or disable LDAP connection over SSL. | ||
abpm.ldap.searchScopeLevel | Search scope level - One, Object, and Subtree. | Subtree | One, Object, or Subtree |
abpm.ldap.bindDN | The DN used to bind against the LDAP server for the user and roles queries. This is DN with read/search permissions on the baseContextDN and rolesContextDN values. It specifies DN of the admin user in LDAP server. | ||
abpm.ldap.bindCredential | Password for the bindDN. | ||
abpm.ldap.baseContextDN | Fixed DN of the context to start the user search from. | ||
abpm.ldap.baseFilter | Search filter to locate the context of the user to authenticate. The input username as obtained from the login module callback will be substituted into the filter where a "{0}" expression is seen. | ||
abpm.ldap.rolesContextDN | Fixed DN of the context to search for user roles. For Active Directory, this is the DN where the user account is. | ||
abpm.ldap.roleFilter | Search filter to locate the roles associated with an authenticated user. The login module callback will be substituted into the filter anywhere a "{0}"expression is seen. The authenticated userDN will be substitute into the filter where a "{1}" expression is seen. | ||
abpm.ldap.roleAttributeID | Name of the role attribute of the context that corresponds to the name of the role.
If the value of the roleAttributeIsDN property is set to true, this property is the DN of the context to query for the roleNameAttributeID attribute.
If the roleAttributeIsDN property is set to false, this property is the attribute name of the role name. | ||
abpm.ldap.roleAttributeIsDN | Flag indicating whether the user's role attribute contains the fully distinguished name of a role object, or the user's role attribute contains the role name. If the value of this property is false, the role name is taken from the value of the user's role attribute. If the value of this property is true, the role attribute represents the distinguished name of a role object. The role name is taken from the value of the roleNameAttributeId attribute of the corresponding object. The default value of this property is false. | no | yes/no or true|false |
abpm.ldap.roleNameAttributeID | Name of the role attribute of the context that corresponds to the name of the role. If the value of the roleAttributeIsDN property is set to true, this property is used to find the role object's name attribute. If the value of the roleAttributeIsDN property is set to false, this property is ignored. | ||
abpm.ldap.roleDN.searchRoleNameAttributeID | Enable or disable searching role name attribute in user's distinguished name. | yes | yes or no, true or false |
abpm.ldap.administratorUsers | Name(s) of LDAP user(s) (separated by comma) that will be treated as System Admin users in Adeptia Suite and Adeptia Connect. | ||
abpm.ldap.administratorGroups | Name(s) of LDAP group(s) (separated by comma) that will be treated as System Admin users in Adeptia Suite and Adeptia Connect. | ||
abpm.ldap.groupAdminUsers | Name(s) of LDAP user(s) (separated by comma) that will be treated as Group Admin users in Adeptia Suite and IT Users in Adeptia Connect. | ||
abpm.ldap.groupAdminGroups | Name(s) of LDAP group(s) (separated by comma) that will be treated as Group Admin users in Adeptia Suite and IT Users in Adeptia Connect. | ||
abpm.ldap.developerUsers | Name(s) of LDAP user(s) (separated by comma) that will be treated as Developer Users in Adeptia Suite and Business Users in Adeptia Connect. | ||
abpm.ldap.developerGroups | Name(s) of LDAP group(s) (separated by comma) that will be treated as Developer Users in Adeptia Suite and business Users in Adeptia Connect. | ||
abpm.ldap.businessUsers | Name(s) of LDAP users (separated by comma) that will be treated as Business Users in Adeptia Suite. | ||
abpm.ldap.businessGroup | Name(s) of LDAP groups (in comma separated format) that will be treated as Business Users in Adeptia Suite. | ||
abpm.ldap.group.itUsers | Name of the LDAP group that shall be treated as IT users in Adeptia Connect. | ||
abpm.ldap.alwaysDefaultGroupLogin | Enable or disable login only with default LDAP group in Adeptia. | ||
abpm.ldap.defaultLdapGroup | Entity id of the group (created in Adeptia) that shall be treated as default LDAP group. | ||
abpm.ldap.enableDefaultGroupLogin | Enable or disable login with default LDAP group in Adeptia. | ||
abpm.ldap.enableSSO | Enable or disable Single Sign-On in Adeptia Suite. | no | yes or no |
abpm.ldap.sso.filterClass | Class name that needs to be initiated for SSO authentication process. | yes | yes or no |
abpm.ldap.enable.anonymous.login | Enable or disable anonymous login through blank password in LDAP. | yes | yes or no |
abpm.ldap.referrals | Set the environment property referrals in LDAP. Possible values are ignore and follow. |
...
Property Name | Description | Default Value | Possible Values |
---|---|---|---|
abpm.pagination.taskmanager.page.size | Maximum number of records that will be displayed on a page. | 20 | Any positive integer |
abpm.pagination.managepage.page.size | Maximum number of records that will be displayed on a manage screen. | 20 | Any positive integer |
abpm.pagination.page.size | Maximum number of records that will be displayed on one page | 10 | Any positive integer |
Anchoranchor Environment_Name Environment_Name
PERSONALIZATION
Environment_Name | |
Environment_Name |
...
Property Name | Description | Default Value | Poosible Value | ||||
---|---|---|---|---|---|---|---|
abpm.versionControl.enable | Enables versioning in Adeptia Suite. | false | true or false | ||||
abpm.versionControl.repository.access.protocol | Protocol to access the SVN server. | SVN | SVN/HTTP/HTTPS | abpm.versionControl.repository.url | IP address/Name of the host machine where SVN is installed. Define the hostname or IP address of SVN host according to the following syntax:svn://<hostname >:<SVN port> where <hostname> is hostname or IP address of the host, where SVN is installed. <port> is the port at which SVN is running. By default, SVN uses 3690. For example if the SVN Server is installed on a host with IP address 192.168.1.1 and using port 3690 then the URL will be : svn://192.168.1.1:3690/ In case SVN is installed on Linux OS, you need to provide the absolute path of the Version Control Repository according to syntax given below: svn://<hostname >:<SVN port><Absolute Path of the Repository including the Repository Name> Provide the path to the Repository that you created when installing SVN. For example if the the SVN server. | SVN | SVN/HTTP/HTTPS |
abpm.versionControl.repository.url | IP address/Name of the host machine where SVN is installed in the following syntax: svn://<hostname >:<SVN port> where, <hostname> is hostname or IP address of the host, where SVN is installed. svn://<hostname >:<SVN port><Absolute Path of the Repository including the Repository Name> | svn://<hostname >:<SVN port> | |||||
abpm.versionControl.username | User Name of the Version Control RepositoryThe username, which is used to access SVN repository. | As per configuration of SVN Server | |||||
abpm.versionControl.password | Password of the user specified in the abpm.versionControl.username. | ||||||
abpm.versionControl.projectPath | This is the path of a local working copy of version control project. When you Check-In the activity of Adeptia Suite for the first time, thea local copy of SVN project is created in the path ,specified in the property abpm.versionControl.projectPath. At the same time, a project with the name specified in the above property ,is also created in the SVN.
If theAdeptia Suite is installed ofon Windows OS ,then you can define either the absolute path or relative path with respect to ServerKernel folder. For example, you can define the absolute path as cC:/Adpetia/AdeptiaVersionControl. It means that the local SVN project is created within cC: \/Adeptia \/AdeptiaVersionControl folder. as . \/AdeptiaVersionControl. In this case the, a local SVN project is created within ServerKernel > AdeptiaVersionControl folder. The default value of the property abpm.versionControl.projectPath is . \/AdeptiaVersionControl. You can provide the path other than the default path in the abpm.versionControl.projectPath property as per your requirement. If Adeptia Suite is installed on Linux OS then you must specify the absolute path for the Local Version Control Project .For example , for example, /root/home/ADEPTIA/AdeptiaVersionControl/. | Any absolute path or relative path with respect to ServerKernel folder. |
Client Authentication
Property Name | Description | Default Value | Possible Values |
---|---|---|---|
abpm.versionControl.keystore.path | Description | Path of your keystore to use for client authentication | |
Default Value | NA | ||
Possible Values | Any accessible location on local system | ||
Selection Criteria | . Applicable only when you use a an HTTPS protocol on an SVN server which is client authenticated | ||
Comments | Version Control Client Keystore Path |
...
. | Any accessible location on a local system. | |
abpm.versionControl.keystore.password | Description | Set a password for your keystore |
---|---|---|
Default Value | Blank | |
Possible Values | NA | |
Selection Criteria | . Applicable only when you use a an HTTPS protocol on an SVN server which is client authenticated | |
Comments | Version Control Client Keystore Password |
...
. |
Anchor _
_ |
...
Permission _
Permission | |
_ |
...
Description
...
Permission
Permission
Permission |
Property Name | Description | Default Value | 750 | Possible Values |
---|---|---|---|---|
Combination of read, write, and execute permission that you want to give to each type of user (Owner, Other groups to which the owner belongs, and Users outside the owner's group) | Selection Criteriaabpm.activity.defaultPermission | Default permission mask while creating a new activity. The permission property contains a 3three-digit number, where:
7 = 4+2+1 (Read + Write + Execute)
|
...
750 | Combination of read, write, and execute permission that you want to give to each type of user (Owner, Other groups to which the owner belongs, and Users outside the owner's group) |