Configuring BlueZone |
Chapter 5 |
There are two features that enhance the way BlueZone scripting works with HLLAPI applications. These features are accessed via settings that are located in the [HLLAPI] section of the SETUP.INI file.
The following is the HLLAPI Section of the SETUP.INI file.
[HLLAPI]
ConnectRetryMilliseconds=0
TelnetHostSettleMilliseconds=0
ConnectRetryMilliseconds=0 is used in conjunction with BlueZone scripting. Used by WHLLAPI.DLL and WHLAPI32.DLL to control the default number of milliseconds to retry the BlueZone session connect when ConnectPresentationSpace is called.
TelnetHostSettleMilliseconds=0 is used by WHLLAPI.DLL and WHLAPI32.DLL to control the number of extra milliseconds to wait when a HLLAPI application calls the WAIT function.
If you are experiencing time outs between your HLLAPI application and BlueZone, try setting TelnetHostSettleMilliseconds=500. This will tell BlueZone to wait an additional half second when the WAIT function is called. Depending on the results, try a higher or lower value.