Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

ENCODING

Property NameDescriptionDefault ValuePossible 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-1Any possible character set encoding such as UTF-8 etc.

...

Property NameDescriptionDefault ValuePossible Values
mailProtocol

Specifies the protocol used by an outgoing mail server.Select

smtp if the mail server is using SMTP protocol. Select mapi if outgoing mail is using MAPI protocol, for example, Exchange Server.smtpsmtp/mapi
mailServerIP 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 installationIP address or hostname of the SMTP Serverdomain
systemAdminEmailIdSpecifies the domain name. Applicable only when MAPI is defined as the mail protocol. The value of this property is populated automatically from the value given in the Mail Server Configuration step during installation. However, you can also manually define it, as needed.AdeptiaDomain Name, in which exchange server is configured.
CDOHostNameName of the CDO host machine. Applicable only when MAPI is defined as mail protocol. CDOHOST allows Adeptia Suite to communicate with Exchange server.CDOHOSTMachineIP Address or Hostname of the machine, which is configured as CDOHOST to allow communication between Adeptia Suite and Exchange Server.
systemAdminEmailIdEmail address of the Email 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 define it, as 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.
mailServerUserIdUser ID to access the mailbox of the Adeptia Suite administrator. 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.User ID of the mail account, which is mentioned in systemAdminEmailID property.
mailServerPasswordPassword 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.
mailSubjectSubject 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 passwordPasswordSubject string with which mail notification will be sent
abpm.notification.mailNotification.securityTypeMail security type. SSL or TLS
abpm.mail.ssl.hostname.trust.verificationSet 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.
yesyes or no
abpm.notification.mailNotification.portMail 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.encodingSupports encoding in the email notification activity.ISO-8859-1UTF-8,UTF-16, etc.
abpm.changePasswordNotification.sendNewPassword

Specifies whether you want to receive notification whenever a users password is changed.

yesyes or no

...

Property NameDescriptionDefault ValuePossible Values
abpm.ActivityName.PrefixPrefix that is appended to an activity name Any string as per the naming convention policy of your organization.
    
    

...

LDAP Authentication

Property NameDescriptionDefault ValuePossible Values

abpm.ldap.enableLdap

Enable or disable LDAP authentication.

noyes 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.

SubtreeOne, 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.

noyes/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.

yesyes 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.

noyes or no

abpm.ldap.sso.filterClass

Class name that needs to be initiated for SSO authentication process.

yesyes or no

abpm.ldap.enable.anonymous.login

Enable or disable anonymous login through blank password in LDAP.

yesyes or no

abpm.ldap.referrals

Set the environment property referrals in LDAP. Possible values are ignore and follow.

  

...

Property NameDescriptionDefault ValuePoosible Value
abpm.versionControl.enableEnables versioning in Adeptia Suite.falsetrue or false
abpm.versionControl.repository.access.protocolProtocol to access the SVN server.SVNSVN/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.
<port> is the port at which SVN is running. By default, SVN uses 3690.
 
For example, if 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 in the following syntax:

 svn://<hostname >:<SVN port><Absolute Path of the Repository including the Repository Name>

 

svn://<hostname >:<SVN port>
or
svn://<hostname >:<SVN port><Absolute Path of the Repository including the Repository Name>

abpm.versionControl.usernameUser Name of the Version Control Repository to access SVN repository. As per configuration of SVN Server
abpm.versionControl.passwordPassword 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, a 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 Adeptia Suite is installed on 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 C:/Adpetia/AdeptiaVersionControl. It means that the local SVN project is created within C:/Adeptia/AdeptiaVersionControl folder.
 
You can also define the relative path as ./AdeptiaVersionControl. In this case, 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, /root/home/ADEPTIA/AdeptiaVersionControl/.

 Any absolute path or relative path with respect to ServerKernel folder.

...