| |
hActiveDirectory | <Enable> parameter of ACTIVEDIRECTORY section of HFConf.Ini file. Enable the authentication via Active Directory. Value:- 0, the authentication via Active Directory is not enabled,
- 1, the authentication via Active Directory is enabled.
|
hActivityStatisticsPath | <StatisticPath> parameter of HFConf.Ini file. Path of directory containing the files of activity statistics. |
hActivityStatisticsPeriod | <StatisticPeriod> parameter of HFConf.Ini file. Indicates the period (in second) between each backup of values for the different activity counters. You have the ability to specify 0 to stop collecting statistics. |
hAutoStatisticalCalc | <Enable> parameter of AUTOANALYSIS section of HFConf.Ini file. Enable the automatic calculation of statistics for the data files (optimization of indexes). Value:- 0, the automatic statistical calculation is not enabled,
- 1, the automatic statistical calculation is enabled.
|
hBackupPath | <BackupDirectory> parameter in the HFConf.Ini file. Path of the directory in which backups will be made. |
hCacheNbUnusedFiles | <CacheMaxUnusedFiles> parameter of HFConf.Ini file. Maximum number of unused HFSQL tables that are stored in cache (which means opened) on the server. When this number is reached, the less recent unused table is automatically deleted from the cache. |
hDaemonUser | <DaemonUser> parameter of HFConf.Ini file. Username under which the server will operate. |
hDatabasePath | <DBRootPath> parameter of HFConf.Ini file. Path of directory containing all databases (which means the data files of different HFSQL Client/Server applications). |
hDebuggingPort | <WLDebugPort> parameter of HFConf.Ini file. Port used to debug the stored procedures and the Client/Server triggers. |
hFindKey | <KeySearch> parameter of HFConf.Ini file. Enable the search for keys. Value: - 0, the automatic search for keys is not enabled,
- 1, the automatic search for keys is enabled.
|
hJNLBackupPath | <JNLBackupRootPath> parameter of HFConf.Ini file. Path of directory containing the backup of logs. |
hJNLPath | <JNLRootPath> parameter of HFConf.Ini file. Path of directory containing all the logs of different HFSQL Client/Server applications (history of write operations performed in the HFSQL data files). |
hkaInterval | <KeepAliveInterval> parameter of HFConf.Ini file. Maximum time (in seconds) after which, if no communication is established between the server and the client, the server will check the presence of client. This parameter is set to 30 minutes by default. |
hkaTimeout | <KeepAliveTimeout> parameter of HFConf.Ini file. Maximum timeout (in seconds) for the server when checking the presence of client. If the client is not found at the end of this timeout, the client is automatically disconnected. This parameter is set to 2 minutes by default. |
hlbActive | <LoadEnable> parameter of HFConf.Ini file. Indicates whether load balancing is enabled or not. |
hlbClientCalls | <LoadCoeffCall> parameter of HFConf.Ini file. Global coefficient for the number of client calls. |
hlbDisk | <LoadCoeffDisk> parameter of HFConf.Ini file. Global coefficient for the number of bytes read or written on disk. |
hlbDiskAccess | <LoadCoeffDiskAccess> parameter of HFConf.Ini file. Global coefficient for the number of accesses to the disk. |
hlbMaxTimeout | <LoadMaxWait> parameter of HFConf.Ini file. Maximum time (in ms) during which a request to the server can be temporarily stopped by the system for load balancing before it is processed. |
hlbReceived | <LoadCoeffRecv> parameter of HFConf.Ini file. Global coefficient for the number of bytes received on the network. |
hlbSent | <LoadCoeffSend> parameter of HFConf.Ini file. Global coefficient for the number of bytes sent over the network. |
hLogLevel | <ServerLogLevels> parameter of HFConf.Ini file. Defines the elements that must be in the log file. |
hLogPath | <ServerLogPath> parameter of HFConf.Ini file. Path of directory containing all the audit log files of server (all the operations requested by the client computers from the server). |
hMaxActivityStatisticsSize | <ActivityStatisticMaxFileSize> parameter of HFConf.Ini file. Maximum size of a file for activity statistics (in MB). |
hMaxLogSize | <ServerLogMaxSize> parameter of HFConf.Ini file. Maximum size of a log file (in MB). |
hMaxNumberConnection | <MaximumConnectionsNumber> parameter of the HFConf.ini file Maximum number of connections allowed per application. The number of connections is determined by the number of applications (processes) with at least one non-superuser connection on the server. For example: - an application that has opened a single connection in super-user mode counts as zero.
- an application that has opened a single connection with a normal user counts as 1.
- an application that has opened two connections of a normal user counts as 1.
- an application that has opened superuser and normal user connections counts as 1.
|
New in version 2025hMaxSizeHistoryPlanning | Parameter <ScheduledHistoryMaxValues> in the HFConf.Ini file. Maximum number of executions to be kept in the scheduled execution history. |
hMode2GB | <MoreThan2GB> parameter of HFConf.Ini file. Specifies whether the size of system tables can exceed 2 GB. Note: the system must handle files larger than 2 GB. |
hNdxCacheSize | <NdxCacheSize> parameter of HFConf.Ini file. Size of the index cache (in MB). The default value is 10 MB. |
hServerLanguage | <ServerLanguage> parameter in the HFConf.Ini file. Language of the HFSQL server. Value: - FR: the server language is French.
- US: server language is English.
- ES: server language is Spanish.
|
hServerPort | <AccessPort> parameter of HFConf.Ini file. Network port used. |
hTelemetryEnable | <Active> parameter of TELEMETRY section of HFConf.ini file Configure the transmission of data in order to improve the HFSQL server. Value:- 1 if the transmission of data (telemetry) was enabled when installing the HFSQL server,
- 0 if the transmission of data (telemetry) was refused when installing the HFSQL server,
- another value if no choice was made during the setup regarding the use of telemetry. The question will be asked again during the next setup of HFSQL server.
Note: If the "TELEMETRY" section does not exist in the HFConf.ini file, transmission of product usage data is not enabled for the HFSQL server. |
hTempDirectory | <TmpPath> parameter of HFConf.Ini file. Path of temporary directory. This directory is used to create the temporary files if necessary (temporary files created when re-indexing large data files for example). |
hWindowsDiskCacheSize | <WindowsFileCacheSize> parameter of HFConf.ini file Configure the management of the size for the disk cache of Windows. Value:- -1 for a size that is automatically calculated,
- 0 for an unlimited cache size,
- a positive value corresponds to a custom cache size.
Note: Windows' standard disk cache management in 64-bit mode (independent of HFSQL) can lead to memory saturation.. This constant is used to customize the management of memory caches. |