HLLAPI options
There are two features that enhance the way BlueZone scripting works with HLLAPI applications.
These features are accessed through settings in the [HLLAPI] section of the SETUP.INI file:
[HLLAPI]
ConnectRetryMilliseconds=0
TelnetHostSettleMilliseconds=0
ConnectRetryMilliseconds=0
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
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 tells BlueZone to wait an additional half second when the WAIT function is called. Depending on the results, try a higher or lower value.