Customizing the C9 INC Environment

In this section:

The Adapter for C9 INC provides several parameters for customizing the environment and optimizing performance.


Top of page

x
Specifying a Timeout Limit

How to:

TIMEOUT specifies the number of seconds the adapter will wait for a response after you issue an SQL request to C9 INC.



x
Syntax: How to Issue the TIMEOUT Command
ENGINE SQLC9 SET TIMEOUT {nn|0}

where:

SQLC9

Indicates the adapter. You can omit this value if you previously issued the SET SQLENGINE command.

nn

Is the number of seconds before a timeout occurs. 30 is the default value.

0

Represents an infinite period to wait for a response.


Top of page

x
Cancelling Long Requests

How to:

You can cancel long running requests from the Web Console. Depending on the capabilities of the native C9 INC driver, this action will either cancel the request entirely or break out of the fetch cycle.



x
Procedure: How to Cancel Long Requests
  1. From the Web Console menu bar choose Workspace, Configuration/Monitor, Java Services, DEFAULT. Right-click on DEFAULT and select Agents.
  2. In the Java Services Agents pane, highlight a row with the jscomid you wish to kill, right-click on it and select Stop.

WebFOCUS