.INI file | Section | .INI Setting | Valid values | Default | Description | See also |
Pool_System.INI | [Preferences] | VerbosityLevel | Integer from 0 - 5 | Level of logging application’s activities to the pool_BookEZ_log.txt, pool_SalesEZ_log.txt , pool_TallyEZ_log.txt , and pool_RentEZ_log.txt files. Levels are from 0 to 5 (0=no logging, 5=full logging). Currently, all calls using MySQLexec() and TUpdate() are logged. There are also training versions of these log files. | ||
Pool_System.INI | [Server] | CreationTimeout | Positive integer representing seconds. | 120 | This timeout should be reasonably long. | |
Pool_System.INI | [Server] | CallTimeout | Positive integer representing seconds. | 240 | This timeout should be reasonably long and must be longer than that of any salespoints. It should never really come into play, however it is provided in the “just in case” spirit. 240 seconds is fine. | |
Pool_System.INI | [SalesEZ] | Name | salesez40.basic_sales | Name of server to launch. Example: Name=salesez40.basic_sales | ||
Pool_System.INI | [SalesEZ] | ListenPort | Any valid port | 4203 | Port on which to listen. | |
Pool_System.INI | [SalesEZ] | Pool | Positive integer | 3 | Number of servers to have running. | |
Pool_System.INI | [SalesEZ] | Processor | This runs only on the second processor. The success or failure is logged at verbosity 2 (either Processor set to 2 or Unable to set processor to 2). | |||
Pool_System.INI | [SalesEZ] | VerbosityMinutes | Positive integer representing minutes. | Minutes after which to reset verbosity. Example: VerbosityMinutes=360 | ||
Pool_System.INI | [SalesEZ] | RegCmd | Valid regsvr32.exe command | This is to register a server before running. Example: RegCmd=regsvr32.exe .\salesez.dll /s. | ||
Pool_System.INI | [SalesEZ] | KillQuestionableServers | TRUE/ FALSE, YES/NO, ON/OFF, 1/0 | TRUE | If TRUE and a server returns an unknown variable type, the server is released. Also, whenever a server is released (either because of an unknown variable return or a real error) a new server is started to replace it. | |
Pool_System.INI | [SalesEZ-Training] | Name | salesez40.basic_sales | Name of server to launch. Example: Name=salesez40.basic_sales | ||
Pool_System.INI | [SalesEZ-Training] | ListenPort | Any valid port | 4205 | Port on which to listen. | |
Pool_System.INI | [SalesEZ-Training] | Pool | Positive integer | 2 | Number of servers to have running. | |
Pool_System.INI | [BookEZ] | Name | bookez40.basic_booking | Name of server to launch. Example: Name=bookez40.basic_booking. | ||
Pool_System.INI | [BookEZ] | ListenPort | Any valid port | 4204 | Port on which to listen. | |
Pool_System.INI | [BookEZ] | Pool | Positive integer | 3 | Number of servers to have running. | |
Pool_System.INI | [BookEZ] | KillQuestionableServers | TRUE/ FALSE, YES/NO, ON/OFF, 1/0 | TRUE | If TRUE and a server returns an unknown variable type, the server is released. Also, whenever a server is released (either because of an unknown variable return or a real error) a new server is started to replace it. | |
Pool_System.INI | [BookEZ-Training] | Name | bookez40.basic_booking_training | Name of server to launch. Example: Name=bookez40.basic_booking_training. | ||
Pool_System.INI | [BookEZ-Training] | ListenPort | Any valid port | 4206 | Port on which to listen. | |
Pool_System.INI | [BookEZ-Training] | Pool | Positive integer | 2 | Number of servers to have running. | |
Pool_System.INI | [RentEZ40] | Name | rentez40.basic_rental | Name of server to launch. Example: Name=rentez40.basic_rental. | ||
Pool_System.INI | [RentEZ40] | ListenPort | Any valid port | 4207 | Port on which to listen. | |
Pool_System.INI | [RentEZ40] | Pool | Positive integer | 1 | Number of servers to have running. | |
Pool_System.INI | [RentEZ40] | KillQuestionableServers | TRUE/ FALSE, YES/NO, ON/OFF, 1/0 | TRUE | If TRUE and a server returns an unknown variable type, the server is released. Also, whenever a server is released (either because of an unknown variable return or a real error) a new server is started to replace it. | |
Pool_System.INI | [RentEZ-Training] | Name | rentez.basic_rental_training | Name of server to launch. Example: Name=rentez.basic_rental_training. | ||
Pool_System.INI | [RentEZ-Training] | ListenPort | Any valid port | 4208 | Port on which to listen. | |
Pool_System.INI | [RentEZ-Training] | Pool | Positive integer | 2 | Number of servers to have running. | |
Pool_System.INI | [TallyEZ40] | Name | Tallyez40.basic_tallying | Name of server to launch. Example: Name=Tallyez40.basic_tallying. | ||
Pool_System.INI | [TallyEZ40] | ListenPort | Any valid port | 4213 | Port on which to listen. | |
Pool_System.INI | [TallyEZ40] | Pool | Positive integer | 1 | Number of servers to have running. | |
Pool_System.INI | [TallyEZ40] | KillQuestionableServers | TRUE/ FALSE, YES/NO, ON/OFF, 1/0 | TRUE | If TRUE and a server returns an unknown variable type, the server is released. Also, whenever a server is released (either because of an unknown variable return or a real error) a new server is started to replace it. | |
Pool_System.INI | [SalesPoint] | DropTime | Number of Hours | 12 | PoolService to respect the DropTime setting. The number of hours of inactivity required before releasing an idle connection. |