To configure the DAS, use the DAS Parameters page in Configuration Manager (vcbf) or the Configuration-By-Forms (cbf) utility.
The DAS has the following configurable parameters:
Defines the maximum number of concurrent client connections permitted.
Set to –1 for no limit.
Defines the time, in minutes, to wait for client requests. If the time expires with no request from the client, the client and DBMS Server connections are aborted.
Set to 0 for no timeout.
Defines the time, in minutes, for which a DBMS Server connection remains in the connection pool. The connection is aborted if a pooled connection is not used in this amount of time.
Set to 0 for no expiration.
Defines the maximum number of DBMS Server connections held in the connection pool.
Set to –1 for no limit.
Specifies the operational mode of the connection pool. Modes are:
Enables pooling unless explicitly disabled by the client. The DAS saves and reuses DBMS Server connections when connection pooling is enabled.
Disables pooling.
Enables pooling but only when requested by the client.
Identifies the listen address for the network protocol port. This can be a numeric port identifier or an Ingres symbol port identifier such as II7. This port must not be used by any other network server on the platform.
Specifies the status of the network protocol. Options are:
Indicates that the DAS must listen/accept connection requests on the protocol.
Disables the protocol.