Connectivity Guide > Connectivity Guide > Configuring the Data Access Server > Data Access Server Parameters--Configure DAS
Was this helpful?
Data Access Server Parameters--Configure DAS
To configure the DAS, use the Data Access Server Parameters page in Configuration-By-Forms (cbf) or Configuration Manager (vcbf).
The DAS has the following configurable parameters:
client_max
Defines the maximum number of concurrent client connections permitted.
Set to –1 for no limit.
client_timeout
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.
connect_pool_expire
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.
connect_pool_size
Defines the maximum number of DBMS Server connections held in the connection pool.
Set to –1 for no limit.
connect_pool_status
Specifies the operational mode of the connection pool. Modes are:
on
Enables pooling unless explicitly disabled by the client. The DAS saves and reuses DBMS Server connections when connection pooling is enabled.
off
Disables pooling.
optional
Enables pooling but only when requested by the client.
<protocol>.port
Identifies the listen address for the network protocol port. This can be a numeric port identifier or a symbolic port identifier such as II7. This port must not be used by any other network server on the platform.
The symbolic port ID has the following syntax:
XY{n}{+}
where
X is an alphabetic character
Y is an alphanumeric character
n is a subport in the range 0 to 15. A leading 0 is permitted in the subport (for example: II09 is interpreted as II9).
+ indicates that a port ID can be rolled up.
If the DAS startup count is specified as greater than 1, CBF automatically adds a + designator to the port identifier. When listen attempts are made on such a port identifier, the address is incremented (rolled up) and a listen attempt is made on the next address. This allows for connection attempts to multiple Data Access Servers.
Ingres default: II7
<protocol>.status
Specifies the status of the network protocol. Options are:
on
Indicates that the DAS must listen to (accept) connection requests on the protocol.
off
Disables the protocol.
error_level
Defines the logging levels for messages that are written to the error log. See Logging Levels on page 98.
Default: 4
log_level
Defines the logging level for messages that are written to the Data Access Server (GCD) trace log (if enabled). See Logging Levels on page 98.
Default: 4
Last modified date: 11/28/2023