Message Timeout

As described above, client applications make requests to TIBCO iProcess® Objects Server, then wait for a response. Because of this, you may have a desire to configure the client so that if a specified period of time elapses waiting for a response from the server, the client will timeout and generate an error. To configure this “message wait time,” you must add a Registry key (Windows systems) or environment variable (UNIX systems), and set it to the number of milliseconds you would like the client to wait before timing out.

Registry key for TIBCO iProcess Objects:

HKEY_LOCAL_MACHINE\SOFTWARE\Staffware plc\Staffware SEO Client\MessageWaitTime

Registry key for TIBCO iProcess Server Objects:

HKEY_LOCAL_MACHINE\SOFTWARE\Staffware plc\Staffware SSO Client\MessageWaitTime

Environment variable:

MessageWaitTime

If the number of milliseconds specified by MessageWaitTime is exceeded, the client will generate an swTimeoutErr error. If MessageWaitTime is set to 0 (zero), the client will not timeout. By default (i.e., if you do not set MessageWaitTime), Windows clients timeout in 30 seconds; UNIX clients timeout in 60 seconds.