Once you upload the Agentry application, you can change the Agentry production definition settings made by the developer, and configure additional Agentry settings..
Property | Default | Description |
---|---|---|
Keep Alive Delta | 3600 (seconds) | Interval during which the server writes something to the various log files, if nothing else has been written during that time period to indicate that the server is not dead. Changes to this property require a server restart. |
Shut Down Wait | 15000 (milliseconds) | Length of time Agentry waits for all of its threads to exit while shutting down, before it stops them. |
System Name | Agentry | Name of the Agentry server, which appears in the title bar of the server’s GUI interface on the console. Changes to this property require a server restart. |
Properties | Defaults | Descriptions |
---|---|---|
Administrator Email | admin@yourcompany.com | Administrator e-mail address. |
Administrator Name | Your Name Here | Administrator name. |
Administrator Phone | ???-???-???? | Telephone number for contacting the administrator. |
Allow Region | Disabled | Whether to allow regions. |
Auto Register | Disabled | Whether to allow automatic registration. |
Inactive Timeout | 7200 (seconds) | Length of time that an idle user can remain connected to the server before the connection is dropped. |
Notify User on Logout | Enabled | Whether to notify the user on log out. |
Notify User on Shutdown | Enabled | Whether to notify the user on shut down. |
Properties | Defaults | Descriptions |
---|---|---|
Application Globals File |
Globals.ini |
Name and location of the globals localization file. This setting can be changed when the name of the file is different than the default. |
Application Strings File |
ApplicationText.ini |
Name and location of the application strings localization file. This setting can be changed when the name of the file is different than the default. |
Client String Names File |
ClientStringNames.ini |
Name and location of the client string names localization file. This setting can be changed when the name of the file is different than the default. Changes to this property require a server restart. |
Client Strings File |
ClientText.ini |
Name of the client strings localization file. This setting can be changed when the name of this file is different from the default. |
Enable Failed Transaction Logging |
True |
Whether to enable the failed transaction queue, which is a part of the transaction failure handling functionality. By default, when transaction failure handling is enabled, transactions that fail with a fatal error code result in the creation of a failed transaction file on the server containing the data from that transaction. If this option is set to false, the file is not generated. All remaining transaction failure handling behaviors are
carried out, including the removal of the failed transaction from the
client.
Note: Setting this option to false might result
in lost data for fatal errors that are related to transaction
processing. This option has no affect if transaction failure handling
is disabled (that is, enableTransactionFailureHandling is false.
|
Enable Override File |
Enables.ini |
Name and location of the enables localization file. Change this setting only if the file name is different from the default. |
Enable Transaction Failure Handling |
False |
Whether to enable the transaction failure handling functionality within the Agentry platform. This option must be true for all aspects of this functionality to be enabled. |
Failed Transaction Filename Format |
Server-generated XML file name |
Format of the file name for each failed transaction queue file generated by the server. The format strings %{userid}, %{transaction_name}, %{date}, %{time}, and %{count} may be used. The file generated is always be in XML format, and the file extension provided (.xml) should reflect this content type. |
Failed Transaction Queue |
FailedTransactionsQueue |
Location of the failed transaction queue files. This path is relative to the installation folder of the server. |
Images Path |
\Application\Development_or_Production\Images |
Location of image files in either the development or production environment. |
Localization Path |
localizations |
Location of localization files for use in the application. This path is relative to the server’s installation folder. If the default folder “localizations” does not exist, it must be created. |
Localizations |
None |
One or more local names, according to the ISO 639-1 standard. This option lists the supported languages, which also require corresponding override localization files, for an application. Use a semi-colon to separate each name. |
Posted Transaction Directory |
posted |
Directory where information about pending transactions is stored temporarily, so it is not lost if the server fails. The default usually does not need to be changed. |
Posted Transaction File Name Pattern |
%{device}.pli |
Pattern that constructs the names of files in the posted transaction directory. The default usually does not need to be changed. |
Scripts Path |
Application\Development\Scripts |
If you use an Server Data Markup Language (SDML) tag in the Agentry application that includes content from a file using a relative path, this is the directory under which the file in question needs to be located. |
Spin Doc INI File |
None |
If this value is specified, then the [SpinDoc] configuration is loaded from the named .ini file instead of from Agentry.ini. |
Transmit Configuration File |
TransmitConfigurations.ini |
Name and location of the transmit configurations override file. Change this setting if the file name is different from the default. |
Trusted Certificate Store |
None |
Location of the trusted certificate store for the server. This store is used only when clients are required to provide authentication certificates during synchronization. |
urlPath | None | Overrides the path portion of the WebSockets URL (for example, if the URL is https://server:8081/MyApp, this value overrides MyApp, which is the default application name. |
Properties | Defaults | Descriptions |
---|---|---|
Face Path | sql;sql\custom | The Face Path setting defines the search path used by the SQL back end to locate the query files, which are used for database initialization, authentication, password changes, and so forth; and the SQL script files, which are used for SQL back-end processing. If this setting is missing, there is no default to use, so processing may fail. |