Cycle Web Properties
Properties |
Mandatory | Data Type | Format | Size | Default |
Allowed Values |
Description |
application.buildversion |
NUMBER | nn.nn.nn.nn | 11 |
|
Defines the build version of the application on the login screen |
||
application.databaseType |
YES | Alphabetic | Fixed List | <=10 |
Value: SqlServer, Oracle, DB2 |
The system-wide default database type. Used for multiple query support functionality and JDBC interaction. |
|
application.default.buildversion |
NUMBER | nn.nn.nn.nn | 11 |
|
Only used if the property, application build version, is set and begins with ${ Defines the build version of the application on the login screen. |
||
application.defaultCurrencyCode |
YES |
Value = http://www.currency-iso.org/iso_index/iso_tables/iso_tables_a1.htm |
The default currency should be added as a CurrencyCode in the AsCurrency table. |
||||
application.enablePlanGroup |
Boolean | 2 | No |
Value: No |
If included, should be set to No. |
||
application.enablePostAssignmentValidation |
Boolean | <=3 | No |
Value: Yes, No |
Determines whether or not to execute the PostAssignmentValidateExpressions business rule during activity processing. |
||
application.enableProduct |
Boolean | <=3 | No |
Optional Value: Yes, No |
Allows application to use the Products hierarchy in configuration. System default is No. |
||
application.mathApplicationCallbackBll |
YES | AlphaNumeric | Java Class FQN | <=255 |
Value: com.adminserver.pas.bll.PasCallBackBll |
Warning: Internal PAS property. Class used to carry DataRetriever and RateRetriever to be used by the Math engine. | |
application.mode |
YES | Alphabetic | Fixed List | <=15 |
Value: DEVELOPMENT, PRODUCTION |
Development mode is where configuration changes are allowed. Configuration data is not cached. Production mode is where configuration change is a new release and JVM is restarted when it is changed. Configuration data is cached. |
|
application.refreshMasks |
Positive Integer | nnnnnn | <=6 | 0 |
|
Note:For use in application.mode = DEVELOPMENT
Time in milliseconds to refresh mask configuration Value <= 0 will never refresh. |
|
application.resourceCacheTimeout |
Integer | +/-nnnnn | <=6 | -1 |
|
Time to cache translations, in minutes, before checking data source for updates. For value < 0, never check for updates. For value = 0, always check for updates. For value > 0, check for updates after specified minutes have passed. Warning: Should be set to -1 in a Production environment. |
|
database.nlscomp |
Alphabetic | Fixed List | <=15 | LINGUISTIC |
Info: Refer to https://docs.oracle.com/ for the version of Oracle used for a current listing of values you can specify for this parameter. |
It applies when the system is using the Oracle database. It provides the NLS_COMP setting that the system should use in the database session in order to perform Case/Accent insensitive search. Default value if not specified is LINGUISTIC. The DBA should setup appropriate indexes for this property and suggest the setting value to use based on the client installation's language preference. |
|
database.nlssort |
Alphabetic | Fixed List | <=25 | BINARY_CI |
Info: Refer to Database Globalization Support Guide and other related documents at https://docs.oracle.com/ for a current listing of values you can specify for this parameter |
It applies when the system is using the Oracle database. It provides the NLS_SORT setting that the system should use in the database session in order to perform Case/Accent insensitive search. Default value if not specified is BINARY_CI. The DBA should setup appropriate indexes for these properties and suggest the setting value to use based on the client installation's language preference. |
|
dataIntake.enabled |
YES | Boolean | <=5 |
Value: true or false |
Determines whether or not data intake background process for processing data intake files should be created. |
||
dataIntake.gridCapacity |
Positive Integer | nnnn | <=4 | 500 |
|
Maximum number of record groups that can be processing simultaneously in the grid for DataIntake processing. Note:Currently this property value is not used by the system. |
|
dataIntake.recordGroupSize |
Positive Integer | nnnnn | <=5 | 10 |
|
The number of individual intake records to bundle together for processing as a single task in the grid for DataIntake processing. |
|
dataIntake.userName |
YES | AlphaNumeric | <=255 |
|
The primary company used for processing data intake related rules and transactions is the primary company of this user. |
||
datasource.type |
YES | Alphabetic | 4 |
Value: jndi |
The data source type. jndi relies on jndi names ADMINSERVERDS, ADMINSERVERRESOURCEDS ADMINSERVERSEARCHDS and ADMINSERVERREADONLYDS in the application server for a datasource connection.. |
||
debug.identifyTranslator |
Boolean | <=3 | No |
Value: Yes, No |
Writes comments for every line identifying the translator (line number) that generated that part of code. debug.SaveGeneratedClass needs to be set to Yes. Note:Only use in a Non-Production environment. |
||
debug.SaveGeneratedClass |
Boolean | <=3 | No |
Value: Yes, No |
Generated source code while processing will be saved in the directory specified. Note:Only use in a Non-Production environment. |
||
debug.SaveGeneratedClassDirectory |
AlphaNumeric | File Path | <=255 |
|
Directory where the generated source code should be saved.debug.SaveGeneratedClass needs to be set to Yes. Note:Only use in a Non-Production environment. |
||
document.crystalConnectionCount |
Positive Integer | nnnn | <=4 |
|
Only valid for generating Crystal documents. Sets allowable connections. Should be set to a number not greater than the number of CR licenses. |
||
document.documentGeneratorUrl |
AlphaNumeric | URL | <=255 |
|
The url for the DocumentGenerator webservice url for generating documents. |
||
document.documentPath |
AlphaNumeric | File Path | <=255 |
|
Directory where report templates are stored. |
||
document.generatedDocumentRootPath |
AlphaNumeric | File Path | <=255 |
|
Directory where generated documents are saved. |
||
entityLock.enabled |
Boolean | <=3 | No |
Value: Yes, No |
Determines whether or not business entities should be locked while processing activities in sequence during DataIntake. System Default is No |
||
entityLock.timeout |
Positive Integer | nnnnnnnn | <=8 | 500 |
|
Time in milliseconds to wait before trying to reacquire lock on a business entity. |
|
entityLock.tryCount |
Positive Integer | nn | <=2 | 5 |
|
Number of attempts made to acquire a lock |
|
extensions.config |
AlphaNumeric | File Path | <=255 |
|
Directory where extensions.xml for extension configuration is stored. |
||
grid.taskSubmissionThreadPoolSize |
YES | Positive Integer | nnnnn | <=5 |
|
The number of threads dedicated to submit tasks to the grid for processing. Increasing this number can speed up how quickly tasks are distributed to the grid. See cycle documentation for additional details. |
|
jndi.connectionFactoryName |
YES | AlphaNumeric | <=50 |
|
ConnectionFactory JNDI name to connect JMS server. Recommended Value: IntakeConnectionFactory See Data Intake document for additional details. |
||
jndi.queueName |
YES | AlphaNumeric | <=50 |
|
Queue JNDI name to send message to JMS server destination. Recommended Value: DIQueue See Data Intake document for additional details. |
||
jpa.databasePlatform |
YES | Alphabetic | Fixed List | <=255 |
Value: org.eclipse.persistence.platform.database.SQLServerPlatform org.eclipse.persistence.platform.database.OraclePlatform org.eclipse.persistence.platform.database.DB2Platform |
Property that determines which JPA DatabasePlatform to use with EclipseLink. |
|
jpa.showSql |
Boolean | <=5 | False |
Optional Value: True, False |
Shows information in the application's log/console for all SQLs executed using JPA. Warning: Only use in a Non-Production environment. |
||
NamedStoredProceduresRateBll.config.filePath |
AlphaNumeric | File Path | <=255 |
|
XML file that specifies the stored procedure to be execute for specific rate groups. If using this, leave rateRetriever.className blank. |
||
rateRetriever.className |
AlphaNumeric | Java Class FQN | <=255 |
|
Fully qualified extension class name to retrieve rates for all rate groups. If using this, leave NamedStoredProceduresRateBll.config.filePath blank. |
||
scheduledValuation.batchSize |
YES | Positive Integer | nnnnnn | <=6 |
|
This is the batch size for processing scheduled valuation. See cycle documentation for additional details. |
|
scheduledValuation.period |
YES | Positive Integer | nnnnn | <=5 |
|
This is the number of seconds that the scheduled valuation monitor task will sleep before waking up and checking on the status of queued tasks. See cycle documentation for additional details. |
|
scheduledValuation.groupSize |
YES | Positive Integer | nnnnn | <=5 |
|
Determines the number of Scheduled valuation items to group together and execute on a single thread in the cluster. |
|
search.field.text.caseInsensitive |
Boolean | <=5 | False |
|
Info: For use when the system is running on the DB2 database platform.
Search screens have the ability to perform their search in a case insensitive manner. A value of True makes the system use case insensitive searches. . |
||
transaction.manager |
YES | Alphabetic | Fixed | 3 |
Value: jpa |
Data source transaction manager. |
|
webservice.allowHashedPassword |
Boolean | <=3 | No |
Value: Yes, No. |
Determines if web services can be invoked with hashed passwords. System Default is No. |
||
workManagerName |
YES | AlphNumeric | <=50 |
|
A Work Manager defines a set of request classes and thread constraints that manage work performed by Server instances Recommended Value: wm/default See Data Intake document for additional details. |
||
WriteValuationXML |
Boolean | <=3 | Yes |
Value: Yes, No |
Determines whether or not to write valuation XML to the AsValuationXml table for activities that run valuation. The System Default is Yes. |
||
application.enableProduct |
Boolean | <=3 | No |
Value: Yes, No |
Allows application to use the Products hierarchy in configuration. System default is No. |
||
application.configurationCacheTimeout |
Positive Integer | nnnnn | <=5 |
|
Time to cache business rules, in minutes, before checking data source for updates. |
||
application.encryptDecryptFilePath |
YES | AlphaNumeric | File Path | <=255 |
Required Value: Text (AbsolutePath With File Name) |
Value of this property should be absolute path with file name, where EDKeyValue.dat exists. |
|
cycle.cleanup | YES | Boolean | true | Value: true or false | Cycle Clean UP - Clean the preexisting cycle information for the OIPA Schema. |
This property is used to enable the Workflow feature.
# If the Value is set to Yes then the workflow feature is enabled and if set to No workflow feature not enabled.
# The defalult value is No