dataloaderCommon.properties
Note
References to AX Exception in the information that follows may no longer be relevant. AX Exception is a legacy application and no longer supported.
Configuring a connection between AX Server and AX Exception may still work, but it is not guaranteed to work.
Stores configuration settings for the AX Exception Dataloader, which is used to publish exception information from AX Server or AX Engine Node to AX Exception.
The file is located on the server where AX Server is installed in the Dataloader\sessions\template\conf subfolder.
File settings
Property | Description |
---|---|
baseServerUrl |
This property is not used in this release. The location of AX Exception is set by the Data Upload URL setting in the AX Server Configuration web application. |
trustStoreFile |
The path and filename of the keystore used to encrypt communications between the AX Exception and AX Server. |
trustStorePass |
The password for the keystore. |
keyStoreFile |
This property is not used in this release. |
keyStorePass |
This property is not used in this release. |
username |
This property is not used in this release. |
password |
This property is not used in this release. |
timeZone |
The time zone that the Analytics output results for the current data set were produced in. This is required for correct timekeeping where the files from other systems may be collected/analyzed in different time zones. UTC dates are used in the database. A complete list of supported time zones is available in timezones.txt in the TomCat\conf subfolder. If this property is not set, the default local system time zone will be used. Note This property is set to America/Vancouver by default. You need to set it to the time zone you want to use, or remove it to use the local system time zone. |
dataLoadChunkSize |
The maximum number of records to send per connection (for data loading only). Setting this value to zero (0), or lower, causes the application to send all data for each analytic at once. This setting is only used if you are using certificate-based authentication. |
skipMissingResultFiles |
Set to “true” to specify that the Dataloader should continue processing when a corresponding result file is not found for an analytic. If this value is set to “false” a File Not Found error is generated whenever a result file cannot be found for an analytic. The default value is “true”. |
debugMode |
Specifies whether debug mode is enabled (true) or disabled (false). The default value is “false”. |
testMode |
Specifies whether test mode is enabled (true) or disabled (false). If test mode is enabled, the data loader process runs, but does not connect to the server. The default value is “false”. |
MailLogger.value |
The MailLogger properties are not supported in this release. |