Oracle® Beehive Administrator's Reference Guide Release 1 (1.4) Part Number E13798-02 |
|
|
View PDF |
This module describes the parameters for the following components:
Table 4-1 Components
Service Name | Visibility |
---|---|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
|
ADVANCED |
The following properties are common to all components:
Table 4-2 Common Properties
The following properties are common to all ServiceInstances:
Table 4-3 Common Properties for ServiceInstances
The following properties are available for AccessControlService:
The following properties are available for AlarmService:
Table 4-5 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
DefaultExpiryTime |
AlarmService |
GENERAL |
Long |
259200 |
no |
The amount of time (in seconds) that will elapse by default before an alarm expires. Applies in cases where no expiry value is explicitly set when the alarm is created. Alarms are used internally by some Oracle Beehive services, which can explicitly set an expiry that will override this default value. |
The following properties are available for ApplicationImage:
Table 4-6 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
EarFileName |
ApplicationImage |
ADVANCED |
String |
n/a |
no |
The file name of the enterprise archive (.ear) for a service or application image. |
ServiceInterface |
ApplicationImage |
ADVANCED |
String |
n/a |
no |
The name of the service's interface, which is used by the management model to cull service properties and statistics. |
The following properties are available for AuditService:
Table 4-7 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
LogonRecordCleanupInterval |
AuditService |
ADVANCED |
int |
60 |
yes, Min=10, Max=6000 |
Specifies the amount of time (in minutes) that will elapse before the system attempts to clear expired logon records. |
LogonRecordDuration |
AuditService |
ADVANCED |
int |
480 |
yes, Min=30, Max=6000 |
Specifies the logon record expiration time in minutes. |
The following properties are available for AuthenticationService:
Table 4-8 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AuthStoreType |
AuthenticationService |
ADVANCED |
AuthenticationService.AuthStoreType (Legal values: db, ldap) |
db |
no |
Specifies the authentication repository type. Valid values: db, ldap |
AuthenticationRealm |
AuthenticationService |
ADVANCED |
String |
Authorized_Users |
no |
Specifies the default authentication realm for Oracle Beehive. |
IdMap |
AuthenticationService |
ADVANCED |
IdMap (Structural property) |
n/a |
no |
Specifies the map of identity format to identity mapping attribute. Valid identity format values include: unspecified; email_addr; x509_subject; windows_dqn. Valid identity mapping attribute could be any User Directory Service address attribute. |
LockoutTime |
AuthenticationService |
ADVANCED |
Integer |
7200 |
no |
Specifies the duration (in seconds) that a user account will be locked out of the system if the maximum allowable login attempts is reached. |
LoginAttempts |
AuthenticationService |
ADVANCED |
Integer |
-1 |
no |
Specifies the number of failed login attempts allowed before a user account gets locked out of the system. -1 = No limit |
OssoConfigFile |
AuthenticationService |
ADVANCED |
String |
n/a |
no |
Specifies the configuration file for Oracle Single Sign-On (OSSO). |
PwdAccessorPlugin |
AuthenticationService |
ADVANCED |
String[] |
[DB:oracle.ocs.csi.authentication.handlers.impl.jaas.callback.impl.OcsDbPasswordAccessor, ORACLE_INTERNET_DIRECTORY:oracle.ocs.csi.authentication.handlers.impl.jaas.callback.impl.OcsLdapPasswordAccessor, MICROSOFT_ACTIVE_DIRECTORY:oracle.ocs.csi.authentication.handlers.impl.jaas.callback.impl.OcsLdapPasswordAccessor, SUN_ONE_DIRECTORY:oracle.ocs.csi.authentication.handlers.impl.jaas.callback.impl.OcsLdapPasswordAccessor, IBM_TIVOLI_DIRECTORY:oracle.ocs.csi.authentication.handlers.impl.jaas.callback.impl.OcsLdapPasswordAccessor] |
no |
Specifies the password accessor implementation class for retrieving a password from an LDAP authentication repository. The full value should be in the following format: [plug-in name]:[plug-in class]. Valid plug-in name values include: DB; ORACLE_INTERNET_DIRECTORY; MICROSOFT_ACTIVE_DIRECTORY; SUN_ONE_DIRECTORY; IBM_TIVOLI_DIRECTORY; OPENLDAP_DIRECTORY; OTHER. |
SAMLRegistrationMap |
AuthenticationService |
ADVANCED |
Map<String,SAMLIdentity> (Structural property) |
n/a |
no |
Specifies the SAML registration map, which contains trusted assertion issuers and service providers. |
SsoLogoutUrl |
AuthenticationService |
ADVANCED |
String |
n/a |
no |
Specifies the logout URL for single sign-on deployments. This is the URL to which users will be redirected after logging out of the system. |
SsoType |
AuthenticationService |
ADVANCED |
AuthenticationService.SsoType (Legal values: jsso, osso, coreid) |
jsso |
no |
Specifies the single sign-on type. Valid values: jsso, osso |
TokenTimeout |
AuthenticationService |
ADVANCED |
Integer |
300 |
no |
Specifies the amount of time (in seconds) that an authentication token will remained timed out. 0 = Indefinitely |
UseJazn |
AuthenticationService |
ADVANCED |
Boolean |
false |
no |
Specifies whether or not Oracle Internet Directory should be configured natively with Oracle Application Server using Java Authorization (JAZN). If disabled, Oracle Internet Directory is configured as an external LDAP server (recommended). Valid values: true, false |
UseSecureCookie |
AuthenticationService |
ADVANCED |
Boolean |
false |
no |
Specifies whether or not the JavaSSO cookie should be sent over a Secure Socket Layer (SSL) connection. If enabled, JavaSSO is not supported over non-SSL connnections. Valid values: true, false |
UseSecureHash |
AuthenticationService |
ADVANCED |
Boolean |
false |
no |
Specifies whether or not the configured secure hash value (in the LDAP server) should be used for the digest authentication when the authentication repository is an LDAP server. If disabled, the password value is used to calculate the digest. Valid values: true, false |
WnaEnabled |
AuthenticationService |
ADVANCED |
Boolean |
false |
no |
Specifies whether or not Windows Native Authentication (WNA) authentication is enabled for JavaSSO. Valid values: true, false |
WnaKeytab |
AuthenticationService |
ADVANCED |
String |
n/a |
no |
Specifies the Windows Native Authentication (WNA) service keytab file for WNA authentication. |
WnaPrincipal |
AuthenticationService |
ADVANCED |
String |
n/a |
no |
Specifies the Windows Native Authentication (WNA) service principal name for WNA authentication. |
WsSecurityExpiry |
AuthenticationService |
ADVANCED |
Integer |
3600 |
no |
Specifies the amount of time (in seconds) that will elapse before inbound and outbound message signatures expire for Security Assertions Markup Language (SAML) Web services ports. |
WsSecuritySamlEnabled |
AuthenticationService |
ADVANCED |
Boolean |
false |
no |
Specifies whether or not Security Assertions Markup Language (SAML) authentication is enabled for Oracle Beehive Web services. Valid values: true, false |
WsSecuritySigKeyAlias |
AuthenticationService |
ADVANCED |
String |
n/a |
no |
Specifies the key alias of outbound message signatures for Security Assertions Markup Language (SAML) Web services ports. |
WsSecuritySigKeyPwd |
AuthenticationService |
ADVANCED |
SecureString |
n/a |
no |
Specifies the key password of outbound message signatures for Security Assertions Markup Language (SAML) Web services ports. |
The following properties are available for BeeCentralService:
The following properties are available for BeehiveControlService:
The following properties are available for BeehiveInstance:
Table 4-11 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AvailableNumberOfProcessors |
BeehiveInstance |
ADVANCED |
int |
1 |
yes, Custom, contact dev lead |
The number of processors committed for the current Oracle Beehive instance. This figure is used by the sizing algorithm to calculate the number of server and client Beehive Transport Infrastructure (BTI) workers, as well as the Oracle Containers for Java (OC4J) instances, required to support the current Oracle Beehive instance. |
AvailablePhysicalMemoryInMB |
BeehiveInstance |
ADVANCED |
Integer |
n/a |
yes, Custom, contact dev lead |
The amount of physical memory in megabytes (MBs) committed for the current Oracle Beehive instance. This figure is used by the sizing algorithm to calculate the number of Oracle Containers for Java (OC4J) instances required for the current Oracle Beehive instance. |
BeehiveInstanceName |
BeehiveInstance |
ADVANCED |
String |
n/a |
no |
The name of the current Oracle Beehive instance. |
Bti |
BeehiveInstance |
ADVANCED |
Bti (Structural property) |
n/a |
no |
The Oracle Beehive Transport Infrastructure (BTI) associated with the current Oracle Beehive instance. |
DiagnosabilitySettings |
BeehiveInstance |
ADVANCED |
DiagnosabilitySettings (Structural property) |
n/a |
no |
A reference to a SystemObject that holds the properties used to configure diagnosability functionality. You do not directly modify the value of this property. You modify the properties of the referenced DiagnosabilitySettings object. |
HttpServer |
BeehiveInstance |
ADVANCED |
HttpServer (Structural property) |
n/a |
no |
A reference to the HttpServer SystemObject for the current Oracle Beehive instance. You do not directly modify the value of this property. You configure the HTTP Server by modifying the properties of the referenced HttpServer object. |
KeystoreFile |
BeehiveInstance |
ADVANCED |
File |
n/a |
no |
Path of the keystore file associated with the current Oracle Beehive instance. |
KeystoreFilePassword |
BeehiveInstance |
ADVANCED |
SecureString |
n/a |
no |
Password for the keystore file associated with the current Oracle Beehive Instance. |
LogBaseDir |
BeehiveInstance |
ADVANCED |
File |
beehive/logs |
no |
The base directory where Oracle Beehive will store its log files. |
Oc4jInstances |
BeehiveInstance |
ADVANCED |
SetSet<ManagedOc4j> (Structural property) |
n/a |
no |
The set of references to the SystemObjects that configure the OC4J instances deployed in the current Oracle Beehive instance. The system automatically manages the value of this property. You must never directly modify the value. |
Opmn |
BeehiveInstance |
ADVANCED |
Opmn (Structural property) |
n/a |
no |
This is a reference to the SystemObject that configures OPMN for the current Oracle Beehive instance. The system automatically manages the value of this property. You must never directly modify the value. |
OracleHome |
BeehiveInstance |
ADVANCED |
String |
n/a |
no |
The Oracle home for the current Oracle Beehive instance. |
Server |
BeehiveInstance |
ADVANCED |
Server (Structural property) |
n/a |
no |
This is a reference to the SystemObject that represents the Server associated with the current Oracle Beehive instance. The system automatically manages the value of this property. |
WalletDir |
BeehiveInstance |
ADVANCED |
String |
n/a |
no |
Directory path of the Oracle Wallet associated with the current Oracle Beehive instance. |
WalletPassword |
BeehiveInstance |
ADVANCED |
SecureString |
n/a |
no |
The password for the Oracle Wallet associated with the current Oracle Beehive instance. |
The following properties are available for BeehiveJ2eeApplication:
The following properties are available for BeekeeperService:
The following properties are available for BpelCluster:
Table 4-14 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
DomainId |
BpelCluster |
ADVANCED |
String |
default |
no |
For high availability, a set of BPEL Process Manager instances are grouped into a BPEL Cluster. A BPEL Cluster contains BPEL Process Manager instances that have the same Domain ID and password and are of the same type (External vs. Managed). By default, the Domain ID is set to "default." If the default Domain ID is chnaged, the out-of-the-box Workflows should also be deployed in the new domain. |
DomainPassword |
BpelCluster |
GENERAL |
SecureString |
n/a |
no |
The domain password of the BPEL Process Manager instances that are grouped into this Cluster. |
ProcessManagers |
BpelCluster |
ADVANCED |
Set<BpelProcessManager> (Structural property) |
n/a |
yes, Custom, contact dev lead |
Contains the BPEL Process Manager's configuration information. |
TaskAdministrator |
BpelCluster |
ADVANCED |
String |
bpeladmin |
no |
The name of the user that has BPELTaskAdmin privilege in the BPEL Process Manager instances in this cluster. By default the this property is set to "bpeladmin." This user must be able to act on behalf of the tasks of any user in the BPEL Process Manager instance. This user account must be available in all the BPEL Process Manager instances that are grouped into this cluster. |
TaskAdministratorPassword |
BpelCluster |
GENERAL |
SecureString |
n/a |
no |
The password of the task admin user account password of all BPEL Process Manager instances that are grouped into this Cluster. |
The following properties are available for BpelProcessManager:
The following properties are available for Bti:
Table 4-16 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
BeehiveInstance |
Bti |
ADVANCED |
BeehiveInstance (Structural property) |
n/a |
no |
|
BtiProcessPingTimeout |
Bti |
ADVANCED |
int |
60 |
no |
|
ClientWorker |
Bti |
ADVANCED |
BtiClientWorker (Structural property) |
n/a |
no |
|
CtrlPort |
Bti |
ADVANCED |
int |
5959 |
yes, Network Port, Min=1, Max=65536 |
|
LogDir |
Bti |
ADVANCED |
String |
n/a |
no |
|
Redirector |
Bti |
ADVANCED |
BtiRedirector (Structural property) |
n/a |
no |
|
ServerPort |
Bti |
GENERAL |
int |
n/a |
yes, Network Port, Min=1, Max=65536 |
|
ServerWorker |
Bti |
ADVANCED |
BtiServerWorker (Structural property) |
n/a |
no |
|
StartJavaExecutionArguments |
ExecutionArgumentsCommonProperties |
ADVANCED |
JavaExecutionArguments (Structural property) |
n/a |
no |
Arguments for the Java Virtual Machine when starting this component |
StopJavaExecutionArguments |
ExecutionArgumentsCommonProperties |
ADVANCED |
JavaExecutionArguments (Structural property) |
n/a |
no |
Arguments for the Java Virtual Machine when starting this component |
The following properties are available for BtiClientWorker:
The following properties are available for BtiComponent:
The following properties are available for BtiGlobal:
Table 4-19 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
BackendSecurityMode |
BtiGlobal |
GENERAL |
BtiGlobal.SecurityMode (Legal values: NONE, AUTH_ONLY, AUTH_AND_ENCRYPT) |
NONE |
no |
|
ClientPort |
BtiGlobal |
GENERAL |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
|
SecureClientPort |
BtiGlobal |
GENERAL |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
|
The following properties are available for BtiRedirector:
The following properties are available for BtiServerWorker:
The following properties are available for CalDAVService:
Table 4-22 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
CollectionBrowsingEnabled |
CalDAVService |
GENERAL |
Boolean |
true |
no |
Enables or disables the Oracle Beehive CalDAV Companion Web Access interface. If disabled, trying to access a CalDAV URL in a Web browser will return an error. |
DefaultFutureTimePeriodInDay |
CalDAVService |
GENERAL |
Long |
124 |
no |
The upper limit (in days) of the range for which date-based entities will be returned by Oracle Beehive if no range is explicitly provided by a CalDAV client. This value is represented as a positive integer. Oracle Beehive uses this value to determine whether or not to return certain date-based entities. For example, if this value is set to 30 and no time range is supplied by a CalDAV client, Oracle Beehive will return all date-based entities, such as meetings and tasks, that occur between today and the next 30 days. In this example, entities that occur on the 31st day from today and beyond will not be returned. |
DefaultPastTimePeriodInDay |
CalDAVService |
GENERAL |
Long |
31 |
no |
The lower limit (in days) of the range for which date-based entities will be returned by Oracle Beehive if no range is explicitly provided by a CalDAV client. This value is represented as a negative integer. Oracle Beehive uses this value to determine whether or not to return certain date-based entities. For example, if this value is set to -30 and no time range is supplied by a CalDAV client, Oracle Beehive will return all date-based entities, such as meetings and tasks, that occurred in the the previous 30 days only. In this example, entities that occurred on the 31st day prior to today and earlier will not be returned. |
The following properties are available for ClientManagementService:
Table 4-23 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
DebugMode |
ClientManagementService |
ADVANCED |
boolean |
false |
no |
|
NotificationQueueResumeThreshold |
ClientManagementService |
ADVANCED |
int |
50 |
yes, Custom, contact dev lead |
|
NotificationQueueSuspendThreshold |
ClientManagementService |
ADVANCED |
int |
100 |
yes, Custom, contact dev lead |
|
OutputFrameSize |
ClientManagementService |
ADVANCED |
int |
32768 |
yes, Min=1, Max=65535 |
|
SessionTimeout |
ClientManagementService |
ADVANCED |
int |
30000 |
yes, Custom, contact dev lead |
|
StreamReadBufferSize |
ClientManagementService |
ADVANCED |
int |
131072 |
yes, Custom, contact dev lead |
|
StreamWriteBufferSize |
ClientManagementService |
ADVANCED |
int |
131072 |
yes, Custom, contact dev lead |
|
TraceEnabled |
ClientManagementService |
ADVANCED |
boolean |
false |
no |
The following properties are available for CoexistenceService:
Table 4-24 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
CoexistenceEnabled |
CoexistenceService |
GENERAL |
boolean |
true |
no |
Enables or disables the Coexistence Service. If enabled and a coexistence connector is configured, the Coexistence Service will send and receive requests to and from the coexistence connector. |
ContactProperties |
CoexistenceService |
GENERAL |
CoexistenceService.ContactProperties (Structural property) |
n/a |
no |
Properties that are specific to contacts in coexistence deployments. This is a subcomponent. |
ExchangeConnectorProperties |
CoexistenceService |
GENERAL |
CoexistenceService.ExchangeProperties (Structural property) |
n/a |
no |
Properties that are specific to the Oracle Coexistence Connector for Microsoft Exchange Server. This is a subcomponent. |
FreeBusyProperties |
CoexistenceService |
GENERAL |
CoexistenceService.FreeBusyProperties (Structural property) |
n/a |
no |
Properties that are specific to free/busy time in coexistence deployments. This is a subcomponent. |
MeetingProperties |
CoexistenceService |
GENERAL |
CoexistenceService.MeetingProperties (Structural property) |
n/a |
no |
Properties that are specific to meetings in coexistence deployments. This is a subcomponent. |
MessageProperties |
CoexistenceService |
GENERAL |
CoexistenceService.MessageProperties (Structural property) |
n/a |
no |
Properties that are specific to e-mail messages in coexistence deployments. This is a subcomponent. |
RequestSenderEnabled |
CoexistenceService |
GENERAL |
boolean |
true |
no |
Enables or disables the request sender. If disabled, the Coexistence Service will not send any requests to the connector but will still process incoming requests. Propagation of changes also requires the CoexistenceEnabled property to be enabled. When disabled, the Coexistence Service will only process requests sent by the coexistence connector. |
TaskProperties |
CoexistenceService |
GENERAL |
CoexistenceService.TaskProperties (Structural property) |
n/a |
no |
Properties that are specific to tasks in coexistence deployments. This is a subcomponent. |
The following properties are available for CoexistenceService.ContactProperties:
Table 4-25 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AttachmentMaxSizeInKiloByte |
CoexistenceService.ContainerSpecificProperties |
GENERAL |
int |
2048 |
yes, Custom, contact dev lead |
The maximum size allowed (in kilobytes) of an attachment. If an attachment is larger than this size, the attachment is ignored by the coexistence solution. |
The following properties are available for CoexistenceService.ContainerSpecificProperties:
Table 4-26 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AttachmentMaxSizeInKiloByte |
CoexistenceService.ContainerSpecificProperties |
GENERAL |
int |
2048 |
yes, Custom, contact dev lead |
The maximum size allowed (in kilobytes) of an attachment. If an attachment is larger than this size, the attachment is ignored by the coexistence solution. |
The following properties are available for CoexistenceService.ExchangeProperties:
Table 4-27 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
SmtpServerHostName |
CoexistenceService.ExchangeProperties |
GENERAL |
String |
n/a |
no |
Specifies the SMTP server host name used by the Oracle Coexistence Connector for Microsoft Exchange Server. If this property is not set, the virtual server name will be used. |
SmtpServerPort |
CoexistenceService.ExchangeProperties |
GENERAL |
int |
25 |
yes, Custom, contact dev lead |
Specifies the SMTP server port used by the Oracle Coexistence Connector for Microsoft Exchange Server. If this property is not set, the virtual server port will be used. |
The following properties are available for CoexistenceService.FreeBusyProperties:
Table 4-28 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
FutureTimePeriodInDay |
CoexistenceService.FreeBusyProperties |
GENERAL |
int |
120 |
yes, Custom, contact dev lead |
Specifies the upper limit (in days from today) of the range Oracle Beehive will use to publish free/busy information of coexisting users. This value can be any positive integer. For example, if this value is set to 60, Oracle Beehive will publish all free/busy information that occurs from the time of the request and for the following 60 days. This property is used in conjunction with PastTimePeriodInDay, which specifies the lower limit (in days) of the range for publishing free/busy information. |
PastTimePeriodInDay |
CoexistenceService.FreeBusyProperties |
GENERAL |
int |
7 |
yes, Custom, contact dev lead |
Specifies the lower limit (in days from today) of the range Oracle Beehive will use to publish free/busy information of coexisting Oracle Beehive users. This value can be any positive integer. For example, if this value is set to 30, Oracle Beehive will publish all free/busy information that occurs from the time of the request and for the previous 30 days. This property is used in conjunction with FutureTimePeriodInDay, which specifies the upper limit (in days) of the range for publishing free/busy information. |
The following properties are available for CoexistenceService.MeetingProperties:
Table 4-29 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AttachmentMaxSizeInKiloByte |
CoexistenceService.ContainerSpecificProperties |
GENERAL |
int |
2048 |
yes, Custom, contact dev lead |
The maximum size allowed (in kilobytes) of an attachment. If an attachment is larger than this size, the attachment is ignored by the coexistence solution. |
ImportDataFutureTimePeriodInDay |
CoexistenceService.MeetingProperties |
GENERAL |
Integer |
-1 |
no |
Specifies the upper limit (in days from today) of the range Oracle Beehive will use to request an initial import of meeting data from the Oracle Coexistence Connector for Microsoft Exchange Server. This value can be any positive integer or -1, which is used to specify that there is no upper limit. For example, if this value is set to 60, Oracle Beehive will import all meeting data that occurs from the time of the import and for the following 60 days. This property is used in conjunction with ImportDataPastTimePeriodInDay, which specifies the lower limit (in days) of the range for importing meeting data. |
ImportDataPastTimePeriodInDay |
CoexistenceService.MeetingProperties |
GENERAL |
Integer |
30 |
yes, Custom, contact dev lead |
Specifies the lower limit (in days from today) of the range Oracle Beehive will use to request an initial import of meeting data from the Oracle Coexistence Connector for Microsoft Exchange Server. This value can be any positive integer or -1, which is used to specify that there is no lower limit. For example, if this value is set to 30, Oracle Beehive will import all meeting data that occurs from the time of the request and for the previous 30 days. This property is used in conjunction with ImportDataFutureTimePeriodInDay, which specifies the upper limit (in days) of the range for importing meeting data. |
The following properties are available for CoexistenceService.MessageProperties:
Table 4-30 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AttachmentMaxSizeInKiloByte |
CoexistenceService.ContainerSpecificProperties |
GENERAL |
int |
2048 |
yes, Custom, contact dev lead |
The maximum size allowed (in kilobytes) of an attachment. If an attachment is larger than this size, the attachment is ignored by the coexistence solution. |
ImportDataFutureTimePeriodInDay |
CoexistenceService.MessageProperties |
GENERAL |
Integer |
-1 |
no |
Specifies the upper limit (in days from today) of the range Oracle Beehive will use to request an initial import of e-mail data from the Oracle Coexistence Connector for Microsoft Exchange Server. This value can be any positive integer or -1, which is used to specify that there is no upper limit. For example, if this value is set to 60, Oracle Beehive will import all e-mail data that occurs from the time of the import and for the following 60 days. This property is used in conjunction with ImportDataPastTimePeriodInDay, which specifies the lower limit (in days) of the range for importing e-mail data. |
ImportDataPastTimePeriodInDay |
CoexistenceService.MessageProperties |
GENERAL |
Integer |
30 |
yes, Custom, contact dev lead |
Specifies the lower limit (in days from today) of the range Oracle Beehive will use to request an initial import of e-mail data from the Oracle Coexistence Connector for Microsoft Exchange Server. This value can be any positive integer or -1, which is used to specify that there is no lower limit. For example, if this value is set to 30, Oracle Beehive will import all e-mail data that occurs from the time of the request and for the previous 30 days. This property is used in conjunction with ImportDataFutureTimePeriodInDay, which specifies the upper limit (in days) of the range for importing e-mail data. |
The following properties are available for CoexistenceService.TaskProperties:
Table 4-31 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AttachmentMaxSizeInKiloByte |
CoexistenceService.ContainerSpecificProperties |
GENERAL |
int |
2048 |
yes, Custom, contact dev lead |
The maximum size allowed (in kilobytes) of an attachment. If an attachment is larger than this size, the attachment is ignored by the coexistence solution. |
ImportDataFutureTimePeriodInDay |
CoexistenceService.TaskProperties |
GENERAL |
Integer |
-1 |
no |
Specifies the upper limit (in days from today) of the range Oracle Beehive will use to request an initial import of task data from the Oracle Coexistence Connector for Microsoft Exchange Server. This value can be any positive integer or -1, which is used to specify that there is no upper limit. For example, if this value is set to 60, Oracle Beehive will import all active task data from the time of the import and for the following 60 days. This property is used in conjunction with ImportDataPastTimePeriodInDay, which specifies the lower limit (in days) of the range for importing task data. |
ImportDataPastTimePeriodInDay |
CoexistenceService.TaskProperties |
GENERAL |
Integer |
30 |
yes, Custom, contact dev lead |
Specifies the lower limit (in days from today) of the range Oracle Beehive will use to request an initial import of task data from the Oracle Coexistence Connector for Microsoft Exchange Server. This value can be any positive integer or -1, which is used to specify that there is no lower limit. For example, if this value is set to 30, Oracle Beehive will import all active task data from the time of the request and for the previous 30 days. This property is used in conjunction with ImportDataFutureTimePeriodInDay, which specifies the upper limit (in days) of the range for importing task data. |
The following properties are available for ConferenceService:
Table 4-32 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
DefaultDialoutCallTimeout |
ConferenceService |
ADVANCED |
Integer |
3600000 |
no |
|
DefaultParticipantCodec |
ConferenceService |
ADVANCED |
String |
audio/IP-MR-VBR |
no |
|
DefaultSIPParticipantCodec |
ConferenceService |
ADVANCED |
String |
audio/PCMU |
no |
|
DefaultSipRegistrationExpiresInterval |
ConferenceService |
ADVANCED |
Integer |
3600 |
no |
|
DefaultVoiceParticipantMode |
ConferenceService |
ADVANCED |
Integer |
1 |
no |
|
OwcHostWaitSessionTimeout |
ConferenceService |
ADVANCED |
Integer |
1800000 |
no |
|
OwcLogFlushPeriod |
ConferenceService |
ADVANCED |
Integer |
30000 |
no |
|
OwcMediaHostServiceBusAddressPrefix |
ConferenceService |
ADVANCED |
String |
owc-ms-host-service |
no |
|
OwcMediaHostServiceLoadBalanceBusAddressSuffix |
ConferenceService |
ADVANCED |
String |
balance |
no |
|
OwcRosterServiceBusAddressPrefix |
ConferenceService |
ADVANCED |
String |
owc-roster-service |
no |
|
OwcRosterServiceLoadBalanceBusAddressSuffix |
ConferenceService |
ADVANCED |
String |
balance |
no |
|
OwcUseRemoteMediaSessions |
ConferenceService |
ADVANCED |
Boolean |
false |
no |
|
SIPPSTNGatewayIPAddres |
ConferenceService |
ADVANCED |
String |
n/a |
no |
|
SIPPSTNGatewayPort |
ConferenceService |
ADVANCED |
Integer |
5060 |
yes, Network Port, Min=1, Max=65536 |
|
SipRegistrationEnabled |
ConferenceService |
ADVANCED |
Boolean |
false |
no |
|
The following properties are available for ConferenceSessionService:
The following properties are available for Database:
Table 4-34 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AccessSchemas |
Database |
ADVANCED |
List<AccessSchema> (Structural property) |
n/a |
no |
The database access Schemas. |
AffinityPool |
Database |
ADVANCED |
Database.ConnectionPool (Structural property) |
n/a |
no |
The affinity ConnectionPool. |
AffinityServiceNames |
Database |
ADVANCED |
List<String> |
n/a |
no |
The list of services that require database affinity. |
BusinessDataServiceName |
Database |
ADVANCED |
String |
n/a |
no |
The database name for business data service. |
ConfigServiceName |
Database |
ADVANCED |
String |
n/a |
no |
The database name for configuration store. |
ConnectDescriptor |
Database |
ADVANCED |
String |
n/a |
no |
The connect descriptor for the database. |
DefaultAccessSchema |
Database |
ADVANCED |
Database.AccessSchema (Structural property) |
n/a |
no |
The database access Schema. |
DefaultNonXaPool |
Database |
ADVANCED |
Database.ConnectionPool (Structural property) |
n/a |
no |
The default non-XA connectionPool. |
DefaultXaPool |
Database |
ADVANCED |
Database.ConnectionPool (Structural property) |
n/a |
no |
The default XA connectionPool. |
DiagnosabilityServiceName |
Database |
ADVANCED |
String |
n/a |
no |
The database name for diagnosibility service. |
EventListenerServiceName |
Database |
ADVANCED |
String |
n/a |
no |
The database name for event listener service. |
OnsNodeConfiguration |
Database |
ADVANCED |
List<String> |
n/a |
no |
The list of ONS node configuration. |
Password |
Database |
ADVANCED |
SecureString |
n/a |
no |
The database password |
SchemaName |
Database |
ADVANCED |
String |
bee_code |
no |
The name of the database schema |
SearchServiceName |
Database |
ADVANCED |
String |
n/a |
no |
The database name for search service. |
XaServiceNames |
Database |
ADVANCED |
List<String> |
n/a |
no |
The list of XA service. |
The following properties are available for Database.AccessSchema:
Table 4-35 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
BusinessDataSupported |
Database.AccessSchema |
ADVANCED |
boolean |
false |
no |
If business data is supported. |
ConfigDataSupported |
Database.AccessSchema |
ADVANCED |
boolean |
false |
no |
If configuration data is supported. |
DiagnosticDataSupported |
Database.AccessSchema |
ADVANCED |
boolean |
false |
no |
If Diagnostic data is supported. |
EventListenerDataSupported |
Database.AccessSchema |
ADVANCED |
boolean |
false |
no |
If event data is supported. |
Password |
Database.AccessSchema |
ADVANCED |
SecureString |
n/a |
no |
The password of the access schema. |
SearchDataSupported |
Database.AccessSchema |
ADVANCED |
boolean |
false |
no |
If search data is supported. |
UserDataSupported |
Database.AccessSchema |
ADVANCED |
boolean |
false |
no |
If user data is supported. |
UserName |
Database.AccessSchema |
ADVANCED |
String |
BEE_CODE |
no |
The username of the access schema. |
The following properties are available for Database.ConnectionPool:
Table 4-36 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AbandonedConnectionTimeout |
Database.ConnectionPool |
ADVANCED |
int |
0 |
no |
The timeout for abandoned connection. |
ConnectionProperties |
Database.ConnectionPool |
ADVANCED |
Map<String,String> |
n/a |
no |
The connection properties. |
ConnectionWaitTimeout |
Database.ConnectionPool |
ADVANCED |
int |
300 |
no |
The timeout for connection wait. |
InactivityTimeout |
Database.ConnectionPool |
ADVANCED |
int |
0 |
no |
The timeout for inactive connection. |
InitialConnections |
Database.ConnectionPool |
ADVANCED |
int |
0 |
no |
The initial connection count of this connection pool. |
LowerThresholdLimit |
Database.ConnectionPool |
ADVANCED |
int |
20 |
no |
The limit of LowerThreshold. |
MaxConnections |
Database.ConnectionPool |
ADVANCED |
int |
20 |
no |
The maximum connection count of this connection pool. |
MaxRetryAttemptLimit |
Database.ConnectionPool |
ADVANCED |
int |
3 |
no |
The limit of the maximum retry attempt. |
MaxRetryTimeLimit |
Database.ConnectionPool |
ADVANCED |
int |
30000 |
no |
The limit of the maximum retry time. |
MaxStatementsLimit |
Database.ConnectionPool |
ADVANCED |
int |
0 |
no |
The maxium statement count of this connection pool. |
MinConnections |
Database.ConnectionPool |
ADVANCED |
int |
0 |
no |
The minimum connection count of this connection pool. |
PropertyCheckInterval |
Database.ConnectionPool |
ADVANCED |
int |
900 |
no |
The interval to check property. |
TimeToLiveTimeout |
Database.ConnectionPool |
ADVANCED |
int |
0 |
no |
The timeout for timeToLive. |
ValidateConnection |
Database.ConnectionPool |
ADVANCED |
boolean |
false |
no |
If the connectionPool needs to validate a connection. |
The following properties are available for DeviceManagementService:
Table 4-37 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
BlockedDevices |
DeviceManagementService |
ADVANCED |
Collection<BlockedDevice> (Structural property) |
n/a |
no |
The list of devices that will not be allowed to access Oracle Beehive services. |
UncertifiedDeviceAllowed |
DeviceManagementService |
ADVANCED |
Boolean |
false |
no |
Whether or not Oracle Beehive will allow uncertified devices to access the system. |
The following properties are available for DeviceManagementService.BlockedDevice:
Table 4-38 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
Description |
DeviceManagementService.BlockedDevice |
ADVANCED |
String |
n/a |
no |
Description as to why this device is blocked. |
DeviceId |
DeviceManagementService.BlockedDevice |
ADVANCED |
String |
n/a |
no |
A unique identifier of the device. |
The following properties are available for DiagnosabilitySettings:
Table 4-39 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
BaseErrorCodeProperties |
DiagnosabilitySettings |
ADVANCED |
DiagnosabilitySettings.ErrorCodeProperties (Structural property) |
n/a |
no |
The default properties used by Error Code DB Persistence and Error Code log records |
ContextProperties |
DiagnosabilitySettings |
ADVANCED |
DiagnosabilitySettings.ContextProperties (Structural property) |
n/a |
no |
Subobject with properties for the Diagnosability Context |
ErrorCodeDBPersistenceEnabled |
DiagnosabilitySettings |
ADVANCED |
Boolean |
false |
no |
When enabled, some error code occurrences will be persisted to the database, based on the the values of the sub-objects BaseErrorCodeProperties and ErrorCodeDBProperties. |
ErrorCodeDBProperties |
DiagnosabilitySettings |
ADVANCED |
DiagnosabilitySettings.ErrorCodeProperties (Structural property) |
n/a |
no |
If exists, this object overrides the values in BaseErrorCodeProperties for Error Code Database persistence. |
ErrorCodeLoggingProperties |
DiagnosabilitySettings |
ADVANCED |
DiagnosabilitySettings.ErrorCodeProperties (Structural property) |
n/a |
no |
If exists, this object overrides the values in BaseErrorCodeProperties for Error Code log records. |
ProbeEnabled |
DiagnosabilitySettings |
ADVANCED |
Boolean |
false |
no |
Enable the instrumentation of requests with the diagnosability probe. |
The following properties are available for DiagnosabilitySettings.ContextProperties:
Table 4-40 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
IncludeCallerStacks |
DiagnosabilitySettings.ContextProperties |
ADVANCED |
Boolean |
false |
no |
If enabled, Stack traces within each service will be propagated to any callee services |
PropagationEnabled |
DiagnosabilitySettings.ContextProperties |
ADVANCED |
Boolean |
true |
no |
Enable Diagnosability Context propagation. If disabled, ECID, service instance stacks, and caller stacks will not be propagated over CSI calls or to the Database. |
The following properties are available for DiagnosabilitySettings.ErrorCodeProperties:
Table 4-41 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
ExcludedErrorCodes |
DiagnosabilitySettings.ErrorCodeProperties |
ADVANCED |
List<String> |
n/a |
no |
If set, none of these error codes listed will be reported, in conjunction with ReportingSeverityThreshold. This property and IncludedErrorCodes cannot be set at the same time. |
IncludeStackTraces |
DiagnosabilitySettings.ErrorCodeProperties |
ADVANCED |
Boolean |
false |
no |
If enabled, stack traces will be included with each reported Error Code occurrence. |
IncludedErrorCodes |
DiagnosabilitySettings.ErrorCodeProperties |
ADVANCED |
List<String> |
n/a |
no |
If set, only the list of error codes here will be persisted. It is not recommended that this property be set. This property and ExcludedErrorCodes cannot be used at the same time. |
LoggingSeverity |
DiagnosabilitySettings.ErrorCodeProperties |
ADVANCED |
Level (Legal values: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST) |
FINER |
no |
All error codes reported to log files, will be written at this severity level. This property is ignored by Error Code database persistence. |
ReportingSeverityThreshold |
DiagnosabilitySettings.ErrorCodeProperties |
ADVANCED |
Level (Legal values: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST) |
INFO |
no |
Minimum Error Code severity required to report an Error Code occurrence, to the applicable persistence type |
The following properties are available for DiscussionsService:
The following properties are available for EmailService:
Table 4-43 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
CSIProperties |
EmailService |
GENERAL |
EmailService.CSIProperties (Structural property) |
n/a |
no |
long description key not set |
CoexUserLocal |
EmailService |
ADVANCED |
boolean |
false |
no |
If true, Coexisting users (sometimes referred to as users with a remote Inbox) will have their email forwarded to another server via the routing rules of the system. If false, the property indicating that the Inbox is remote is ignored. |
DirectoryCacheTTL |
EmailService |
ADVANCED |
long |
60000 |
yes, Min=0, Max=9223372036854775807 |
Maximum time (in milliseconds) that an address will remain cached within the server. Note that this becomes the maximum time for a change to a users information (email address) or a group membership before changes are seen. |
GlobalDomainName |
EmailService |
GENERAL |
String |
default |
no |
The domain name used throughout the system. Note: This value may be overridden in certain parts of the system. |
IMAPEnabled |
EmailService |
ADVANCED |
boolean |
true |
no |
Specifies whether or not Oracle Beehive's native Internet Message Access Protocol (IMAP) services are enabled. Valid values: true, false |
IMAPProperties |
EmailService |
GENERAL |
EmailService.IMAPProperties (Structural property) |
n/a |
no |
long description key not set |
LocalEmailPatterns |
EmailService |
GENERAL |
List<String> |
n/a |
no |
The list of valid e-mail address patterns for users of the system |
MaxDirectoryCacheEntries |
EmailService |
ADVANCED |
int |
8192 |
yes, Min=0, Max=2147483647 |
The maximum number of resolved e-mail addresses that the system will cache in memory |
MaxMailSz |
EmailService |
GENERAL |
long |
50000000 |
yes, Min=0, Max=9223372036854775807 |
The maximum size of an e-mail allowed by the system. The system will reject e-mail messages that exceed this threshold. Note this value is invlusive of the entire message (headers, attachments, etc). |
NonLocalEmailPatterns |
EmailService |
GENERAL |
List<String> |
n/a |
no |
The list of valid e-mail address patterns to which the system will forward e-mail messages. Typically, this property is used to specify patterns for e-mail addresses that are hosted on other systems. |
PersistenceProperties |
EmailService |
GENERAL |
EmailService.PersistenceProperties (Structural property) |
n/a |
no |
long description key not set |
SMTPEnabled |
EmailService |
ADVANCED |
boolean |
true |
no |
Specifies whether or not Oracle Beehive's native Simple Mail Transport Protocol (SMTP) service is enabled. Valid values: true, false |
SMTPProperties |
EmailService |
GENERAL |
EmailService.SMTPProperties (Structural property) |
n/a |
no |
long description key not set |
SaveParseErrorEmails |
EmailService |
ADVANCED |
boolean |
false |
no |
Specifies whether or not the system will save e-mail messages that it cannot parse. The system will save unparsed e-mail messages in a local directory under the persistent storage root. Valid values: true, false |
SubjectSortingGroupingRules |
EmailService |
GENERAL |
List<String> |
[(^\[[fF][wW][dD]:( )*)((.)*)(\]$), 3] |
no |
List of regular expressions and group numbers, interleaved so item i+1 denotes group to be returned for matched expression i where i = sequence 0, 2, 4,... etc. |
SubjectSortingReplacementRules |
EmailService |
GENERAL |
List<String> |
[[\t\n\r], , ^( )+, , ( )+$, , ( )+, , ^([rR][eE]|[fF][wW][dD]?):, , \([fF][wW][dD]\)$, ] |
no |
List of regular expressions and replacement strings, interleaved so item i+1 denotes replacement string for matched expression i where i = sequence 0, 2, 4,... etc. |
TimeoutCheckingInterval |
EmailService |
ADVANCED |
long |
60000 |
yes, Min=0, Max=9223372036854775807 |
The best resolution (precision) for any timeout in the email system. Applies to several protocols and facilities. This is the tolerance band for any email-related timeout. |
TransportProperties |
EmailService |
GENERAL |
EmailService.TransportProperties (Structural property) |
n/a |
no |
long description key not set |
WebRedirectUrl |
EmailService |
ADVANCED |
String |
webui?collabid= |
no |
URL prefix used for assembling valid Web addresses for artifact IDs. Used to generate MIME representations of online attachment addresses. When a user clicks a resulting URL, the Oracle Beehive Web client page will open with the attached artifact. |
The following properties are available for EmailService.CSIProperties:
Table 4-44 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
StreamBufferSize |
EmailService.CSIProperties |
GENERAL |
int |
8192 |
yes, Min=0, Max=2147483647 |
long description key not set |
StreamMaxReadChunkSize |
EmailService.CSIProperties |
ADVANCED |
int |
16384 |
yes, Min=0, Max=2147483647 |
long description key not set |
StreamMaxWriteChunkSize |
EmailService.CSIProperties |
ADVANCED |
int |
16384 |
yes, Min=0, Max=2147483647 |
long description key not set |
StreamPreFetchSize |
EmailService.CSIProperties |
ADVANCED |
int |
0 |
yes, Min=-1, Max=2147483647 |
long description key not set |
StreamTimeout |
EmailService.CSIProperties |
GENERAL |
long |
300000 |
yes, Min=0, Max=9223372036854775807 |
Timeout (in relative milliseconds) until an inactive stream of mail data is abandoned, under the assumption the client has lost connectivity with the server or has crashed. |
The following properties are available for EmailService.EndpointProperties:
Table 4-45 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
EndpointName |
EmailService.EndpointProperties |
GENERAL |
String |
default |
no |
Name of the endpoint |
EndpointScheme |
EmailService.EndpointProperties |
GENERAL |
String |
default |
no |
Scheme for this endpoint. |
The following properties are available for EmailService.IMAPProperties:
Table 4-46 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AssumeSingleEndpoint |
EmailService.IMAPProperties |
GENERAL |
boolean |
true |
no |
If this property is true, the Port property will be used as the listening port. This is a simplification over the more complex list of Endpoints which permit multiple ports for a single instance. |
CacheMessageSize |
EmailService.IMAPProperties |
ADVANCED |
long |
12 |
yes, Min=1, Max=9223372036854775807 |
Property giving the approximate size in bytes of each message cached in memory |
ClientKeepAliveInterval |
EmailService.IMAPProperties |
ADVANCED |
long |
10000 |
yes, Min=0, Max=9223372036854775807 |
Get the interval after which some unsolicited response is sent to a client to keep it active (in millseconds) |
EndpointPropertiesList |
EmailService.IMAPProperties |
ADVANCED |
List<EndpointProperties> (Structural property) |
n/a |
no |
If Assume Single Endpoint is false, this property defines a list of listening endpoints. |
FolderCacheDirectory |
EmailService.IMAPProperties |
ADVANCED |
String |
../../beehive/mailspool/temp/imap |
no |
The IMAP folder cache directory. IMAP will store temporary files in this directory |
FolderOpenBatchSize |
EmailService.IMAPProperties |
GENERAL |
int |
1000 |
yes, Min=1, Max=2147483647 |
Property controlling the batch size IMAP uses to drain the cursor while opening a folder for SELECT or EXAMINE. Setting a small number will reduce memory usage but will impact performance |
FolderPollingInterval |
EmailService.IMAPProperties |
ADVANCED |
long |
20000 |
yes, Min=0, Max=9223372036854775807 |
The interval by-which the database is polled for changes to the currently selected IMAP folder |
FolderSyncBatchSize |
EmailService.IMAPProperties |
ADVANCED |
int |
50 |
yes, Min=1, Max=2147483647 |
Get the batch size used for checking updates to folders |
LoginErrorThreshold |
EmailService.IMAPProperties |
ADVANCED |
int |
3 |
yes, Min=0, Max=2147483647 |
Get the number of login errors tolerated before the connection is forcibly closed. |
MaxFolderCacheSize |
EmailService.IMAPProperties |
ADVANCED |
long |
52428800 |
yes, Min=0, Max=2147483647 |
Property controlling the maximum amount of memory available for IMAP folder caching |
MaxSessions |
EmailService.IMAPProperties |
GENERAL |
int |
1024 |
yes, Min=0, Max=2147483647 |
Maximum number of IMAP sessions server will permit per service instance |
MessageLoadBatchSize |
EmailService.IMAPProperties |
GENERAL |
int |
50 |
yes, Min=0, Max=2147483647 |
Property controlling the batch size IMAP uses to load messages from the database. Setting a small number will reduce memory usage but will impact performance. A larger number will improve performance but will increase memory usage per selected folder |
ParseErrorThreshold |
EmailService.IMAPProperties |
ADVANCED |
int |
3 |
yes, Min=0, Max=2147483647 |
The number of consecutive parser errors tolerated before the connection is forcibly closed. |
Port |
EmailService.IMAPProperties |
GENERAL |
int |
143 |
yes, Network Port, Min=1, Max=65536 |
If the property Assume Single Endpoint is enabled (true), then this is the port which the IMAP server will use to accept new connections. If Assume Single Endpoint is false, this property is ignored. |
ServerSessionConcurrency |
EmailService.IMAPProperties |
ADVANCED |
int |
23 |
yes, Min=1, Max=2147483647 |
Max number of concurrent sessions which can be serviced as a given moment |
SessionTimeout |
EmailService.IMAPProperties |
ADVANCED |
long |
1800000 |
yes, Min=0, Max=9223372036854775807 |
The duration in millseconds after which inactive IMAP sessions are automatically logged out and closed. |
ShowInstanceNameInBanner |
EmailService.IMAPProperties |
ADVANCED |
boolean |
false |
no |
Description TBD. |
StreamReadBufferSize |
EmailService.IMAPProperties |
ADVANCED |
int |
32768 |
yes, Min=1, Max=2147483647 |
Size of temp buffer used when reading from a client stream |
SurrogateAuth |
EmailService.IMAPProperties |
GENERAL |
boolean |
false |
no |
If true, IMAP allows surrogate authentication during login |
TlsMandatory |
EmailService.IMAPProperties |
GENERAL |
boolean |
false |
no |
If true, when UseTls is enabled IMAP makes STARTTLS mandatory. |
UseTls |
EmailService.IMAPProperties |
GENERAL |
boolean |
false |
no |
If true, IMAP advertises STARTTLS capability. |
The following properties are available for EmailService.PersistenceProperties:
Table 4-47 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
CopyBatchSize |
EmailService.PersistenceProperties |
GENERAL |
int |
1000 |
yes, Min=1, Max=1000 |
long description key not set |
DeleteBatchSize |
EmailService.PersistenceProperties |
GENERAL |
int |
1000 |
yes, Min=1, Max=1000 |
long description key not set |
DurableFileRoot |
EmailService.PersistenceProperties |
GENERAL |
String |
../../beehive/mailspool/perm |
no |
Root directory under which a cache of emails will be maintained. This directory should be visible only to the operating system user of the instance, as it contains sensitive data (emails). If a relative path is used rather than absolute, it will be relative to the home directory of the instance |
MaxDbConnRetry |
EmailService.PersistenceProperties |
ADVANCED |
int |
2 |
yes, Min=1, Max=2147483647 |
Maximum number of attempts to retry a database operation on connection failure. This is employed to support automatic fail-over on clustered database systems. |
MaxFileCacheSz |
EmailService.PersistenceProperties |
GENERAL |
long |
500000000 |
yes, Min=0, Max=9223372036854775807 |
Maximum size (in bytes) of the total Durable File cache. |
MoveBatchSize |
EmailService.PersistenceProperties |
GENERAL |
int |
1000 |
yes, Min=1, Max=1000 |
long description key not set |
PldStoreCacheLinger |
EmailService.PersistenceProperties |
ADVANCED |
long |
180000 |
yes, Min=0, Max=9223372036854775807 |
Time (in milliseconds) for an unreferenced record to linger in the cache |
PldStoreMaxMemCachedRecords |
EmailService.PersistenceProperties |
ADVANCED |
int |
2000 |
yes, Min=0, Max=2147483647 |
Maximum number of memory cached records for payload store |
PldStoreMaxOpenFDs |
EmailService.PersistenceProperties |
ADVANCED |
int |
1000 |
yes, Min=0, Max=2147483647 |
Maximum number of open file descriptors used as cache of files being read/written by payload store |
PldStoreRecordCacheSz |
EmailService.PersistenceProperties |
ADVANCED |
int |
50000 |
yes, Min=0, Max=2147483647 |
Size of a cached payload record (in bytes). |
PldStoreStreamBufSz |
EmailService.PersistenceProperties |
ADVANCED |
int |
8192 |
yes, Min=0, Max=2147483647 |
The size (in bytes) of the buffered streams used for file-cached records |
TempFileRoot |
EmailService.PersistenceProperties |
GENERAL |
String |
../../beehive/mailspool/temp |
no |
Root directory under which temporary emails will be written to disk. This directory should be visible only to the operating system user of the instance, as it contains sensitive data (emails). If a relative path is used rather than absolute, it will be relative to the home directory of the instance. |
UndeleteBatchSize |
EmailService.PersistenceProperties |
GENERAL |
int |
1000 |
yes, Min=1, Max=1000 |
long description key not set |
UpdateFlagsBatchSize |
EmailService.PersistenceProperties |
GENERAL |
int |
1000 |
yes, Min=1, Max=1000 |
long description key not set |
The following properties are available for EmailService.SMTPProperties:
Table 4-48 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AssumeSingleEndpoint |
EmailService.SMTPProperties |
GENERAL |
boolean |
true |
no |
If this property is true, the Port property will be used as the listening port. This is a simplification over the more complex list of Endpoints which permit multiple ports for a single instance. |
Authentication |
EmailService.SMTPProperties |
GENERAL |
boolean |
false |
no |
If true, the system will advertise the SMTP AUTH extension. |
DSNEnabled |
EmailService.SMTPProperties |
GENERAL |
boolean |
true |
no |
Description TBD. |
EndpointPropertiesList |
EmailService.SMTPProperties |
ADVANCED |
List<EndpointProperties> (Structural property) |
n/a |
no |
If Assume Single Endpoint is false, this property defines a list of listening endpoints. |
Port |
EmailService.SMTPProperties |
GENERAL |
int |
25 |
yes, Network Port, Min=1, Max=65536 |
If the property Assume Single Endpoint is enabled (true), then this is the port which the SMTP server will use to accept new connections. If Assume Single Endpoint is false, this property is ignored. |
SendMailEvenIfNoTls |
EmailService.SMTPProperties |
GENERAL |
boolean |
false |
no |
If true, SMTP outbound sends mail even if remote server doesn't support TLS or STARTTLS command fails. |
ServerSessionConcurrency |
EmailService.SMTPProperties |
ADVANCED |
int |
23 |
yes, Min=1, Max=2147483647 |
long description key not set |
UseTls |
EmailService.SMTPProperties |
GENERAL |
boolean |
false |
no |
If true, the system will advertise the SMTP STARTTLS extension. |
VMSEvaluator |
EmailService.SMTPProperties |
ADVANCED |
String |
default |
no |
This property controls how connections received on the different endpoints are mapped to the different virtual mail servers. |
VMSPropertiesList |
EmailService.SMTPProperties |
ADVANCED |
List<VMSProperties> (Structural property) |
n/a |
no |
The list of virtual mail servers for this instance. |
The following properties are available for EmailService.SMTPProperties.VMSProperties:
Table 4-49 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AuthMandatory |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
boolean |
false |
no |
If true and Authentication is enabled, SMTP requires authentication before accepting mail. |
CustomDisplayName |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
String |
default |
no |
The custom name of the server, as will be seen on the initial salutation of the SMTP protocol. Note that this property is not read unless Use Default Display Name is set to false. |
CustomDomainName |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
String |
default |
no |
A domain name for this virtual mail server which differs from the system-wide domain name. This property is not used unless Use Default Domain Name is set to false. |
CustomProductVersion |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
String |
default |
no |
A custom version of the product, different than that which shipped from Oracle. This property is not used unless Use Custom Default Product Version is set to false. |
LogAllExceptions |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
boolean |
false |
no |
Sould all exceptions be logged. Setting to false prevents reporting of the (many types of) problems that can occur with remote clients (esp in the Internet). |
MaxAbortedTransitionsPerSession |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
int |
100 |
yes, Min=1, Max=2147483647 |
Maximum number of aborted transactions per session before the client is assumed to be engaging in some form of denial-of-service attack and is terminated. |
MaxBadTransitionsPerSession |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
int |
20 |
yes, Min=1, Max=2147483647 |
Maximum number of illegal (out of sequence) SMTP commands before the session is assumed to be an attacker and is closed. |
MaxCommandLineSize |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
int |
2048 |
yes, Min=1, Max=2147483647 |
Maximum size (in bytes) of a single SMTP line. Note that this value should not be set to the minimum defined in the SMTP specification, as some legitimate mail servers violate that specification. Rather, this value is intended to be large enough to accept mails from poor-conforming mail servers yet reject attempts at denial of service or buffer overflow attacks. |
MaxRcptsPerTx |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
int |
101 |
yes, Min=1, Max=2147483647 |
Maximum number of recipients per transaction. It is advised to set this number above 100 as per the SMTP specification. When this number is exceeded, subsequent RCPT TO commands will receive an error. |
MaxRejectedAddressesPerSession |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
int |
1000 |
yes, Min=0, Max=2147483647 |
Maximum number of rejected recipients before a given session is assumed to be illegitimate, and it terminated. This is useful to prevent address-harvesting by senders of unwanted email. |
MaxSizeBeforeAttackSuspected |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
long |
1000000000 |
yes, Min=0, Max=9223372036854775807 |
Maximum email size received before the client is assumed to be engaged in a denial of service attack. Once this threshold is crossed, the client session is abruptly terminated. Note that this differs from Max Mail Size in that mails exceeding that value do not result in termination of the entire session. |
MaxSzAbortTx |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
long |
10000 |
yes, Min=0, Max=9223372036854775807 |
Maximum size for an email on this virtual mail server. Note that Use Default Max Size must be set to false for this property to be read. |
MaxUselessCommandsPerSession |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
int |
5000 |
yes, Min=0, Max=2147483647 |
Maximum number of commands with no effect (e.g. NOOP) per session before we assume that the client is engaged in some form of denial of service attack. |
NextCommandTimeout |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
int |
301000 |
yes, Min=1, Max=2147483647 |
Inactivity timeout (in milliseconds) for clients between issuing commands. Note that this does not include the SMTP DATA command. |
NextDataChunkTimeout |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
int |
301000 |
yes, Min=1, Max=2147483647 |
Timeout (in milliseconds) waiting for next packet during the receive portion of the DATA command. |
QuitWriteTimeout |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
int |
60000 |
yes, Min=1, Max=2147483647 |
Timeout (in milliseconds) waiting for remote client to consume the ACK of the QUIT command |
RecipientMatcher |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
String |
default |
no |
XML definition for the rule which determines whether to accept/reject the mailbox conveyed on the RCPT TO command of SMTP |
RejectAll |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
boolean |
false |
no |
If true, this virtual mail server will reject all connections. |
SenderMatcher |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
String |
default |
no |
XML definition for the rules which determine whether to accept/reject the mailbox conveyed on the MAIL FROM command of SMTP |
ShowInstanceNameInBanner |
EmailService.SMTPProperties.VMSProperties |
ADVANCED |
boolean |
false |
no |
Description TBD. |
SupressReceivedFrom |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
boolean |
false |
no |
If true, the client IP/hostname will not be embedded in the RECEIVED header added to email headers. |
SupressResponseText |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
boolean |
false |
no |
If true, SMTP responses to not carry the debugging information in addition to the SMTP codes. |
TlsMandatory |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
boolean |
false |
no |
If true and UseTls is enabled, SMTP requires TLS. |
UseDefaultDisplayName |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
boolean |
true |
no |
If false, the Custom Display Name is used. Otherwise, the original product name is used. |
UseDefaultDomainName |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
boolean |
true |
no |
If false, this virtual mail server will advertise a domain different than the rest of the system. |
UseDefaultMaxSz |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
boolean |
true |
no |
If true, the global maximum email size will not be used an instead the Max Email Size defined for this virtual mail server will be used. |
UseDefaultProductVersion |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
boolean |
true |
no |
If false, the Custom Product Version is returned as part of the SMTP salutation |
VMSName |
EmailService.SMTPProperties.VMSProperties |
GENERAL |
String |
default |
no |
The administrator-assigned name of this virtual mail server. |
The following properties are available for EmailService.TransportProperties:
Table 4-50 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AcceptInvalidLocalUsers |
EmailService.TransportProperties |
ADVANCED |
boolean |
false |
no |
Description TBD. |
DeliveryConcurrency |
EmailService.TransportProperties |
GENERAL |
int |
5 |
yes, Min=1, Max=2147483647 |
The maximum number of concurrent threads which will be dedicated to delivering a given email. This is employed when a single email is destined for a large number of recipients, and serves to prevent high-recipient emails from consuming excessive system resources. |
DeliveryRules |
EmailService.TransportProperties |
GENERAL |
String |
default |
no |
XML Definition for the rules which determine, on a per recipient basis, how email should be delivered |
InMemoryQueueSize |
EmailService.TransportProperties |
GENERAL |
int |
250 |
yes, Min=0, Max=2147483647 |
Maximum number of emails received at a given instance which have yet to be processed. This can be thought of as a backlog of emails. Should this value be exceeded, emails will be received but not processed at the current instance. |
KeepAliveInterval |
EmailService.TransportProperties |
GENERAL |
long |
120000 |
yes, Min=0, Max=9223372036854775807 |
long description key not set |
LocalDeliveryBatchSize |
EmailService.TransportProperties |
GENERAL |
int |
100 |
yes, Min=1, Max=2147483647 |
Number of recipients in a batch of local recipients. Local recipients are those who maintain an inbox within the current system. |
MaxReceivedHeaders |
EmailService.TransportProperties |
GENERAL |
int |
25 |
no |
long description key not set |
MaxRetryPeriod |
EmailService.TransportProperties |
GENERAL |
long |
432000000 |
yes, Min=0, Max=9223372036854775807 |
Time (in milliseconds) after receipt of an email that delivery is no longer attempted. |
MaximumDBMessageQueuePercentage |
EmailService.TransportProperties |
ADVANCED |
int |
80 |
yes, Min=0, Max=100 |
long description key not set |
MinimumDBMessageQueuePercentage |
EmailService.TransportProperties |
ADVANCED |
int |
20 |
yes, Min=0, Max=100 |
long description key not set |
MsgTerminusRules |
EmailService.TransportProperties |
GENERAL |
String |
default |
no |
XML definition of rules invoked as message is leaving the transport-portion of its lifecycle. This rule is invoked if the message is existing due to success (delivery) or failure (delivery failure, filter rule prevented transmission, etc) |
PostDeliveryRules |
EmailService.TransportProperties |
GENERAL |
String |
default |
no |
XML Definition for the rules which determine, on a per recipient basis, how email should be delivered |
PostResolutionRules |
EmailService.TransportProperties |
GENERAL |
String |
default |
no |
XML Definition for rules applied to emails before aliases are expanded |
PreResolutionRules |
EmailService.TransportProperties |
GENERAL |
String |
default |
no |
XML Definition for rules applied to emails before aliases are expanded |
ProcessingEnabled |
EmailService.TransportProperties |
GENERAL |
boolean |
true |
no |
If this value is false, it has the effect of preventing any received/delayed emails from being delivered. |
QueuePollInterval |
EmailService.TransportProperties |
GENERAL |
long |
120000 |
yes, Min=0, Max=9223372036854775807 |
long description key not set |
RelayServer |
EmailService.TransportProperties |
GENERAL |
String |
default |
no |
If the property Simple Relay Mode is true, then this is the name of the relay server to be used. |
RetryInterval |
EmailService.TransportProperties |
GENERAL |
int |
1800 |
yes, Min=1, Max=2147483647 |
Time (in milliseconds) between delivery attempts for an email which has at least one undeliverable recepient. |
SMTPDeliveryBatchSize |
EmailService.TransportProperties |
GENERAL |
int |
100 |
yes, Min=1, Max=2147483647 |
The maximum number of recipients within a given SMTP transaction. As per the specifications for SMTP, this value should not exceed 100. |
SMTPDeliveryCheckpoint |
EmailService.TransportProperties |
GENERAL |
int |
5 |
yes, Min=1, Max=2147483647 |
This value controls how often the status of recipients is recorded during delivery of messages to large number of recipients/domains. If this value is small, there is less of a chance of duplicate mail in the event of a system crash. However, smaller settings for this value result in more system load. |
ScanOnUpload |
EmailService.TransportProperties |
ADVANCED |
boolean |
false |
no |
If true, emails are scanned as they are uploaded to the system. Upload includes IMAP APPEND as well as API calls which insert, rather than send, emails. Scanning on send is controlled by the pre/post resolution rules. |
SimpleRelayMode |
EmailService.TransportProperties |
GENERAL |
boolean |
true |
no |
If true, the XML-based Delivery Rules are not used. Instead, a simpler configuration is assumed where the administrator need only supply a relay host (via the Relay Server property). If this value is true yet the Relay Server is unset, an error will be issued and email delivery will be prevented. |
ThreadPoolSize |
EmailService.TransportProperties |
GENERAL |
int |
10 |
yes, Min=1, Max=2147483647 |
Number of threads within the processing thread pool |
The following properties are available for Enterprise:
Table 4-51 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
CollabId |
Enterprise |
ADVANCED |
CollabId |
n/a |
no |
The Collabid of this Enterprise |
Database |
Enterprise |
ADVANCED |
Database (Structural property) |
n/a |
no |
tenant-specific storage if defined, otherwise if this is null then business data for the tenant is stored in the common database referenced by Site. |
ErrorCodeDBPersistenceEnabled |
Enterprise |
ADVANCED |
Boolean |
n/a |
no |
whether java error code persistence is enabled. |
Name |
NamedSystemObject |
ADVANCED |
String |
n/a |
no |
the name of the system object. |
VirusScanEngineCluster |
Enterprise |
ADVANCED |
VirusScanEngineCluster (Structural property) |
n/a |
no |
tenant-specific virus scan engine cluster if defined, otherwise if this is null then use the one defined at the Site or assume that no scan engine is configured. |
The following properties are available for EventService:
Table 4-52 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AsyncActionRetryCount |
EventService |
ADVANCED |
int |
5 |
no |
The Event Service will retry the specified number of times when the action handler fails to process the event. The Event Service moves the event to the failed queue after it has retried the specified number of times. Also see AsyncActionRetryInterval parameter. |
AsyncActionRetryInterval |
EventService |
ADVANCED |
int |
5 |
no |
Time interval in minutes between retries of failed action. Also see AsyncActionRetryCount parameter. |
AsyncLogLevel |
EventService |
ADVANCED |
Level (Legal values: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST) |
WARNING |
no |
The log level is used by the Business Event processing engine to determine the detail of the logs written. The log level of FINEST will write the most detailed log messages, and SEVERE will log the least. |
MaxThreadPoolSize |
EventService |
ADVANCED |
int |
10 |
no |
A correctly sized thread pool will be able to keep up with the load of the java action queue. If the action queue keeps growing, and the Event Service is not able to keep up with the load, then this value should be increased. Be aware a larger pool size may require more database and mid-tier resources to keep up with the load. |
PreEvaluateThresholdRuleCount |
EventService |
ADVANCED |
int |
1000 |
no |
The purpose of this parameter is to tune the overall system performance in regards to event processing. The threshold number is in relationship to the total number of subscription conditions (or rules) per event type (such as DOCUMENT, EMAIL, CALENDAR, etc.). If this number is smaller than the total number of rules, and the total number of rules is very large, it is possible that pre-evaluating the rules can take more time. If this number is larger than the total number of rules, the Event Service will not pre-evaluate any rules. It will automatically queue all events which may not have any matching subscriptions, and therefore not be very efficient. |
The following properties are available for ExternalBpelProcessManager:
Table 4-53 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AdminPassword |
Oc4jCredentials |
ADVANCED |
SecureString |
n/a |
no |
the password of the oc4j admin user |
AdminUsername |
Oc4jCredentials |
ADVANCED |
String |
oc4jadmin |
no |
the name of the oc4j admin user |
BpelCluster |
BpelProcessManager |
ADVANCED |
BpelCluster (Structural property) |
n/a |
no |
The BPEL Cluster that this BPEL Process Manager belongs to. |
Hostname |
ExternalJ2eeApplication |
ADVANCED |
String |
n/a |
no |
the hostname used for generating urls to access the application. |
Oc4jName |
Oc4jCredentials |
ADVANCED |
String |
n/a |
no |
the name of the oc4j |
OpmnRequestPort |
ExternalJ2eeApplication |
ADVANCED |
int |
n/a |
no |
the opmn request port for generating urls to access the application. |
The following properties are available for ExternalJ2eeApplication:
Table 4-54 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AdminPassword |
Oc4jCredentials |
ADVANCED |
SecureString |
n/a |
no |
the password of the oc4j admin user |
AdminUsername |
Oc4jCredentials |
ADVANCED |
String |
oc4jadmin |
no |
the name of the oc4j admin user |
Hostname |
ExternalJ2eeApplication |
ADVANCED |
String |
n/a |
no |
the hostname used for generating urls to access the application. |
Oc4jName |
Oc4jCredentials |
ADVANCED |
String |
n/a |
no |
the name of the oc4j |
OpmnRequestPort |
ExternalJ2eeApplication |
ADVANCED |
int |
n/a |
no |
the opmn request port for generating urls to access the application. |
The following properties are available for FaxMessageService:
The following properties are available for FtpService:
Table 4-56 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
ChannelSecurity |
FtpService |
GENERAL |
String |
PLAIN_AND_TLS |
no |
Specifies the types of connections the system will accept.Valid values are TLS,PLAIN and PLAIN_TLS. |
DMSInstrumentation |
FtpService |
GENERAL |
boolean |
false |
no |
Collects DMS statistics if the value is set to TRUE. |
DataConnectionPort |
FtpService |
ADVANCED |
int |
12121 |
yes, Network Port, Min=1, Max=65536 |
Starting port number from which FTP data connections are created in passive mode. |
DefaultCommandCharacterset |
FtpService |
GENERAL |
String |
UTF-8 |
no |
Default command character set used to interpret FTP commands and arguments. |
DefaultDataPort |
FtpService |
GENERAL |
int |
2120 |
yes, Network Port, Min=1, Max=65536 |
The default data port number from which the FTP server will make outbound connections in PORT mode.. |
FtpServerEnabled |
FtpService |
GENERAL |
boolean |
true |
no |
Specifies whether or not the BEEHIVE FTP server is enabled. If enabled (true), the FTP server accepts client requests. Valid values: true, false. |
InternalIP |
FtpService |
GENERAL |
String |
DEFAULT |
no |
This parameter gives the IP address that needs to be returned as response to PASV command for DMZ deployments. |
ListeningPoint |
FtpService |
GENERAL |
String |
DEFAULT |
no |
Listening points (network interface groups) that the system's FTP server will support. Valid values are : INTERNAL, EXTERNAL, DEFAULT and INTERNAL_EXTERNAL. |
MaxDCPortCount |
FtpService |
GENERAL |
int |
200 |
no |
The maximum number of ports the FTP service can use for passive listening. |
Port |
FtpService |
GENERAL |
int |
2121 |
yes, Network Port, Min=1, Max=65536 |
The port at which the FTP server listens for client requests. |
SessionTimeout |
FtpService |
GENERAL |
int |
900000 |
no |
The amount of time (in seconds) that the FTP server will wait for a request from a connected client before terminating the session.. |
UploadBufferSize |
FtpService |
ADVANCED |
int |
260096 |
yes, Min=16384, Max=1048576 |
The buffer size, in bytes, used while uploading stream data. Deployments that typically stream small files, as well as those with limited midtier memory, may improve performance by setting this value below the default. Deployments with a large amount of midtier memory may likewise improve performance by setting this value above the default. |
The following properties are available for HttpServer:
Table 4-57 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
BeehiveInstance |
HttpServer |
ADVANCED |
BeehiveInstance (Structural property) |
n/a |
no |
The BeehiveInstance with which this HttpServer is associated. |
HttpListenPort |
HttpServer |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The port to which the http server listens. This port is used when starting without SSL |
HttpServerCluster |
HttpServer |
ADVANCED |
HttpServerCluster (Structural property) |
n/a |
no |
Each httpserver is associated with a cluster and each site typically has atleast one and only cluster. A HttpServerCluster has properties common to all httpserver's in the cluster. |
HttpSslListenPort |
HttpServer |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The port to which the http server listens when ssl is enabled. This port is used when starting with SSL |
MaxClients |
HttpServer |
ADVANCED |
Integer |
150 |
no |
limit on the number of clients who can simultaneously connect. if this limit is ever reached, clients will be LOCKED OUT, so it should NOT BE SET TOO LOW. It is intended mainly as a brake to keep a runaway server from taking the system with it as it spirals down. |
OsGroup |
HttpServer |
ADVANCED |
String |
n/a |
no |
The group to run httpd as. |
OsUser |
HttpServer |
ADVANCED |
String |
n/a |
no |
The user to run httpd as. |
ServerAdmin |
HttpServer |
ADVANCED |
String |
you@your.address |
no |
Your address, where problems with the server should be e-mailed. This address appears on some server-generated pages, such as error documents. |
ServerRoot |
HttpServer |
ADVANCED |
String |
n/a |
no |
The top of the directory tree under which the server's configuration, error, and log files are kept. |
Timeout |
HttpServer |
ADVANCED |
Integer |
60 |
no |
The number of seconds before receives and sends time out. |
The following properties are available for HttpServerCluster:
Table 4-58 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
HttpServerSslEnabled |
HttpServerCluster |
ADVANCED |
Boolean |
true |
no |
If Http ssl is enabled in this HttpServer Cluster. |
HttpServers |
HttpServerCluster |
ADVANCED |
Set<HttpServer> (Structural property) |
n/a |
no |
The set of HttpServer's associated with this cluster. |
SslTerminatedByLoadBalancer |
HttpServerCluster |
ADVANCED |
Boolean |
false |
no |
If Http ssl is terminated by the load balancer. |
The following properties are available for IdMap:
Table 4-59 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
Map |
IdMap |
ADVANCED |
Map<String,String> |
n/a |
no |
Specifies the map of identity format to identity mapping attribute. Valid identity format values include: unspecified; email_addr; x509_subject; windows_dqn. Valid identity mapping attribute could be any User Directory Service address attribute. |
The following properties are available for IdentityProviderService:
Table 4-60 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
IdpSAMLIdentity |
IdentityProviderService |
ADVANCED |
SAMLIdentity (Structural property) |
n/a |
no |
Specifies the alias to the key and/or certificate of the Oracle Beehive SAML identity provider listed in the Oracle Wallet. |
IdpUrl |
IdentityProviderService |
ADVANCED |
String |
n/a |
no |
Specifies the URL of the SAML identity provider for system. |
SpSAMLIdentity |
IdentityProviderService |
ADVANCED |
SAMLIdentity (Structural property) |
n/a |
no |
Specifies the alias to the key and/or certificate of the Oracle Beehive SAML service provider listed in the Oracle Wallet. |
SpUrl |
IdentityProviderService |
ADVANCED |
String |
n/a |
no |
Specifies the URL of the SAML service provider. |
The following properties are available for ImService:
Table 4-61 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
DbRetryCount |
ImService |
ADVANCED |
int |
6 |
yes, Min=0, Max=12 |
The maximum number of times a pl/sql procedure will be re-tried in occurence of any retryable exception. Initial value is set to 6. Minimum allowed value is 0 and maximum allowed value is 12. |
DbRetryTimeout |
ImService |
ADVANCED |
int |
5 |
yes, Min=2, Max=30 |
The amount of time in secs ImService shall wait before retrying a pl/sql procedure call in case the previous invocation led to a retryable exception. Initial value is set to 5 secs. Minimum allowed value is 2 secs and maximum allowed value is 30 secs. |
ImBufferStageSize |
ImService |
ADVANCED |
int |
500000 |
yes, Min=100000, Max=3000000 |
This value defines the maximum size of the buffer to keep instant messages in memory before they are written into database as transcripts. The default value is 500Kb. Please note that the instant messages can be written to db before this maximum is reached. This is possible on account of expiration of im_purging_period_timer. |
ImCacheSize |
ImService |
ADVANCED |
int |
25000 |
yes, Min=5000, Max=100000 |
Size of cache kept internally by ImService for its operations. The default value is 25000. The larger the value, better will be the performance of ImService, however at the cost of larger memory foot-print. |
ImEndPointDeathDetectionTime |
ImService |
ADVANCED |
int |
5 |
yes, Min=5, Max=300 |
This property allows the admin to set the time interval at which the ImServiceInstance should send KEEP_ALIVE packets to the IPAs. This enables the IPAs to detect any ImService instance going down. The value is in seconds with a default of 5 s. |
ImPurgingPeriodTimer |
ImService |
ADVANCED |
int |
300 |
yes, Min=60, Max=600 |
This value allows the admin to set the maximum time for which instant messages can be buffered in memory before they are written to DB in chunks. The default is 300 secs. Please note that the instant messages can be written to db even before this timer expires. This is possible on account of the buffer reaching its maximum size limit as defined by the im_buffer_stage_size property. |
PendingMessagesLimit |
ImService |
ADVANCED |
int |
1100 |
yes, Min=11, Max=2147483647 |
This value sets the limit on the number of pending messages on the bus session before the send operation blocks. This is used for flow control of messages. The default value is of 1100. A larger value allows for more concurrency and lower value allows for less concurrency. This value also effects the memory usage determined by the pending messages in the session buffer. |
The following properties are available for JavaExecutionArguments:
Table 4-62 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AdditionalOptions |
JavaExecutionArguments |
ADVANCED |
Set<String> |
n/a |
no |
The set of additional options for the system's Java Virtual Machine (JVM). Each option must be a legal option supported by the JVM, for example -Dproperty=value to set a system property value. This an ADVANCED property which you do not typically need to modify. |
InitialHeapSizeInMB |
JavaExecutionArguments |
ADVANCED |
Integer |
n/a |
yes, Custom, contact dev lead |
The initial heap size in megabytes (MBs) of the Java Virtual Machine (JVM). |
MaximumHeapSizeInMB |
JavaExecutionArguments |
ADVANCED |
Integer |
n/a |
yes, Custom, contact dev lead |
The maximum heap size in megabytes (MBs) of the Java Virtual Machine (JVM). |
MaximumPermanentGenerationSizeInMB |
JavaExecutionArguments |
ADVANCED |
Integer |
n/a |
yes, Custom, contact dev lead |
The maximum permanent generation size in megabytes (MBs) of the Java Virtual Machine (JVM). |
The following properties are available for JcrServletService:
Table 4-63 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AuthenticationScheme |
JcrServletService |
GENERAL |
String |
BASIC |
yes, Custom, contact dev lead |
Specifies the JCR server's authentication scheme. Valid values: basic, digest. |
JCRServerEnabled |
JcrServletService |
GENERAL |
boolean |
true |
no |
Specifies whether or not the BEEHIVE Java Content Repository (JCR) server is enabled. If enabled (true), the JCR server accepts client requests else it throws an appropriate exception. Valid values: true, false |
JcrSessionTimeout |
JcrServletService |
GENERAL |
int |
960 |
yes, Custom, contact dev lead |
The amount of time (in minutes) that the JCR server will wait for a request from a connected client before terminating the session. |
MaxDownloadBufferSize |
JcrServletService |
ADVANCED |
int |
261888 |
yes, Min=16384, Max=1048576 |
The buffer size, in bytes, used while downloading stream data. Deployments that typically stream small files, as well as those with limited midtier memory, may improve performance by setting this value below the default. Deployments with a large amount of midtier memory may likewise improve performance by setting this value above the default. |
UploadBufferSize |
JcrServletService |
ADVANCED |
int |
260096 |
yes, Min=16384, Max=1048576 |
The buffer size, in bytes, used while uploading stream data. Deployments that typically stream small files, as well as those with limited midtier memory, may improve performance by setting this value below the default. Deployments with a large amount of midtier memory may likewise improve performance by setting this value above the default. |
The following properties are available for LdapServer:
Table 4-64 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
DigestAuthenticationAttribute |
LdapServer |
ADVANCED |
String[] |
n/a |
no |
Specifies the LDAP attributes to be used for the various digest authentication protocols. The attribute entry format is [attribute type]:[attribute name]'. The valid attribute types are DEFAULT, SASL.DIGEST_MD5, and HTTP.DIGEST. e.g. DEFAULT:userPassword;SASL.DIGEST_MDS:mySaslDigestAttribute |
DirectoryType |
LdapServer |
ADVANCED |
LdapServer.DirectoryType (Legal values: ORACLE_INTERNET_DIRECTORY, MICROSOFT_ACTIVE_DIRECTORY, SUN_ONE_DIRECTORY, IBM_TIVOLI_DIRECTORY, OPENLDAP_DIRECTORY, OTHER) |
n/a |
no |
Specifies the LDAP directory type. The valid values are ORACLE_INTERNET_DIRECTORY, MICROSOFT_ACTIVE_DIRECTORY, SUN_ONE_DIRECTORY, IBM_TIVOLI_DIRECTORY, and OTHER. |
GroupObjectClass |
LdapServer |
ADVANCED |
String |
n/a |
no |
Specifies the LDAP group object class. e.g. groupOfUniqueNames |
GroupSearchBase |
LdapServer |
ADVANCED |
String |
n/a |
no |
Specifies the LDAP group search base DN. |
LdapServerConnectionTimeout |
LdapServer |
ADVANCED |
int |
120 |
no |
long description key not set |
LdapServerHostName |
LdapServer |
ADVANCED |
String |
n/a |
no |
Specifies the LDAP server hostname. |
LdapServerPassword |
LdapServer |
ADVANCED |
SecureString |
n/a |
no |
Specifies the password of the user that is used to bind to the LDAP server. |
LdapServerPort |
LdapServer |
ADVANCED |
int |
389 |
yes, Network Port, Min=1, Max=65536 |
Specifies the LDAP server port. |
LdapServerSslPort |
LdapServer |
ADVANCED |
int |
636 |
yes, Network Port, Min=1, Max=65536 |
Specifies the LDAP server secure port. |
LdapServerUser |
LdapServer |
ADVANCED |
String |
n/a |
no |
Specifies the user that should be used to bind to the LDAP server. The user must have read access to the attributes of all Beehive users. |
PrimaryAuthenticationAttribute |
LdapServer |
ADVANCED |
String |
no |
Specifies the LDAP attribute that stores the primary principal in LDAP. e.g. uid |
|
PrimaryAuthenticationCredential |
LdapServer |
ADVANCED |
String |
not applicable |
no |
Specifies the LDAP attribute that stores the secret for the primary authentication attribute. |
ProtocolAuthenticationAttribute |
LdapServer |
ADVANCED |
String |
not applicable |
no |
Specifies the LDAP attribute that stores the ASCII (7-bit) principal for the clients that do not support multi-byte string. |
ProtocolAuthenticationCredential |
LdapServer |
ADVANCED |
String |
not applicable |
no |
Specifies the LDAP attribute that stores the secret for the ASCII (7-bit) principal used for the authentication of clients that do not support multi-byte string. |
SslEnabled |
LdapServer |
ADVANCED |
boolean |
false |
no |
Specifies whether or not SSL should be used to connect to the LDAP server. |
UserObjectClass |
LdapServer |
ADVANCED |
String |
n/a |
no |
Specifies the LDAP user object class. e.g. inetOrgPerson |
UserSearchBase |
LdapServer |
ADVANCED |
String |
n/a |
no |
Specifies the LDAP user search base DN. |
UserSearchBaseForSync |
LdapServer |
ADVANCED |
String |
n/a |
no |
Specifies the LDAP user search base DN for UDS sync. |
VoiceAuthenticationAttribute |
LdapServer |
ADVANCED |
String |
not applicable |
no |
Specifies the LDAP attribute that stores the voice principal in LDAP (used by voice clients). |
VoiceAuthenticationCredential |
LdapServer |
ADVANCED |
String |
not applicable |
no |
Specifies the LDAP attribute that stores the secret for the authentication of voice clients. |
The following properties are available for LoggingConfigurable.LoggingProperties:
Table 4-65 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
BaseLogLevel |
LoggingConfigurable.LoggingProperties |
ADVANCED |
Level (Legal values: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST) |
WARNING |
no |
Base Log Level. It is the default when the log level is not configured through Module Log Level. |
MaxFileSize |
LoggingConfigurable.LoggingProperties |
ADVANCED |
Long |
10485760 |
no |
Maximum log file size in bytes. A new log file is opened when the current file exceeds this size. |
MaxLogSize |
LoggingConfigurable.LoggingProperties |
ADVANCED |
Long |
104857600 |
no |
Maximum log size in bytes. It is the maximum total size of all log files combined. |
ModuleLogLevel |
LoggingConfigurable.LoggingProperties |
ADVANCED |
Map<String,Level> |
n/a |
no |
Module Log Level. You will use this advanced property under the guidance of a trained consultant who will explain the correct usage details. Each Logger can have it's log level configured through Module Log Level. It is a map from logger name to log level. |
RotationFrequency |
LoggingConfigurable.LoggingProperties |
ADVANCED |
LoggingConfigurable.RotationFrequency (Legal values: HOURLY, DAILY, WEEKLY) |
DAILY |
no |
The log file rotation frequency. Log files are rotated when they exceed the maximum log size and they are also rotated periodically according to the rotation frequency. Valid values are HOURLY, DAILY, and WEEKLY. |
The following properties are available for ManagedBpelProcessManager:
The following properties are available for ManagedOc4j:
Table 4-67 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AdminPassword |
Oc4jCredentials |
ADVANCED |
SecureString |
n/a |
no |
the password of the oc4j admin user |
AdminUsername |
Oc4jCredentials |
ADVANCED |
String |
oc4jadmin |
no |
the name of the oc4j admin user |
AjpPortMaxValue |
ManagedOc4j |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The maximum value for ajp port range |
AjpPortMinValue |
ManagedOc4j |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The minimum value for ajp port range. |
Applications |
Oc4j |
ADVANCED |
Set<BeehiveJ2eeApplication> (Structural property) |
n/a |
no |
The list of BeehiveJ2eeApplications associated with the Oc4j instance. |
BeehiveInstance |
ManagedOc4j |
ADVANCED |
BeehiveInstance (Structural property) |
n/a |
no |
The BeehiveInstance with which this ManagedOc4j is associated. |
CustomNonXaConfig |
Oc4j |
ADVANCED |
Map<String,Database.ConnectionPool> (Structural property) |
n/a |
no |
Custom connection pool settings for non-XA keyed by service name. |
CustomXaConfig |
Oc4j |
ADVANCED |
Map<String,Database.ConnectionPool> (Structural property) |
n/a |
no |
Custom connection pool settings for XA keyed by service name. |
JGroupPortMaxValue |
ManagedOc4j |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The maximum value for jgroup port range |
JGroupPortMinValue |
ManagedOc4j |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The minimum value for jgroup port range |
JmsPortMaxValue |
ManagedOc4j |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The maximum value for jms port range |
JmsPortMinValue |
ManagedOc4j |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The minimum value for jms port range |
ManagedOc4jCluster |
ManagedOc4j |
ADVANCED |
ManagedOc4jCluster (Structural property) |
n/a |
no |
The Oc4jCluster which this ManagedOc4j belongs to. Each managedOc4j is associated with a cluster. An ManagedOc4jCluster has properties common to all oc4j's in the cluster. |
Oc4jName |
Oc4jCredentials |
ADVANCED |
String |
n/a |
no |
the name of the oc4j |
PseudoTranslationEnabled |
Oc4j |
ADVANCED |
boolean |
false |
no |
A Boolean flag that is used to enable/disable the pseudo-translation in Beehive Resource Bundle. |
PseudoTranslationStrategy |
Oc4j |
ADVANCED |
String |
n/a |
no |
The class name of pseudo translation algorithm that will be used for translation process by Beehive Resource Bundle. |
ResourceAdapterInstances |
Oc4j |
ADVANCED |
Set<ResourceAdapterInstance> (Structural property) |
n/a |
no |
The list of ResourceAdapterInstances associated with the Oc4j instance. |
RmiPortMaxValue |
ManagedOc4j |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The maximum value for rmi port range |
RmiPortMinValue |
ManagedOc4j |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The minimum value for rmi port range |
RmisPortMaxValue |
ManagedOc4j |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The maximum value for rmis port range |
RmisPortMinValue |
ManagedOc4j |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The minimum value for rmis port range |
SipContainer |
ManagedOc4j |
ADVANCED |
SipContainer (Structural property) |
n/a |
no |
The SipContainer with which this ManagedOc4j is associated. |
StartJavaExecutionArguments |
ExecutionArgumentsCommonProperties |
ADVANCED |
JavaExecutionArguments (Structural property) |
n/a |
no |
Arguments for the Java Virtual Machine when starting this component |
StopJavaExecutionArguments |
ExecutionArgumentsCommonProperties |
ADVANCED |
JavaExecutionArguments (Structural property) |
n/a |
no |
Arguments for the Java Virtual Machine when starting this component |
The following properties are available for ManagedOc4jCluster:
Table 4-68 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AjpsEnabled |
ManagedOc4jCluster |
ADVANCED |
boolean |
false |
no |
If Ajps is enabled for this Oc4j cluster. |
ManagedOc4js |
ManagedOc4jCluster |
ADVANCED |
SetSet<ManagedOc4j> (Structural property) |
n/a |
no |
The set of Oc4j associated with this cluster. |
OrmisEnabled |
ManagedOc4jCluster |
ADVANCED |
boolean |
true |
no |
If ormis is enabled for this Oc4j Cluster. |
The following properties are available for ManagementService:
Table 4-69 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AutoSyncSaveListenerSleepIntervalInSeconds |
ManagementService |
ADVANCED |
int |
25 |
no |
The interval (in seconds) after which the background task to synchronize any pending configuration changes to local configuration files will be invoked. |
AutoSyncSaveListenerTimeoutInSeconds |
ManagementService |
ADVANCED |
int |
20 |
no |
The interval (in seconds) after which batched local configuration file changes will be saved and necessary actions like restarting processes initiated to effect the changes. |
LocalFileSyncEnabled |
ManagementService |
ADVANCED |
boolean |
false |
no |
When set to true, the management service detects changes to the system model and automatically updates local configuration files to be in sync. |
LogSearchMaximumResults |
ManagementService |
ADVANCED |
Integer |
n/a |
no |
Maximum number of records returned when searching for logs. |
LogSyncEnabled |
ManagementService |
ADVANCED |
boolean |
true |
no |
Sets whether the background task for log synchronization is enabled. |
LogUploadFilter |
ManagementService |
ADVANCED |
String |
n/a |
no |
Filter for selecting the log files or directories to upload to the central repository so that they can be viewed or searched in the log viewer user interface. |
LogUploadInterval |
ManagementService |
ADVANCED |
int |
6 |
no |
Frequency (in minutes) of the background log upload task. |
SystemDataCollectorProperties |
ManagementService |
ADVANCED |
ManagementService.SystemDataCollectorProperties (Structural property) |
n/a |
no |
long description key not set |
UploadLevel |
ManagementService |
ADVANCED |
Level (Legal values: SEVERE, WARNING, INFO, CONFIG, FINE, FINER, FINEST) |
OFF |
no |
Log records of this or higher level are uploaded to the configuration database. |
The following properties are available for ManagementService.SystemDataCollectorProperties:
Table 4-70 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
CollectionInterval |
ManagementService.SystemDataCollectorProperties |
ADVANCED |
int |
300 |
yes, Min=1, Max=2147483647 |
Time interval between executions of system data collector background task |
CollectorEnabled |
ManagementService.SystemDataCollectorProperties |
ADVANCED |
boolean |
false |
no |
Enables or disables the system data collector background task. |
SystemDataFileRotationInterval |
ManagementService.SystemDataCollectorProperties |
ADVANCED |
int |
180 |
yes, Min=1, Max=525600 |
System data collector will rotate file after this interval |
SystemDataFileRotationSize |
ManagementService.SystemDataCollectorProperties |
ADVANCED |
int |
100 |
yes, Min=1, Max=1024 |
Rotation size for the file generated by system data collector |
The following properties are available for MessageDeliveryService.SmppSettings:
Table 4-71 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
SmppEnquireTime |
MessageDeliveryService.SmppSettings |
ADVANCED |
int |
45 |
yes, Min=1, Max=59 |
Can't find bundle for base name oracle.ocs.management.model.MessageDeliveryServiceBundle, locale en_US |
SmppPassword |
MessageDeliveryService.SmppSettings |
GENERAL |
SecureString |
n/a |
no |
Can't find bundle for base name oracle.ocs.management.model.MessageDeliveryServiceBundle, locale en_US |
SmppServiceUrl |
MessageDeliveryService.SmppSettings |
GENERAL |
String |
no |
Can't find bundle for base name oracle.ocs.management.model.MessageDeliveryServiceBundle, locale en_US |
|
SmppSystemID |
MessageDeliveryService.SmppSettings |
GENERAL |
String |
no |
Can't find bundle for base name oracle.ocs.management.model.MessageDeliveryServiceBundle, locale en_US |
|
SmppSystemType |
MessageDeliveryService.SmppSettings |
ADVANCED |
String |
no |
Can't find bundle for base name oracle.ocs.management.model.MessageDeliveryServiceBundle, locale en_US |
|
SmppTimeOut |
MessageDeliveryService.SmppSettings |
ADVANCED |
int |
15 |
yes, Min=1, Max=59 |
Can't find bundle for base name oracle.ocs.management.model.MessageDeliveryServiceBundle, locale en_US |
TlsEnabled |
MessageDeliveryService.SmppSettings |
ADVANCED |
boolean |
false |
no |
Can't find bundle for base name oracle.ocs.management.model.MessageDeliveryServiceBundle, locale en_US |
UseQuerySMForStatus |
MessageDeliveryService.SmppSettings |
ADVANCED |
boolean |
false |
no |
Can't find bundle for base name oracle.ocs.management.model.MessageDeliveryServiceBundle, locale en_US |
The following properties are available for MessageDeliveryService.WebProxySettings:
Table 4-72 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
ProxyHostName |
MessageDeliveryService.WebProxySettings |
GENERAL |
String |
no |
Can't find bundle for base name oracle.ocs.management.model.MessageDeliveryServiceBundle, locale en_US |
|
ProxyPassword |
MessageDeliveryService.WebProxySettings |
GENERAL |
SecureString |
n/a |
no |
Can't find bundle for base name oracle.ocs.management.model.MessageDeliveryServiceBundle, locale en_US |
ProxyPort |
MessageDeliveryService.WebProxySettings |
GENERAL |
int |
8080 |
yes, Min=1, Max=65535 |
Can't find bundle for base name oracle.ocs.management.model.MessageDeliveryServiceBundle, locale en_US |
ProxyUserName |
MessageDeliveryService.WebProxySettings |
GENERAL |
String |
no |
Can't find bundle for base name oracle.ocs.management.model.MessageDeliveryServiceBundle, locale en_US |
The following properties are available for MessageDeliveryService.XmsSettings:
Table 4-73 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
XmsPassword |
MessageDeliveryService.XmsSettings |
GENERAL |
SecureString |
n/a |
no |
Can't find bundle for base name oracle.ocs.management.model.MessageDeliveryServiceBundle, locale en_US |
XmsServiceUrl |
MessageDeliveryService.XmsSettings |
ADVANCED |
String |
https://notify.multimodeinc.com/xms/webservices |
no |
Can't find bundle for base name oracle.ocs.management.model.MessageDeliveryServiceBundle, locale en_US |
XmsUserName |
MessageDeliveryService.XmsSettings |
GENERAL |
String |
no |
Can't find bundle for base name oracle.ocs.management.model.MessageDeliveryServiceBundle, locale en_US |
The following properties are available for MobileDmService:
Table 4-74 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
MaxClientConnections |
MobileDmService |
ADVANCED |
int |
1000 |
yes, Min=100, Max=5000 |
Maximum number of concurrent mobile clients connections per Mobile DM Server instance. |
MaxInvalidAttempts |
MobileDmService |
ADVANCED |
int |
3 |
yes, Min=3, Max=10 |
Maximum number of invalid command attempts before the server closes the connection. |
TtlAuthenticated |
MobileDmService |
ADVANCED |
int |
30 |
yes, Min=15, Max=60 |
Timeout for authenticated sessions in minutes. |
TtlUnauthenticated |
MobileDmService |
ADVANCED |
int |
1 |
yes, Min=1, Max=10 |
Timeout for non-authenticated sessions in minutes. |
The following properties are available for NamedSystemObject:
The following properties are available for NotificationDeliveryService:
Table 4-76 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
ActionableNotificationReplyDisabled |
NotificationDeliveryService |
GENERAL |
boolean |
false |
no |
Disables actionable notification responses. |
ActionableNotificationUser |
NotificationDeliveryService |
GENERAL |
CollabId |
n/a |
no |
Defines the actionable notification user identifier. |
DeliveryPoolSize |
NotificationDeliveryService |
ADVANCED |
int |
20 |
yes, Min=1, Max=100 |
This value defines how many threads will be used for the delivery processing thread pool. The default value is 20. |
MaxDeliveryStatusAge |
NotificationDeliveryService |
ADVANCED |
int |
15 |
yes, Min=1, Max=365 |
This value defines how long delivery records will be retained in the system. The default value is 15 days. |
MaxTrackingAge |
NotificationDeliveryService |
ADVANCED |
int |
15 |
yes, Min=1, Max=365 |
Age to keep notification history to avoid duplicate notifications. |
SmsSettings |
NotificationDeliveryService |
GENERAL |
NotificationDeliveryService.SmsSettings (Structural property) |
n/a |
no |
Defines SMS settings. |
XmsSettings |
NotificationDeliveryService |
GENERAL |
NotificationDeliveryService.XmsSettings (Structural property) |
n/a |
no |
Defines the XMS credential settings used for SMS delivery when SmsMode is set to XMS. |
The following properties are available for NotificationDeliveryService.SmsSettings:
Table 4-77 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
MaxSmsChunks |
NotificationDeliveryService.SmsSettings |
ADVANCED |
int |
5 |
yes, Min=1, Max=255 |
This value defines the maximum number of chunks a single SMS can be broken into before it is truncated. The default value is 5. |
ShortCode |
NotificationDeliveryService.SmsSettings |
GENERAL |
String |
no |
Defines the SMS shortcode used for outbound SMS deliveries. |
|
SmsMode |
NotificationDeliveryService.SmsSettings |
GENERAL |
NotificationDeliveryService.SmsSettings.SmsMode (Legal values: XMS, SMPP) |
SMPP |
no |
This value defines how the built-in SMS delivery handler will process SMS delivery requests. Possible values: XMS, SMPP, VERISIGN. The default value is XMS. |
SmsPrefix |
NotificationDeliveryService.SmsSettings |
ADVANCED |
String |
no |
Defines the SMS message prefix which may be used by some SMS providers. |
The following properties are available for NotificationDeliveryService.WebProxySettings:
Table 4-78 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
Enabled |
NotificationDeliveryService.WebProxySettings |
GENERAL |
boolean |
false |
no |
Enables the usage of the web proxy settings for http/https requests. |
ProxyHostName |
NotificationDeliveryService.WebProxySettings |
GENERAL |
String |
n/a |
no |
Defines a hostname to be used as a proxy for all HTTP/HTTPS communication. |
ProxyPassword |
NotificationDeliveryService.WebProxySettings |
GENERAL |
SecureString |
n/a |
no |
Defines a password to be used for the web proxy. |
ProxyPort |
NotificationDeliveryService.WebProxySettings |
GENERAL |
int |
8080 |
no |
Defines a port number to be used for all proxied HTTP/HTTPS communication. Default value: 8080 |
ProxyUserName |
NotificationDeliveryService.WebProxySettings |
GENERAL |
String |
n/a |
no |
Defines a username to be used for the web proxy. |
The following properties are available for NotificationDeliveryService.XmsSettings:
Table 4-79 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
WebProxySettings |
NotificationDeliveryService.XmsSettings |
GENERAL |
NotificationDeliveryService.WebProxySettings (Structural property) |
n/a |
no |
Defines the HTTP proxy which is used for SOAP based communications. |
XmsPassword |
NotificationDeliveryService.XmsSettings |
GENERAL |
SecureString |
n/a |
no |
Password for XMS communication. |
XmsServiceUrl |
NotificationDeliveryService.XmsSettings |
ADVANCED |
String |
https://notify.multimodeinc.com/xms/webservices |
no |
XMS service URL. Default: http://messenger.oracle.com/xms/webservice. |
XmsUserName |
NotificationDeliveryService.XmsSettings |
GENERAL |
String |
n/a |
no |
Username for XMS communication. |
The following properties are available for ObjectEventPublisherService:
The following properties are available for Oc4j:
Table 4-81 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AdminPassword |
Oc4jCredentials |
ADVANCED |
SecureString |
n/a |
no |
the password of the oc4j admin user |
AdminUsername |
Oc4jCredentials |
ADVANCED |
String |
oc4jadmin |
no |
the name of the oc4j admin user |
Applications |
Oc4j |
ADVANCED |
Set<BeehiveJ2eeApplication> (Structural property) |
n/a |
no |
The list of BeehiveJ2eeApplications associated with the Oc4j instance. |
CustomNonXaConfig |
Oc4j |
ADVANCED |
Map<String,Database.ConnectionPool> (Structural property) |
n/a |
no |
Custom connection pool settings for non-XA keyed by service name. |
CustomXaConfig |
Oc4j |
ADVANCED |
Map<String,Database.ConnectionPool> (Structural property) |
n/a |
no |
Custom connection pool settings for XA keyed by service name. |
Oc4jName |
Oc4jCredentials |
ADVANCED |
String |
n/a |
no |
the name of the oc4j |
PseudoTranslationEnabled |
Oc4j |
ADVANCED |
boolean |
false |
no |
A Boolean flag that is used to enable/disable the pseudo-translation in Beehive Resource Bundle. |
PseudoTranslationStrategy |
Oc4j |
ADVANCED |
String |
n/a |
no |
The class name of pseudo translation algorithm that will be used for translation process by Beehive Resource Bundle. |
ResourceAdapterInstances |
Oc4j |
ADVANCED |
Set<ResourceAdapterInstance> (Structural property) |
n/a |
no |
The list of ResourceAdapterInstances associated with the Oc4j instance. |
The following properties are available for OmaService:
Table 4-82 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
CalendarSyncEnabled |
OmaService |
GENERAL |
boolean |
true |
no |
Enables or disables calendar synchronization. |
ContactsSyncEnabled |
OmaService |
GENERAL |
boolean |
true |
no |
Enables or disables contacts synchronization. |
DbLogKeepDays |
OmaService |
GENERAL |
int |
7 |
yes, Min=1, Max=2147483647 |
Number of days to keep the session log and SyncML message log in the database. Log entries older than this will be purged automatically. |
EmailNumberLimit |
OmaService |
GENERAL |
int |
200 |
yes, Min=1, Max=2147483647 |
The maximum number of e-mails that may be downloaded to a device. Together with the MaxSyncRangeBack property, the number of e-mails to download is restricted. |
EmailSyncEnabled |
OmaService |
GENERAL |
boolean |
true |
no |
Enables or disables e-mail synchronization. |
LogSyncmlForUsers |
OmaService |
ADVANCED |
String |
no |
Log SyncML for the these users. Specify a comma delimited list of user identifiers. |
|
MaxConcurrentRequests |
OmaService |
GENERAL |
int |
100 |
yes, Min=1, Max=2147483647 |
The maximum number of concurrent requests that can be supported by a Oracle Mobile Data Sync Service instance. When this number is reached, subsequent synchronization requests will be refused until the number of concurrent requests drops below this number. |
MaxMessageSize |
OmaService |
ADVANCED |
int |
60000 |
yes, Min=1000, Max=2147483647 |
Upper limit of the size of the messages exchanged between client and server in bytes. This value will be used if the MaxMessageSize value in a device profile exceeds this limit. Otherwise, the value in the device profile will be used. |
MaxObjectSize |
OmaService |
ADVANCED |
int |
5000000 |
yes, Min=1000, Max=2147483647 |
Upper limit of the size of the large objects exchanged between client and server in bytes. This value will be used if the MaxObjectSize value in a device profile exceeds this limit. Otherwise, the value in the device profile will be used. |
MaxSyncRangeBack |
OmaService |
GENERAL |
int |
365 |
yes, Min=1, Max=2147483647 |
The number of days previous to the current date to synchronize. |
Md5Required |
OmaService |
GENERAL |
boolean |
false |
no |
Determines whether MD5 authentication is required (true) or if BASIC authentication is also allowed (false). |
Md5Supported |
OmaService |
GENERAL |
boolean |
false |
no |
Enables or disables support for MD5 authentication. |
NotesSyncEnabled |
OmaService |
GENERAL |
boolean |
true |
no |
Enables or disables Outlook Notes synchronization. |
OmaDsEnabled |
OmaService |
GENERAL |
boolean |
true |
no |
Enables or disables the Oracle Mobile Data Sync Service. |
ResumeEnabled |
OmaService |
GENERAL |
boolean |
true |
no |
Enables or disables support for "Suspend and Resume" synchronization after incomplete or failed syncs. Improves performance with clients who support Resume for syncs. |
SessionLogRequired |
OmaService |
ADVANCED |
boolean |
true |
no |
Enables or disables the logging of synchronization sessions in the database. |
SessionTimeOut |
OmaService |
GENERAL |
int |
6000 |
yes, Min=1, Max=2147483647 |
A synchronization session will timeout if it does not receive a client request after this number of seconds. |
SyncmlLogRequired |
OmaService |
ADVANCED |
boolean |
false |
no |
Enables or disables logging of SyncML messages in the database. |
The following properties are available for OmsResourceAdapter:
Table 4-83 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
ResourceAdapterImage |
ResourceAdapter |
ADVANCED |
ResourceAdapterImage (Structural property) |
n/a |
no |
ResourceAdapterImage associated with the ResourceAdapter |
ResourceAdapterInstances |
ResourceAdapter |
ADVANCED |
Set<ResourceAdapterInstance> (Structural property) |
n/a |
no |
Set of instances of ResourceAdapter |
The following properties are available for OmsResourceAdapterInstance:
The following properties are available for Opmn:
Table 4-85 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
BeehiveInstance |
Opmn |
ADVANCED |
BeehiveInstance (Structural property) |
n/a |
no |
BeehiveInstance associated with the OPMN |
LocalPort |
Opmn |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
OPMN local port |
OpmnCluster |
Opmn |
ADVANCED |
OpmnCluster (Structural property) |
n/a |
no |
OpmnCluster associated with the OPMN |
RemotePort |
Opmn |
ADVANCED |
int |
n/a |
yes, Network Port, Min=1, Max=65536 |
OPMN remote port |
RequestPort |
Opmn |
ADVANCED |
int |
n/a |
yes, Network Port, Min=1, Max=65536 |
OPMN request port |
The following properties are available for OpmnCluster:
Table 4-86 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
NotificationServerSslEnabled |
OpmnCluster |
ADVANCED |
boolean |
false |
no |
Enables or disables Secure Socket Layers (SSL) for the notification server. |
Opmns |
OpmnCluster |
ADVANCED |
Set<Opmn> (Structural property) |
n/a |
no |
OPMNs associated with the OpmnCluster |
The following properties are available for OwcStreamingService:
Table 4-87 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
HttpTunnelingEnabled |
OwcStreamingService |
ADVANCED |
Boolean |
true |
no |
|
HttpTunnelingPort |
OwcStreamingService |
ADVANCED |
Integer |
1954 |
yes, Network Port, Min=1, Max=65536 |
|
MaxHttpTunnelingClientsAllowed |
OwcStreamingService |
ADVANCED |
Integer |
100 |
no |
|
MaxRtmpClientsAllowed |
OwcStreamingService |
ADVANCED |
Integer |
100 |
no |
|
MaxRtspClientsAllowed |
OwcStreamingService |
ADVANCED |
Integer |
100 |
no |
|
RtmpEnabled |
OwcStreamingService |
ADVANCED |
Boolean |
true |
no |
|
RtmpPort |
OwcStreamingService |
ADVANCED |
Integer |
1935 |
yes, Network Port, Min=1, Max=65536 |
|
RtspEnabled |
OwcStreamingService |
ADVANCED |
Boolean |
true |
no |
|
RtspPort |
OwcStreamingService |
ADVANCED |
Integer |
1554 |
yes, Network Port, Min=1, Max=65536 |
|
ServiceName |
OwcStreamingService |
ADVANCED |
String |
DANGSServer/2.0.1 |
no |
|
The following properties are available for PlatformService:
The following properties are available for PlatformWebService:
The following properties are available for PolicyService:
The following properties are available for PresenceService:
The following properties are available for PushMailService:
Table 4-92 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
HeartbeatInterval |
PushMailService |
ADVANCED |
int |
300 |
yes, Min=60, Max=600 |
Interval in seconds to send a keep-alive command to the IMAP Mail Server to keep the IMAP connection alive. |
IMAPConnLiveTime |
PushMailService |
ADVANCED |
int |
720 |
yes, Min=5, Max=1440 |
Backend IMAP connection live time, in minutes after a device connection dies. |
MaxConcurrentUsers |
PushMailService |
ADVANCED |
int |
2000 |
yes, Min=2, Max=5000 |
Maximum number of concurrent mobile clients connections per Mobile Mail Server instance. |
MaxInboxMessages |
PushMailService |
ADVANCED |
int |
200 |
yes, Min=200, Max=1000 |
Maximum number of inbox messages allowed to sync to device. This is the absolute maximum view filter size, no matter what value the Mobile Client specifies. |
MaxMessageSize |
PushMailService |
ADVANCED |
int |
50 |
yes, Min=50, Max=200 |
Maximum message size, in KB, which a user may sync to a device. This is the absolute maximum size, no matter what value the Mobile Client specifies. |
NumberDaysPast |
PushMailService |
ADVANCED |
int |
7 |
yes, Min=7, Max=14 |
Maximum number of days past user can fetch messages to sync to their device. This is the absolute maximum days view filter size, no matter what value the Mobile Client specifies. |
The following properties are available for PushService:
Table 4-93 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
MaxClientConnections |
PushService |
ADVANCED |
int |
1000 |
yes, Min=100, Max=5000 |
Maximum number of concurrent mx-based clients connections per Mobile Push Server instance. |
MaxInvalidAttempts |
PushService |
ADVANCED |
int |
3 |
yes, Min=3, Max=10 |
Maximum number of invalid command attempts before the server closes the connection. |
MaxTruePushClientConnections |
PushService |
ADVANCED |
int |
100 |
yes, Min=1, Max=1000 |
Maximum number of concurrent HTTP true push-based clients connections per Mobile Push Server instance. |
TtlUnauthenticated |
PushService |
ADVANCED |
int |
1 |
yes, Min=1, Max=10 |
Timeout for non-authenticated sessions in minutes. |
The following properties are available for RecordsManagementService:
Table 4-94 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
Urm |
RecordsManagementService |
ADVANCED |
Urm (Structural property) |
n/a |
no |
Records Management Service uses Oracle Universal Records Manager for records management. The URM configuration includes host, port, admin user account details, and agent name of the URM deployment. There can be at most one URM configured in the system. |
The following properties are available for ResourceAdapter:
Table 4-95 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
ResourceAdapterImage |
ResourceAdapter |
ADVANCED |
ResourceAdapterImage (Structural property) |
n/a |
no |
ResourceAdapterImage associated with the ResourceAdapter |
ResourceAdapterInstances |
ResourceAdapter |
ADVANCED |
Set<ResourceAdapterInstance> (Structural property) |
n/a |
no |
Set of instances of ResourceAdapter |
The following properties are available for ResourceAdapterImage:
Table 4-96 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
RarFileName |
ResourceAdapterImage |
ADVANCED |
String |
n/a |
no |
Resource Adapter Filename |
ResourceAdapterInterface |
ResourceAdapterImage |
ADVANCED |
String |
n/a |
no |
Management model interface name for Resource Adapter |
The following properties are available for ResourceAdapterInstance:
The following properties are available for ResourceDirectoryService:
Table 4-98 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
SearchSizeLimit |
ResourceDirectoryService |
GENERAL |
Integer |
50000 |
no |
The maximum number of resource entries to be returned on a list operation. This setting can affect the results of some system administration commands. |
The following properties are available for SAMLIdentity:
Table 4-99 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
KeyAlias |
SAMLIdentity |
ADVANCED |
String |
n/a |
no |
Specifies the alias for the certificate of the SAML issuer. |
Service |
SAMLIdentity |
ADVANCED |
boolean |
false |
no |
Specifies whether the SAML issuer is a trusted service or not. (It is a SAML IdP if it is not a service.) |
The following properties are available for SearchService:
Table 4-100 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
CachedPageMaxLength |
SearchService |
ADVANCED |
Integer |
1000 |
no |
|
CaseSensitive |
SearchService |
ADVANCED |
Boolean |
false |
no |
|
CrawlCalendarsEnabled |
SearchService |
ADVANCED |
Boolean |
true |
no |
|
CrawlDocumentsEnabled |
SearchService |
ADVANCED |
Boolean |
true |
no |
|
CrawlEmailsEnabled |
SearchService |
ADVANCED |
Boolean |
true |
no |
|
ExcludeRegex |
SearchService |
ADVANCED |
Boolean |
false |
no |
|
MaxResults |
SearchService |
ADVANCED |
Integer |
1000 |
no |
|
MaxSearchDuration |
SearchService |
ADVANCED |
Integer |
30 |
no |
|
Recovery |
SearchService |
ADVANCED |
Boolean |
false |
no |
|
SyncFrequency |
SearchService |
ADVANCED |
Integer |
60 |
no |
|
TwoDBMode |
SearchService |
ADVANCED |
Boolean |
false |
no |
|
WildcardChar |
SearchService |
ADVANCED |
String |
* |
no |
The following properties are available for Server:
Table 4-101 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AlternateHostNames |
Server |
ADVANCED |
Collection<String> |
n/a |
no |
A list of alternate host names for the Server. A Server may have multiple host names, for example if there are multiple network interface cards installed. |
BeehiveInstances |
Server |
ADVANCED |
Set<BeehiveInstance> (Structural property) |
n/a |
no |
The list of BeehiveInstances associated with the Server. |
PrimaryHostName |
Server |
ADVANCED |
String |
n/a |
no |
The primary host name of this Server. |
SipListenerIPAddress |
Server |
ADVANCED |
String |
127.0.0.1 |
yes, IP Address |
The IP address of the Sip listener. Required for Sip integration |
The following properties are available for Service:
The following properties are available for SesEndptService:
Table 4-103 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
Host |
SesEndptService |
GENERAL |
String |
changethis |
no |
The host portion of the url to access the SES endpoint web service. |
Port |
SesEndptService |
GENERAL |
int |
0 |
no |
The port portion of the url to access the SES endpoint web service. |
SesEndptServiceEnabled |
SesEndptService |
GENERAL |
boolean |
false |
no |
Enables or disables the SES endpoint service. |
SesTrustedEntityMap |
SesEndptService |
GENERAL |
Map<String,SecureString> |
n/a |
no |
The trusted entity name and password of the SES brokers are stored in this map.The BEECTL command add_trusted_identity is used to add trusted entity credentials which are stored in this map. |
The following properties are available for SipContainer:
Table 4-104 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
ManagedOc4j |
SipContainer |
ADVANCED |
ManagedOc4j (Structural property) |
n/a |
no |
Oc4j associated with the SipContainer |
SipEnabled |
SipContainer |
ADVANCED |
boolean |
true |
no |
long description key not set |
SipPortMaxValue |
SipContainer |
ADVANCED |
int |
5080 |
yes, Network Port, Min=1, Max=65536 |
Maximum permitted value for SIP protocol port |
SipPortMinValue |
SipContainer |
ADVANCED |
int |
5060 |
yes, Network Port, Min=1, Max=65536 |
Minimum permitted value for SIP protocol port |
The following properties are available for SipGateway:
Table 4-105 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
GatewayIPAddress |
SipGateway |
ADVANCED |
String |
n/a |
yes, IP Address |
IP address of the SIP Gateway |
GatewayPort |
SipGateway |
ADVANCED |
int |
n/a |
yes, Network Port, Min=1, Max=65536 |
Port used to establish outbound connections from site to SIP Gateway |
SipGatewayCluster |
SipGateway |
ADVANCED |
SipGatewayCluster (Structural property) |
n/a |
no |
SipGatewayCluster associated with the SipGateway |
The following properties are available for SipGatewayCluster:
The following properties are available for Site:
Table 4-107 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
BtiGlobalConfiguration |
Site |
ADVANCED |
BtiGlobal (Structural property) |
n/a |
no |
The global Bti configuration |
BusinessDatabase |
Site |
ADVANCED |
Database (Structural property) |
n/a |
no |
A database where business data is stored. An Enterprise may be configured with its own business database. If an Enterprise does not have its own database configured, then the business data for that Enterprise gets stored in the Site level BusinessDatabase |
CipherKey |
TemporaryAuthSsoProperties |
ADVANCED |
SecureString |
n/a |
no |
|
ClusteringEnabled |
Site |
ADVANCED |
Boolean |
true |
no |
If application clustering is enabled for the site |
ConfigurationDatabase |
Site |
ADVANCED |
Database (Structural property) |
n/a |
no |
The database where system configuration is stored |
Database |
Site |
ADVANCED |
Database (Structural property) |
n/a |
no |
This database holds the configuration data and holds business data for any Enterprise that does not have its own dedicated storage. |
DiagnosabilitySettings |
Site |
ADVANCED |
DiagnosabilitySettings (Structural property) |
n/a |
no |
The Diagnosability settings |
DiagnosticDatabase |
Site |
ADVANCED |
Database (Structural property) |
n/a |
no |
The database where diagnostic data is stored |
EnterpriseId |
Site |
ADVANCED |
int |
54321 |
no |
The enterprise id |
Enterprises |
Site |
ADVANCED |
Set<Enterprise> (Structural property) |
n/a |
no |
The set of Enterprise associated with the Site. |
EventListenerDatabase |
Site |
ADVANCED |
Database (Structural property) |
n/a |
no |
The database where Event Listener data is stored |
HttpServerCluster |
Site |
ADVANCED |
HttpServerCluster (Structural property) |
n/a |
no |
The HttpServerCluster associated with this Site. |
LanguagePack |
Site |
ADVANCED |
byte[] |
n/a |
no |
The Beehive language pack |
LdapServer |
Site |
ADVANCED |
LdapServer (Structural property) |
n/a |
no |
An external LDAP server which can be a source of information that gets synchronized into Beehive and can be used by the Authentication Service to authenticate users. |
ManagedOc4jCluster |
Site |
ADVANCED |
ManagedOc4jCluster (Structural property) |
n/a |
no |
The ManagedOc4jCluster associated with this Site. |
Name |
NamedSystemObject |
ADVANCED |
String |
n/a |
no |
the name of the system object. |
OpmnCluster |
Site |
ADVANCED |
OpmnCluster (Structural property) |
n/a |
no |
The OpmnCluster associated with the Site. |
RemoteSites |
Site |
ADVANCED |
Set<RemoteSite> (Structural property) |
n/a |
no |
The set of RemotesSite associated with the Site. |
ResourceAdapters |
Site |
ADVANCED |
Set<ResourceAdapter> (Structural property) |
n/a |
no |
The set of ResourceAdapters associated with the Site. |
SearchDatabase |
Site |
ADVANCED |
Database (Structural property) |
n/a |
no |
The database where Search data is stored |
Servers |
Site |
ADVANCED |
Set<Server> (Structural property) |
n/a |
no |
The set of Servers associated with the Site. |
Services |
Site |
ADVANCED |
Set<Service> (Structural property) |
n/a |
yes, Custom, contact dev lead |
The set of Services associated with the Site. |
SipGatewayCluster |
Site |
ADVANCED |
SipGatewayCluster (Structural property) |
n/a |
no |
The SipGatewayCluster associated with this Site. |
SiteId |
Site |
ADVANCED |
int |
54321 |
no |
The site id. |
SsoKeyAlias |
TemporaryAuthSsoProperties |
ADVANCED |
String |
n/a |
no |
|
UnmanagedOc4js |
Site |
ADVANCED |
Set<UnmanagedOc4j> (Structural property) |
n/a |
no |
The set of UnmanagedOc4js associated with the Site. |
VirtualServer |
Site |
ADVANCED |
VirtualServer (Structural property) |
n/a |
no |
The VirtualServer associated with the Site. |
VirusScanEngineCluster |
Site |
ADVANCED |
VirusScanEngineCluster (Structural property) |
n/a |
no |
The cluster of virus scan engines associated with this Site. All engines in the cluster are of the same type, i.e. provided by the same vendor. |
The following properties are available for SmppDeliveryService:
Table 4-108 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
SmppConnectionCount |
SmppDeliveryService |
ADVANCED |
int |
1 |
no |
The maximum number of active SMPP connections. This may be more or less than the number of SMPP Delivery Service instances. |
SmppEnquireTime |
SmppDeliveryService |
ADVANCED |
int |
45 |
yes, Min=1, Max=59 |
The interval in seconds between sending Enquire Link Protocol Data Units to Short Message Service Center. |
SmppPassword |
SmppDeliveryService |
GENERAL |
SecureString |
n/a |
no |
The SMPP system password assigned by the Short Message Service Center. |
SmppServiceUrl |
SmppDeliveryService |
GENERAL |
String |
no |
Defines a hostname/port URL for the SMPP server. Format: host:port Example: smpp.somehost.com:2775 Default port: 2775 (smpp), 3550 (ssmpp) |
|
SmppSystemID |
SmppDeliveryService |
GENERAL |
String |
no |
The SMPP system ID assigned by the Short Message Service Center. |
|
SmppSystemType |
SmppDeliveryService |
ADVANCED |
String |
no |
The SMPP system sype assigned by the Short Message Service Center. |
|
SmppTimeOut |
SmppDeliveryService |
ADVANCED |
int |
15 |
yes, Min=1, Max=59 |
The time in seconds the SMPP client will wait for a response from the Short Message Service Center before closing the connection. |
TlsEnabled |
SmppDeliveryService |
ADVANCED |
boolean |
false |
no |
Enables or disables TLS support for SMPP connections. Enable if required by the Short Message Service Center. |
UseQuerySMForStatus |
SmppDeliveryService |
ADVANCED |
boolean |
false |
no |
Enables or disables the use of QUERY_SM PDU for delivery status reporting. |
The following properties are available for SubscriptionActionService:
The following properties are available for SubscriptionService:
The following properties are available for TCPCommBasedScanEngine:
Table 4-111 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
ScanEngineAdminPassword |
TCPCommBasedScanEngine |
GENERAL |
SecureString |
n/a |
no |
Password for the third-party scan engine administrative console. |
ScanEngineAdminURL |
TCPCommBasedScanEngine |
GENERAL |
String |
n/a |
no |
URL for the third-party scan engine administrative console. |
ScanEngineAdminUsername |
TCPCommBasedScanEngine |
GENERAL |
String |
n/a |
no |
Username for the third-party scan engine administrative console. |
ScanEngineClientCommPort |
TCPCommBasedScanEngine |
GENERAL |
Integer |
1344 |
yes, Network Port, Min=1, Max=65536 |
Communication port used by Beehive for sending client requests to the third-party scan engine. |
ScanEngineHostName |
TCPCommBasedScanEngine |
GENERAL |
String |
localhost |
no |
Hostname of the server where the third-party scan engine is installed. |
ScanEngineSecureAdminURL |
TCPCommBasedScanEngine |
GENERAL |
String |
n/a |
no |
URL for the secure version of the third-party scan engine administrative console. |
ScanEngineSecureClientCommPort |
TCPCommBasedScanEngine |
ADVANCED |
Integer |
1344 |
yes, Network Port, Min=1, Max=65536 |
Secure communication port used by Beehive for sending client requests to the third-party scan engine. |
SecureClientCommEnabled |
TCPCommBasedScanEngine |
ADVANCED |
Boolean |
false |
no |
Indicates if secure communication is enabled for communications with the third-party scan engine. |
SecureClientCommSupported |
TCPCommBasedScanEngine |
ADVANCED |
Boolean |
false |
no |
Indicates if secure communication is supported for communications with the third-party scan engine. |
VirusScanEngineCluster |
VirusScanEngine |
ADVANCED |
VirusScanEngineCluster (Structural property) |
n/a |
no |
A VirusScanEngineCluster is made up of scan engines of the same type, i.e by the same provider, configured for the Site or Enterprise. This property shows the VirusScanEngineCluster that this engine belongs to. |
The following properties are available for TCPCommBasedScanEngineCluster:
Table 4-112 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
CacheRefreshInterval |
VirusScanEngineCluster |
ADVANCED |
Long |
600000 |
yes, Custom, contact dev lead |
The interval at which Beehive VirusScanner process refreshes its in-memory cache with data from the virus defnitions storage. |
ConnectionReadWriteResponseTimeout |
TCPCommBasedScanEngineCluster |
ADVANCED |
Integer |
180 |
yes, Custom, contact dev lead |
Time interval to wait, that will be used by VirusScanner, for receiving responses from the scan engine. |
ConnectionRetryTimeInterval |
TCPCommBasedScanEngineCluster |
ADVANCED |
Integer |
60 |
yes, Custom, contact dev lead |
Time interval to wait, that will be used by VirusScanner, before re-attempting a connection to the same scan-engine. |
GatherDetailedStats |
VirusScanEngineCluster |
ADVANCED |
Boolean |
true |
no |
Indicator to determine if detailed stats related to virusscanner needs to be captured. These stats include method stats. |
MaxConnectionRetryAttempts |
TCPCommBasedScanEngineCluster |
ADVANCED |
Integer |
n/a |
no |
Maximum number of attempts that will be made to retry connections to the same scan engine. |
OverrideEngineResultEnabled |
VirusScanConfigurable |
ADVANCED |
Boolean |
false |
no |
Indicates if Beehive should over-ride certain return scan statuses. This will allow Beehive to treat what the scan engine considers as INFECTED as CLEAN. |
ScanEngineCommProtocol |
VirusScanEngineCluster |
ADVANCED |
VirusScanEngineCluster.ScanEngineCommProtocol (Legal values: ICAP, CUSTOM) |
ICAP |
no |
The protocol used by Beehive to communicate with the third-party scan service engine. |
ScanEngineCommProtocolVer |
VirusScanEngineCluster |
ADVANCED |
String |
1.0 |
no |
The version of the protocol used to communicate with the third-party scan service. |
ScanEngines |
VirusScanEngineCluster |
ADVANCED |
Set<VirusScanEngine> (Structural property) |
n/a |
no |
The set of virus scan engines, of the same type, that are part of this cluster. |
ScanServiceProvider |
VirusScanEngineCluster |
ADVANCED |
VirusScanEngineCluster.ScanServiceProvider (Legal values: Symantec, TrendMicro, McAfee) |
Symantec |
no |
Engines in a cluster are of the same type and are supplied by this third-party virus scan service provider. |
VirusScanPolicy |
VirusScanConfigurable |
ADVANCED |
VirusScanConfigurable.VirusScanPolicy (Legal values: NO_SCAN_OR_REPAIR, SCAN_ONLY, SCAN_AND_REPAIR) |
NO_SCAN_OR_REPAIR |
no |
Scan policy configured for Beehive. If the policy is set to SCAN_ONLY is set and a request to scan and repair is received, caller will receive an exception. |
VirusesToIgnore |
VirusScanConfigurable |
ADVANCED |
List<String> |
n/a |
no |
List of viruses that Beehive can choose to ignore and treat as un-infected. This list will only be evaluated if the the OverrideEngineResultEnabled is also set to true. |
The following properties are available for TimeManagementService:
Table 4-113 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
EnableCleanupTask |
TimeManagementService |
GENERAL |
Boolean |
true |
no |
Enables or disables some Oracle Beehive housekeeping cleanup processes. These cleanup tasks include the physical removal of purged resources, meetings and tasks, and typically occur about one month after the system purges such entities. |
EnableDynamicParticipants |
TimeManagementService |
GENERAL |
Boolean |
true |
no |
Enables or disables the dynamic aspect of composite participants, such as groups and team workspaces. When enabled, future instances of meetings and tasks that include groups or team workspaces as participants will be adjusted automatically to reflect any membership changes. |
EnableExternalParticipantNotificationDelivery |
TimeManagementService |
GENERAL |
Boolean |
true |
no |
Enables or disables the delivery of notifications to external participants. When enabled, external participants of meetings and tasks will receive e-mail notifications to inform them of new or updated invitations and assignments. Notification e-mails can include iCalendar attachments. |
EnableGenericClassOfTMBusinessEvents |
TimeManagementService |
ADVANCED |
Boolean |
false |
no |
Enables or disables the generic Time Management business event integration. Does not apply to business events prefixed by TM_, which are raised independently of this property's setting. Enabling generic business events has performance implications. This should only be enabled if required by custom workflows. |
EnablePresenceIntegration |
TimeManagementService |
GENERAL |
Boolean |
true |
no |
Enables or disables presence integration. When enabled, the system will automatically set users' presence settings to "In a meeting" during the periods they are scheduled to attend meetings created in Oracle Beehive. |
MaxOccurrencesForUnboundedRecurrence |
TimeManagementService |
GENERAL |
int |
75 |
no |
Maximum number of occurrences allowed for recurring meetings where the number of occurrences is unspecified. When a recurrence rule is defined during the creation of a new meeting, if the rule does not explicitly specify an end date or a number of occurrences, the number of occurrences created is limited to no more than this value. See also MaxOccurrencesPerSeries. |
MaxOccurrencesPerSeries |
TimeManagementService |
GENERAL |
Integer |
150 |
no |
Maximum number of occurrences allowed for any recurring meeting. This value must be greater or equal to MaxOccurrencesForUnboundedRecurrence. |
The following properties are available for TimeManagementService.PurgedItemsCleanupProperties:
The following properties are available for TimeManagementService.ResourceCleanupProperties:
The following properties are available for TimeZoneService:
The following properties are available for TranscodingService:
The following properties are available for UnmanagedBeehiveInstance:
Table 4-118 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AvailableNumberOfProcessors |
BeehiveInstance |
ADVANCED |
int |
1 |
yes, Custom, contact dev lead |
The number of processors committed for the current Oracle Beehive instance. This figure is used by the sizing algorithm to calculate the number of server and client Beehive Transport Infrastructure (BTI) workers, as well as the Oracle Containers for Java (OC4J) instances, required to support the current Oracle Beehive instance. |
AvailablePhysicalMemoryInMB |
BeehiveInstance |
ADVANCED |
Integer |
n/a |
yes, Custom, contact dev lead |
The amount of physical memory in megabytes (MBs) committed for the current Oracle Beehive instance. This figure is used by the sizing algorithm to calculate the number of Oracle Containers for Java (OC4J) instances required for the current Oracle Beehive instance. |
BeehiveInstanceName |
BeehiveInstance |
ADVANCED |
String |
n/a |
no |
The name of the current Oracle Beehive instance. |
Bti |
BeehiveInstance |
ADVANCED |
Bti (Structural property) |
n/a |
no |
The Oracle Beehive Transport Infrastructure (BTI) associated with the current Oracle Beehive instance. |
DiagnosabilitySettings |
BeehiveInstance |
ADVANCED |
DiagnosabilitySettings (Structural property) |
n/a |
no |
A reference to a SystemObject that holds the properties used to configure diagnosability functionality. You do not directly modify the value of this property. You modify the properties of the referenced DiagnosabilitySettings object. |
HttpServer |
BeehiveInstance |
ADVANCED |
HttpServer (Structural property) |
n/a |
no |
A reference to the HttpServer SystemObject for the current Oracle Beehive instance. You do not directly modify the value of this property. You configure the HTTP Server by modifying the properties of the referenced HttpServer object. |
KeystoreFile |
BeehiveInstance |
ADVANCED |
File |
n/a |
no |
Path of the keystore file associated with the current Oracle Beehive instance. |
KeystoreFilePassword |
BeehiveInstance |
ADVANCED |
SecureString |
n/a |
no |
Password for the keystore file associated with the current Oracle Beehive Instance. |
LogBaseDir |
BeehiveInstance |
ADVANCED |
File |
beehive/logs |
no |
The base directory where Oracle Beehive will store its log files. |
Oc4jInstances |
BeehiveInstance |
ADVANCED |
SetSet<ManagedOc4j> (Structural property) |
n/a |
no |
The set of references to the SystemObjects that configure the OC4J instances deployed in the current Oracle Beehive instance. The system automatically manages the value of this property. You must never directly modify the value. |
Opmn |
BeehiveInstance |
ADVANCED |
Opmn (Structural property) |
n/a |
no |
This is a reference to the SystemObject that configures OPMN for the current Oracle Beehive instance. The system automatically manages the value of this property. You must never directly modify the value. |
OracleHome |
BeehiveInstance |
ADVANCED |
String |
n/a |
no |
The Oracle home for the current Oracle Beehive instance. |
Server |
BeehiveInstance |
ADVANCED |
Server (Structural property) |
n/a |
no |
This is a reference to the SystemObject that represents the Server associated with the current Oracle Beehive instance. The system automatically manages the value of this property. |
WalletDir |
BeehiveInstance |
ADVANCED |
String |
n/a |
no |
Directory path of the Oracle Wallet associated with the current Oracle Beehive instance. |
WalletPassword |
BeehiveInstance |
ADVANCED |
SecureString |
n/a |
no |
The password for the Oracle Wallet associated with the current Oracle Beehive instance. |
The following properties are available for UnmanagedOc4j:
Table 4-119 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AdminPassword |
Oc4jCredentials |
ADVANCED |
SecureString |
n/a |
no |
the password of the oc4j admin user |
AdminUsername |
Oc4jCredentials |
ADVANCED |
String |
oc4jadmin |
no |
the name of the oc4j admin user |
Applications |
Oc4j |
ADVANCED |
Set<BeehiveJ2eeApplication> (Structural property) |
n/a |
no |
The list of BeehiveJ2eeApplications associated with the Oc4j instance. |
CustomNonXaConfig |
Oc4j |
ADVANCED |
Map<String,Database.ConnectionPool> (Structural property) |
n/a |
no |
Custom connection pool settings for non-XA keyed by service name. |
CustomXaConfig |
Oc4j |
ADVANCED |
Map<String,Database.ConnectionPool> (Structural property) |
n/a |
no |
Custom connection pool settings for XA keyed by service name. |
HostName |
UnmanagedOc4j |
ADVANCED |
String |
n/a |
no |
The host name of the server the UnmanagedOc4j belongs to. |
Oc4jName |
Oc4jCredentials |
ADVANCED |
String |
n/a |
no |
the name of the oc4j |
OpmnRequestPort |
UnmanagedOc4j |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The opmn request port used to contact the UnmanagedOc4j. If null, the RMI port must be set. |
PseudoTranslationEnabled |
Oc4j |
ADVANCED |
boolean |
false |
no |
A Boolean flag that is used to enable/disable the pseudo-translation in Beehive Resource Bundle. |
PseudoTranslationStrategy |
Oc4j |
ADVANCED |
String |
n/a |
no |
The class name of pseudo translation algorithm that will be used for translation process by Beehive Resource Bundle. |
ResourceAdapterInstances |
Oc4j |
ADVANCED |
Set<ResourceAdapterInstance> (Structural property) |
n/a |
no |
The list of ResourceAdapterInstances associated with the Oc4j instance. |
RmiPort |
UnmanagedOc4j |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The RMI port used to contact the UnmanagedOc4j |
WalletDir |
UnmanagedOc4j |
ADVANCED |
String |
n/a |
no |
The wallet directory of this UnmanagedOc4j. |
The following properties are available for Urm:
Table 4-120 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AgentName |
Urm |
ADVANCED |
String |
BeeAdapter |
no |
Records Management Service registers itself as an external agent with URM. This property represents the external agent name that is used by RM Service during registration with URM. |
DispositionLoaderInterval |
Urm |
ADVANCED |
long |
1 |
yes, Min=1, Max=10000 |
Records Management Service Agent periodically loads disposition instructions from URM. This number specifies in hours the time interval between two successive loads of disposition instructions from URM. Default is one hour. |
DispositionProcessorInterval |
Urm |
ADVANCED |
long |
1 |
yes, Min=1, Max=10000 |
Records Management Service Agent periodically processes disposition instructions from URM in batches. This indicates the time interval in hours between two successive runs to process and acknowledge the dispositions received from URM. Default is one hour. |
RMAdminPassword |
Urm |
ADVANCED |
SecureString |
n/a |
no |
The password of the Records Management Administrator in URM. This is used by Records Management Adapter to connect and file records in the URM Deployment. |
RMAdminUser |
Urm |
ADVANCED |
String |
rmadmin |
no |
The user name of the Records Management Administrator in URM. The Records Management Adapter connects to URM as this user to file records in the URM deployment. |
RmAdminEmailId |
Urm |
ADVANCED |
String |
n/a |
no |
The Beehive user account used to store outgoing emails to be filed as records. |
URMAdapterURL |
Urm |
ADVANCED |
String |
n/a |
no |
Records Management Service interacts with URM through Web Services. This URL indicates the service end point URL of the URM deployment for accessing URM Web Services. Typically, the URL is of the form http://host:port/{yoursitename}/{yoursitename}plg. |
The following properties are available for UserDirectoryService:
Table 4-121 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
ConfigurationParameters |
UserDirectoryService |
ADVANCED |
UserDirectoryService.ConfigurationParameters (Structural property) |
n/a |
no |
Configuration parameter for UDS service. |
CustomAttributes |
UserDirectoryService |
ADVANCED |
List<CustomAttribute> (Structural property) |
n/a |
no |
Framework to register the custom properties with UDS service. |
DirectoryProfiles |
UserDirectoryService |
ADVANCED |
List<DirectoryProfile> (Structural property) |
n/a |
no |
User Directory Service can have many directory profiles. Each of them will point to an external directory server |
The following properties are available for UserDirectoryService.AttributeMap:
The following properties are available for UserDirectoryService.ConfigurationParameters:
Table 4-123 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
DbRetryCount |
UserDirectoryService.ConfigurationParameters |
ADVANCED |
int |
6 |
no |
Database retry count. |
DbRetryIntervalMilliSeconds |
UserDirectoryService.ConfigurationParameters |
ADVANCED |
int |
30000 |
no |
Database retry in milli seconds. |
GatherDetailedStats |
UserDirectoryService.ConfigurationParameters |
ADVANCED |
Boolean |
true |
no |
Boolean flag indicating whether the detailed stats to be gathered. |
MaxEntityAddressCount |
UserDirectoryService.ConfigurationParameters |
ADVANCED |
int |
3 |
no |
Count should not exceed super max count. |
SuperMaxEntityAddressCount |
UserDirectoryService.ConfigurationParameters |
ADVANCED |
int |
5 |
no |
Super max count is the upper limit. And this is applicable to contacts only |
The following properties are available for UserDirectoryService.ConfigurationParameters.Attribute:
The following properties are available for UserDirectoryService.CustomAttribute:
Table 4-125 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
Description |
UserDirectoryService.CustomAttribute |
ADVANCED |
String |
n/a |
no |
Text describing the property. This is an optional field |
Name |
UserDirectoryService.CustomAttribute |
ADVANCED |
String |
n/a |
no |
Custom property name being registered. |
Type |
UserDirectoryService.CustomAttribute |
ADVANCED |
UserDirectoryService.CustomAttribute.CustomPropertyType (Legal values: STRING, BOOLEAN, DOUBLE, DATETIME, COLLABID) |
STRING |
no |
Property types supported are STRING, BOOLEAN, DOUBLE, DATETIME and IDENTIFIER. |
The following properties are available for UserDirectoryService.DirectoryAttributeMap:
Table 4-126 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
DirectoryAttributeMap |
UserDirectoryService.DirectoryAttributeMap |
ADVANCED |
Map<String,UserDirectoryService.AttributeMap> (Structural property) |
n/a |
no |
Each object type can have its own Attribute mapping. Allowed object types are ENTERPRISE_USER, EXTENDED_ENTERPRISE_USER, EXTERNAL_PERSON and STATIC_GROUP |
The following properties are available for UserDirectoryService.DirectoryProfile:
Table 4-127 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
DefaultFlag |
UserDirectoryService.DirectoryProfile |
ADVANCED |
UserDirectoryService.DirectoryProfile.ProfileType (Legal values: DEFAULT, NON_DEFAULT) |
n/a |
no |
Profiles can have flags like DEFAULT or NON_DEFAULT. If a profile is set as default, then the ldap server object is set on the Site. If it is NON_DEFAULT then, the ldapserver is available with the directory profile |
DirectoryAttributeMap |
UserDirectoryService.DirectoryProfile |
ADVANCED |
UserDirectoryService.DirectoryAttributeMap (Structural property) |
n/a |
no |
Attribute map of a directory profile will map source attributes to that of target. A profile can contain mappings for different types of objects like ENTERPRISE_USER, EXTENDED_ENTERPRISE_USER, EXTERNAL_PERSON and STATIC_GROUP |
GroupTypeMap |
UserDirectoryService.DirectoryProfile |
ADVANCED |
List<GroupTypeMapEntry> (Structural property) |
n/a |
no |
Group type map of a directory profile will help in synchronizing a group from external directory to target directory. The mapping could be based on the attribute or a DN of the group |
ProfileState |
UserDirectoryService.DirectoryProfile |
ADVANCED |
UserDirectoryService.DirectoryProfile.ProfileState (Legal values: ENABLE, DISABLE) |
DISABLE |
no |
Profiles can have state like ENABLE or DISABLE. If the profile is in enabled state, then synchronization will happen from external directory. If it is in disabled state, then synchronization will be turned off. By default the directory profile is disabled |
ScopeMap |
UserDirectoryService.DirectoryProfile |
ADVANCED |
List<ScopeMapEntry> (Structural property) |
n/a |
no |
Scope type map of a directory profile will help in synchronizing a user or group from external directory to target directory. The mapping could be based on the attribute or a DN of the user or group |
UserTypeMap |
UserDirectoryService.DirectoryProfile |
ADVANCED |
List<UserTypeMapEntry> (Structural property) |
n/a |
no |
User type map of a directory profile will help in synchronizing a user from external directory to target directory. The mapping could be based on the attribute or a DN of the user |
The following properties are available for UserDirectoryService.FieldMap:
Table 4-128 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
BeehiveFieldName |
UserDirectoryService.FieldMap |
ADVANCED |
String |
n/a |
no |
Field name can be mapped to an ATTRIBUTE or an ADDRESS or a PROPERTY. Givenname and familyname are some of the examples |
BeehiveFieldSubType |
UserDirectoryService.FieldMap |
ADVANCED |
String |
n/a |
no |
Field sub type is mapped to the address schemes. MAILTO and TEL are some of the examples |
BeehiveFieldType |
UserDirectoryService.FieldMap |
ADVANCED |
UserDirectoryService.FieldMap.BeehiveFieldType (Legal values: ATTRIBUTE, PROPERTY, ADDRESS, PRINCIPAL) |
n/a |
no |
Target directory fields can be of type ATTRIBUTE or an ADDRESS or a PROPERTY. |
SourceAttribute |
UserDirectoryService.FieldMap |
ADVANCED |
String |
n/a |
no |
Source attribute will have the name of the attribute, which will be mapped to the target attribute. Givenname and sn are some of the examples of the source attribute |
SourceSpecialHandling |
UserDirectoryService.FieldMap |
ADVANCED |
UserDirectoryService.FieldMap.SourceSpecialHandlingType (Legal values: PROXY) |
n/a |
no |
Source special handling is relevant to Activate Directory. Valid value is PROXY |
SourceToTargetFieldValueMapping |
UserDirectoryService.FieldMap |
ADVANCED |
List<SourceTargetValueMapping> (Structural property) |
n/a |
no |
Contains the value mapping between source and target.Used mainly for external inbox feature |
The following properties are available for UserDirectoryService.FieldMap.SourceTargetValueMapping:
Table 4-129 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
SourceFieldValue |
UserDirectoryService.FieldMap.SourceTargetValueMapping |
ADVANCED |
String |
n/a |
no |
Attribute value at the external directory. |
TargetFieldValue |
UserDirectoryService.FieldMap.SourceTargetValueMapping |
ADVANCED |
String |
n/a |
no |
Attribute value in the target directory. |
The following properties are available for UserDirectoryService.GroupTypeMapEntry:
Table 4-130 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
GroupType |
UserDirectoryService.GroupTypeMapEntry |
ADVANCED |
UserDirectoryService.DirectoryProfile.GroupType (Legal values: STATIC_GROUP) |
n/a |
no |
Allowed value is STATIC_GROUP. |
SourceFieldName |
UserDirectoryService.SyncMapEntry |
ADVANCED |
String |
n/a |
no |
Name of the external directory attribute. Givenname and sn are some of the examples |
SourceFieldType |
UserDirectoryService.SyncMapEntry |
ADVANCED |
UserDirectoryService.DirectoryProfile.FieldType (Legal values: DN, ATTRIBUTE) |
n/a |
no |
Source field type can be an ATTRIBUTE or a DN. |
SourceFieldValue |
UserDirectoryService.SyncMapEntry |
ADVANCED |
String |
n/a |
no |
Value associated with external directory attribute. |
The following properties are available for UserDirectoryService.LdapDirectoryProfile:
Table 4-131 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
DefaultFlag |
UserDirectoryService.DirectoryProfile |
ADVANCED |
UserDirectoryService.DirectoryProfile.ProfileType (Legal values: DEFAULT, NON_DEFAULT) |
n/a |
no |
Profiles can have flags like DEFAULT or NON_DEFAULT. If a profile is set as default, then the ldap server object is set on the Site. If it is NON_DEFAULT then, the ldapserver is available with the directory profile |
DirectoryAttributeMap |
UserDirectoryService.DirectoryProfile |
ADVANCED |
UserDirectoryService.DirectoryAttributeMap (Structural property) |
n/a |
no |
Attribute map of a directory profile will map source attributes to that of target. A profile can contain mappings for different types of objects like ENTERPRISE_USER, EXTENDED_ENTERPRISE_USER, EXTERNAL_PERSON and STATIC_GROUP |
GroupTypeMap |
UserDirectoryService.DirectoryProfile |
ADVANCED |
List<GroupTypeMapEntry> (Structural property) |
n/a |
no |
Group type map of a directory profile will help in synchronizing a group from external directory to target directory. The mapping could be based on the attribute or a DN of the group |
LdapServer |
UserDirectoryService.LdapDirectoryProfile |
ADVANCED |
LdapServer (Structural property) |
n/a |
no |
Ldap server has the details of the external directory, using which the User Directory Service would connect and get the user and group data. |
PollInterval |
UserDirectoryService.LdapDirectoryProfile |
ADVANCED |
int |
30 |
yes, Custom, contact dev lead |
Time interval at which the external directory will be polled by the synchronization engine. The poll interval is in seconds |
ProfileState |
UserDirectoryService.DirectoryProfile |
ADVANCED |
UserDirectoryService.DirectoryProfile.ProfileState (Legal values: ENABLE, DISABLE) |
DISABLE |
no |
Profiles can have state like ENABLE or DISABLE. If the profile is in enabled state, then synchronization will happen from external directory. If it is in disabled state, then synchronization will be turned off. By default the directory profile is disabled |
ScopeMap |
UserDirectoryService.DirectoryProfile |
ADVANCED |
List<ScopeMapEntry> (Structural property) |
n/a |
no |
Scope type map of a directory profile will help in synchronizing a user or group from external directory to target directory. The mapping could be based on the attribute or a DN of the user or group |
UserTypeMap |
UserDirectoryService.DirectoryProfile |
ADVANCED |
List<UserTypeMapEntry> (Structural property) |
n/a |
no |
User type map of a directory profile will help in synchronizing a user from external directory to target directory. The mapping could be based on the attribute or a DN of the user |
The following properties are available for UserDirectoryService.MembershipMapEntry:
Table 4-132 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
MembershipCollabId |
UserDirectoryService.MembershipMapEntry |
ADVANCED |
CollabId |
n/a |
no |
Identifier of the organization into which the users or groups will be synchronized. |
Name |
UserDirectoryService.MembershipMapEntry |
ADVANCED |
String |
n/a |
no |
Organization name can be specified and this field is optional. |
SourceFieldName |
UserDirectoryService.SyncMapEntry |
ADVANCED |
String |
n/a |
no |
Name of the external directory attribute. Givenname and sn are some of the examples |
SourceFieldType |
UserDirectoryService.SyncMapEntry |
ADVANCED |
UserDirectoryService.DirectoryProfile.FieldType (Legal values: DN, ATTRIBUTE) |
n/a |
no |
Source field type can be an ATTRIBUTE or a DN. |
SourceFieldValue |
UserDirectoryService.SyncMapEntry |
ADVANCED |
String |
n/a |
no |
Value associated with external directory attribute. |
The following properties are available for UserDirectoryService.ScopeMapEntry:
Table 4-133 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
MembershipMap |
UserDirectoryService.ScopeMapEntry |
ADVANCED |
List<MembershipMapEntry> (Structural property) |
n/a |
no |
Member type map of a directory profile will help in synchronizing a user or group from external directory to target directory. The mapping could be based on the attribute or a DN of the user or group |
Name |
UserDirectoryService.ScopeMapEntry |
ADVANCED |
String |
n/a |
no |
Enterprise or organization name can be specified and this field is optional. |
ScopeCollabId |
UserDirectoryService.ScopeMapEntry |
ADVANCED |
CollabId |
n/a |
no |
Enterprise or organization identifier should be specified. |
SourceFieldName |
UserDirectoryService.SyncMapEntry |
ADVANCED |
String |
n/a |
no |
Name of the external directory attribute. Givenname and sn are some of the examples |
SourceFieldType |
UserDirectoryService.SyncMapEntry |
ADVANCED |
UserDirectoryService.DirectoryProfile.FieldType (Legal values: DN, ATTRIBUTE) |
n/a |
no |
Source field type can be an ATTRIBUTE or a DN. |
SourceFieldValue |
UserDirectoryService.SyncMapEntry |
ADVANCED |
String |
n/a |
no |
Value associated with external directory attribute. |
The following properties are available for UserDirectoryService.UserTypeMapEntry:
Table 4-134 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
SourceFieldName |
UserDirectoryService.SyncMapEntry |
ADVANCED |
String |
n/a |
no |
Name of the external directory attribute. Givenname and sn are some of the examples |
SourceFieldType |
UserDirectoryService.SyncMapEntry |
ADVANCED |
UserDirectoryService.DirectoryProfile.FieldType (Legal values: DN, ATTRIBUTE) |
n/a |
no |
Source field type can be an ATTRIBUTE or a DN. |
SourceFieldValue |
UserDirectoryService.SyncMapEntry |
ADVANCED |
String |
n/a |
no |
Value associated with external directory attribute. |
UserType |
UserDirectoryService.UserTypeMapEntry |
ADVANCED |
UserDirectoryService.DirectoryProfile.UserType (Legal values: ENTERPRISE_USER, EXTENDED_ENTERPRISE_USER, EXTERNAL_PERSON) |
n/a |
no |
Can have 3 different types of users. They are ENTERPRISE_USER, EXTENDED_ENTERPRISE_USER and EXTERNAL_PERSON |
The following properties are available for VirtualServer:
Table 4-135 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
BtiClientPort |
VirtualServer |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The virtual port for MX client |
BtiSecureClientPort |
VirtualServer |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The secure virtual port for MX client |
FtpPort |
VirtualServer |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The FTP virtual port. |
HttpPort |
VirtualServer |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The Http virtual Port. |
HttpSslEnabled |
VirtualServer |
ADVANCED |
Boolean |
true |
no |
If Http SSL is enabled for this VirtualServer. |
HttpSslPort |
VirtualServer |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The secure Http virtual Port. |
IPAddress |
VirtualServer |
ADVANCED |
String |
n/a |
no |
The VirtualServer Ip Address. |
ImapPort |
VirtualServer |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The IMAP virtual port. |
ImapSslEnabled |
VirtualServer |
ADVANCED |
boolean |
false |
no |
If IMAP SSL is enabled. |
ImapSslPort |
VirtualServer |
ADVANCED |
Integer |
993 |
yes, Network Port, Min=1, Max=65536 |
The secure IMAP port. |
ServerName |
VirtualServer |
ADVANCED |
String |
n/a |
no |
The ServerName of the VirtualServer. |
SmtpAuthRequired |
VirtualServer |
ADVANCED |
boolean |
false |
no |
If SMTP authentication is required. |
SmtpPort |
VirtualServer |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The SMTP virtual port. |
SmtpSslEnabled |
VirtualServer |
ADVANCED |
boolean |
false |
no |
If SMTP SSL is enabled. |
SmtpSslPort |
VirtualServer |
ADVANCED |
Integer |
465 |
yes, Network Port, Min=1, Max=65536 |
The secure SMTP virtual port. |
XmppPort |
VirtualServer |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The XMPP virtual port. |
XmppSslEnabled |
VirtualServer |
ADVANCED |
Boolean |
false |
no |
If XMPP SSL is enabled. |
XmppSslPort |
VirtualServer |
ADVANCED |
Integer |
n/a |
yes, Network Port, Min=1, Max=65536 |
The secure XMPP port. |
The following properties are available for VirusScanConfigurable:
Table 4-136 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
OverrideEngineResultEnabled |
VirusScanConfigurable |
ADVANCED |
Boolean |
false |
no |
Indicates if Beehive should over-ride certain return scan statuses. This will allow Beehive to treat what the scan engine considers as INFECTED as CLEAN. |
VirusScanPolicy |
VirusScanConfigurable |
ADVANCED |
VirusScanConfigurable.VirusScanPolicy (Legal values: NO_SCAN_OR_REPAIR, SCAN_ONLY, SCAN_AND_REPAIR) |
NO_SCAN_OR_REPAIR |
no |
Scan policy configured for Beehive. If the policy is set to SCAN_ONLY is set and a request to scan and repair is received, caller will receive an exception. |
VirusesToIgnore |
VirusScanConfigurable |
ADVANCED |
List<String> |
n/a |
no |
List of viruses that Beehive can choose to ignore and treat as un-infected. This list will only be evaluated if the the OverrideEngineResultEnabled is also set to true. |
The following properties are available for VirusScanEngine:
Table 4-137 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
VirusScanEngineCluster |
VirusScanEngine |
ADVANCED |
VirusScanEngineCluster (Structural property) |
n/a |
no |
A VirusScanEngineCluster is made up of scan engines of the same type, i.e by the same provider, configured for the Site or Enterprise. This property shows the VirusScanEngineCluster that this engine belongs to. |
The following properties are available for VirusScanEngineCluster:
Table 4-138 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
CacheRefreshInterval |
VirusScanEngineCluster |
ADVANCED |
Long |
600000 |
yes, Custom, contact dev lead |
The interval at which Beehive VirusScanner process refreshes its in-memory cache with data from the virus defnitions storage. |
GatherDetailedStats |
VirusScanEngineCluster |
ADVANCED |
Boolean |
true |
no |
Indicator to determine if detailed stats related to virusscanner needs to be captured. These stats include method stats. |
OverrideEngineResultEnabled |
VirusScanConfigurable |
ADVANCED |
Boolean |
false |
no |
Indicates if Beehive should over-ride certain return scan statuses. This will allow Beehive to treat what the scan engine considers as INFECTED as CLEAN. |
ScanEngineCommProtocol |
VirusScanEngineCluster |
ADVANCED |
VirusScanEngineCluster.ScanEngineCommProtocol (Legal values: ICAP, CUSTOM) |
ICAP |
no |
The protocol used by Beehive to communicate with the third-party scan service engine. |
ScanEngineCommProtocolVer |
VirusScanEngineCluster |
ADVANCED |
String |
1.0 |
no |
The version of the protocol used to communicate with the third-party scan service. |
ScanEngines |
VirusScanEngineCluster |
ADVANCED |
Set<VirusScanEngine> (Structural property) |
n/a |
no |
The set of virus scan engines, of the same type, that are part of this cluster. |
ScanServiceProvider |
VirusScanEngineCluster |
ADVANCED |
VirusScanEngineCluster.ScanServiceProvider (Legal values: Symantec, TrendMicro, McAfee) |
Symantec |
no |
Engines in a cluster are of the same type and are supplied by this third-party virus scan service provider. |
VirusScanPolicy |
VirusScanConfigurable |
ADVANCED |
VirusScanConfigurable.VirusScanPolicy (Legal values: NO_SCAN_OR_REPAIR, SCAN_ONLY, SCAN_AND_REPAIR) |
NO_SCAN_OR_REPAIR |
no |
Scan policy configured for Beehive. If the policy is set to SCAN_ONLY is set and a request to scan and repair is received, caller will receive an exception. |
VirusesToIgnore |
VirusScanConfigurable |
ADVANCED |
List<String> |
n/a |
no |
List of viruses that Beehive can choose to ignore and treat as un-infected. This list will only be evaluated if the the OverrideEngineResultEnabled is also set to true. |
The following properties are available for VoiceMessageService:
Table 4-139 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
DebugFlags |
VoiceMessageService |
ADVANCED |
Integer |
0 |
no |
long description key not set |
FacilityProperties |
VoiceMessageService |
ADVANCED |
VoiceMessageService.FacilityProperties (Structural property) |
n/a |
no |
long description key not set |
VoiceMessageProperty |
VoiceMessageService |
ADVANCED |
String |
n/a |
no |
long description key not set |
The following properties are available for VoiceMessageService.EnterpriseProperties:
Table 4-140 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
EnterpriseCollabId |
VoiceMessageService.EnterpriseProperties |
ADVANCED |
String |
n/a |
no |
long description key not set |
ExclusiveAudioContentURIs |
VoiceMessageService.EnterpriseProperties |
ADVANCED |
List<String> |
n/a |
no |
URI to where exclusive (application specific) audio content can be found by a VoiceXML router. This is optional. |
Name |
VoiceMessageService.EnterpriseProperties |
ADVANCED |
String |
n/a |
no |
The name of the Enterprise. For example, "Oracle" or "General Motors". |
RecordPlaybackURIs |
VoiceMessageService.EnterpriseProperties |
ADVANCED |
List<String> |
n/a |
no |
The URI where audio, spoken by a caller, is received by the server and stored in the database. This is optional. Reasons for setting it is if an environment is configured with a load balancer or different security settings. For example, the server may always require SSL, but streaming by not. By default the value is http://[host]:[port]/voice-servlet/vmail/crs. However, if the server is behind a load balancer with multiple midtiers, then the URI of the load balancer should be specified: http://beehive.example.com/voice-servlet/vmail/crs. NOTE: The scheme (http/https), host and port are the only things that are configurable. The remaining parts of the path are note. If NOT set at the Facility level, then the Enterprise value is used. |
RecordStreamURIs |
VoiceMessageService.EnterpriseProperties |
ADVANCED |
List<String> |
n/a |
no |
The URI where audio, spoken by a caller, is received by the server and stored in the database. This is optional. Reasons for setting it is if an environment is configured with a load balancer or different security settings. For example, the server may always require SSL, but streaming by not. By default the value is http://[host]:[port]/voice-servlet/vmail/crs. However, if the server is behind a load balancer with multiple midtiers, then the URI of the load balancer should be specified: http://beehive.example.com/voice-servlet/vmail/crs. NOTE: The scheme (http/https), host and port are the only things that are configurable. The remaining parts of the path are note. If NOT set at the Facility level, then the Enterprise value is used. |
SharedAudioContentURIs |
VoiceMessageService.EnterpriseProperties |
ADVANCED |
List<String> |
n/a |
no |
Shared audio refers to audio that is generic across all voice services: integers, digits, phone numbers, dates, times, etc. Setting this is optional. Reasons for setting it is if an environment is configured such that these audio resources are on a separate server from the one currently deployed. By default the value will be relative to the application: ../shared-audio. If NOT set at the Facility level, then the Enterprise value is used. |
TelephoneAnsweringAddress |
VoiceMessageService.EnterpriseProperties |
ADVANCED |
String |
n/a |
no |
The email address that appears in the 'from' field of an email when a voice mail is received from an unknown caller. This email address must exist in Beehive. When the sender is known, then his or her email address is used. But, this email address is only when the caller is unknown and is required to exist, but not monitored to receive email responses. |
The following properties are available for VoiceMessageService.FacilityProperties:
Table 4-141 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
ExclusiveAudioContentURIs |
VoiceMessageService.FacilityProperties |
ADVANCED |
List<String> |
n/a |
no |
URI to where exclusive (application specific) audio content can be found by a VoiceXML router. This is optional. |
FacilityCollabId |
VoiceMessageService.FacilityProperties |
ADVANCED |
String |
n/a |
no |
long description key not set |
Name |
VoiceMessageService.FacilityProperties |
ADVANCED |
String |
n/a |
no |
"Facility" is a well-defined technical notion for voice mail. It referes to a group of people and associated telephone equipment and other information, such as the local number to dial in to hear voice messages. Historically, Facilities have been identified with geographical locations, such as corporate headquarters, or the Chicago field office, but this is not strictly necessary. Example of Facility names are "Headquarters" and "Chicago Sears Tower Office". |
RecordPlaybackURIs |
VoiceMessageService.FacilityProperties |
ADVANCED |
List<String> |
n/a |
no |
The URI where audio, spoken by a caller, is received by the server and stored in the database. This is optional. Reasons for setting it is if an environment is configured with a load balancer or different security settings. For example, the server may always require SSL, but streaming by not. By default the value is http://[host]:[port]/voice-servlet/vmail/crs. However, if the server is behind a load balancer with multiple midtiers, then the URI of the load balancer should be specified: http://beehive.example.com/voice-servlet/vmail/crs. NOTE: The scheme (http/https), host and port are the only things that are configurable. The remaining parts of the path are note. |
RecordStreamURIs |
VoiceMessageService.FacilityProperties |
ADVANCED |
List<String> |
n/a |
no |
The URI where audio, spoken by a caller, is received by the server and stored in the database. This is optional. Reasons for setting it is if an environment is configured with a load balancer or different security settings. For example, the server may always require SSL, but streaming by not. By default the value is http://[host]:[port]/voice-servlet/vmail/crs. However, if the server is behind a load balancer with multiple midtiers, then the URI of the load balancer should be specified: http://beehive.example.com/voice-servlet/vmail/crs. NOTE: The scheme (http/https), host and port are the only things that are configurable. The remaining parts of the path are note. |
SharedAudioContentURIs |
VoiceMessageService.FacilityProperties |
ADVANCED |
List<String> |
n/a |
no |
Shared audio refers to audio that is generic across all voice services: integers, digits, phone numbers, dates, times, etc. Setting this is optional. Reasons for setting it is if an environment is configured such that these audio resources are on a separate server from the one currently deployed. By default the value will be relative to the application: ../shared-audio |
The following properties are available for VoiceServletService:
The following properties are available for WebdavService:
Table 4-143 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
AuthenticationScheme |
WebdavService |
GENERAL |
String |
BASIC |
yes, Custom, contact dev lead |
Default authentication scheme for WebDAV server. Accepted values are: BASIC, DIGEST, DIGEST-BASIC. |
BrowserSessionTimeout |
WebdavService |
GENERAL |
int |
30 |
yes, Custom, contact dev lead |
Length of idle time (in minutes) after which browser session will expire. |
DMSInstrumentation |
WebdavService |
GENERAL |
boolean |
false |
no |
Enables or disables collection of Dynamic Monotoring System statistics. |
DavClientSessionTimeout |
WebdavService |
GENERAL |
int |
960 |
yes, Custom, contact dev lead |
Idle time (in minutes) until the Pure WebDAV client session is timed out. |
DefaultWelcomeDocs |
WebdavService |
GENERAL |
String[] |
[index.html, index.htm] |
no |
The array (comma-delimited list) of welcome document names that are served up if a GET is done on a collection containing one of these documents. |
DepthLimit |
WebdavService |
GENERAL |
int |
3 |
yes, Min=1, Max=6 |
The depth limit to be used for PROPFIND when depth of infinity is specified by the WebDAV client. |
DisplayLastModifiedBy |
WebdavService |
GENERAL |
boolean |
true |
no |
Enables or disables display of the last-modified user in generated HTML index pages. |
DisplayLastModifiedOn |
WebdavService |
GENERAL |
boolean |
true |
no |
Enables or disables display of the last-modified time (date and time) in generated HTML index pages. |
DisplayLockStatus |
WebdavService |
GENERAL |
boolean |
false |
no |
Enables or disables display of locked status in generated HTML index pages. |
DisplayVersioningStatus |
WebdavService |
GENERAL |
boolean |
false |
no |
Enables or disables display of versioning information in generated HTML index pages. |
DownloadBufferSize |
WebdavService |
ADVANCED |
int |
261888 |
yes, Custom, contact dev lead |
The buffer size, in bytes, used while downloading stream data. Deployments that typically stream small files, as well as those with limited midtier memory, may improve performance by setting this value below the default. Deployments with a large amount of midtier memory may likewise improve performance by setting this value above the default. |
MinimumLockTimeout |
WebdavService |
GENERAL |
int |
4 |
yes, Custom, contact dev lead |
The minimum timeout value (in minutes) that a client can request while acquiring a lock. |
UploadBufferSize |
WebdavService |
ADVANCED |
int |
260096 |
yes, Custom, contact dev lead |
The buffer size, in bytes, used while uploading stream data. Deployments that typically stream small files, as well as those with limited midtier memory, may improve performance by setting this value below the default. Deployments with a large amount of midtier memory may likewise improve performance by setting this value above the default. |
UserPreferenceRefreshTime |
WebdavService |
GENERAL |
int |
180 |
yes, Custom, contact dev lead |
Length of time (in minutes) before user preferences are refreshed. |
WebDAVServerEnabled |
WebdavService |
GENERAL |
boolean |
true |
no |
Enables or disables the WebDAV server. When set to false, the WebDAV server will return an exception. |
The following properties are available for WikiService:
The following properties are available for WorkflowService:
The following properties are available for WorkspacesService:
Table 4-146 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
DbDownloadBufferSize |
WorkspacesService |
ADVANCED |
int |
261888 |
yes, Min=16384, Max=1048576 |
The buffer size, in bytes, used while downloading stream data from the database layer. Deployments that typically stream small files, as well as those with limited memory, may improve performance by setting this value below the default. Deployments with larger memory may likewise improve performance by setting this value above the default. |
DbUploadBufferSize |
WorkspacesService |
ADVANCED |
int |
260096 |
yes, Min=16384, Max=1048576 |
The buffer size, in bytes, used while uploading stream data to the database layer. Deployments that typically stream small files, as well as those with limited memory, may improve performance by setting this value below the default. Deployments with a larger memory may likewise improve performance by setting this value above the default. |
MembershipNotificationEnabled |
WorkspacesService |
GENERAL |
boolean |
true |
no |
Enables or disables e-mail notification to a user when joining or leaving a workspace. |
QuotaNotificationEnabled |
WorkspacesService |
GENERAL |
boolean |
true |
no |
Enables or disables e-mail notification to workspace coordinators when workspace quota is reached. |
QuotaOverflowPercentage |
WorkspacesService |
GENERAL |
int |
5 |
yes, Min=0, Max=100 |
Percentage of quota, expressed as an integer, that may be exceeded prior to automatic rejection of further data additions to a workspace. For example, if 1 GB of quota is allocated to the workspace, and the quota overflow percentage is 20, then data additions will begin failing once the workspace size reaches 1.2 GB. |
The following properties are available for XmppService:
Table 4-147 Common Properties
Name | Declaring System Object | Visibility | Data Type | Factory Setting | Constrained | Description |
---|---|---|---|---|---|---|
DomainNames |
XmppService |
ADVANCED |
List<String> |
[example.com] |
no |
All domains supported by xmpp service. |
FederationEnabled |
XmppService |
ADVANCED |
boolean |
false |
no |
long description key not set |
Language |
XmppService |
ADVANCED |
String |
en |
no |
Language used by server. |
RetryCount |
XmppService |
ADVANCED |
int |
6 |
no |
plsql execution attempts on getting retriable exception |
RetryTimeout |
XmppService |
ADVANCED |
int |
5 |
no |
time difference between two plsql execution attempts, when first attempt fails with a retriable exception |
SearchFields |
XmppService |
ADVANCED |
List<SearchField> |
[first, last, email] |
no |
Fields on which a user can search User Directory. |
SupportedAgents |
XmppService |
ADVANCED |
List<AgentType> |
[uds] |
no |
List of all agents supported by xmpp server |
XmppInterServerPort |
XmppService |
ADVANCED |
int |
5269 |
yes, Network Port, Min=1, Max=65536 |
Server will accepts federation connections on this port |
XmppInterServerSslPort |
XmppService |
ADVANCED |
int |
5270 |
yes, Network Port, Min=1, Max=65536 |
Port for SSL communication for Inter-Server |
XmppPort |
XmppService |
ADVANCED |
int |
5222 |
yes, Network Port, Min=1, Max=65536 |
Xmpp Server accepts connection on this port |
XmppSslPort |
XmppService |
ADVANCED |
int |
5223 |
yes, Network Port, Min=1, Max=65536 |
Port for SSL communication |
XmppTimerKeepAliveTime |
XmppService |
ADVANCED |
int |
6 |
no |
description not found Can't find resource for bundle oracle.ocs.management.model.XmppBundle, key XMPP_KEEP_ALIVE_TIME_LONG_DESC |
The following properties are available for ZimbraConnectorService: