NETNPCONNECTTIMEOUT

Command

NETNPCONNECTTIMEOUT limits the amount of time a Named Pipes network continues to try to connect after an unsuccessful attempt.

Syntax

NETNPCONNECTTIMEOUT n

n Integer value, expressed in seconds. The default value is 30 seconds.

Description

NETNPCONNECTTIMEOUT limits the amount of time allowed a Named Pipes network to establish a connection to your server. This time period is usually greater than, and never less than, the product of NETDELAY multiplied by NETRETRYCOUNT.

If NETNPCONNECTTIMEOUT value is exceeded, Hyperion Essbase fails the connect attempt and reports an error.

Example

Assume NETDELAY = 200 and NETRETRYCOUNT = 600.

200 x 600 = 120,000 milliseconds.

To allow more time to connect, in this example the value is rounded up to 150,000 milliseconds (150 seconds):

NETNPCONNECTTIMEOUT 150

See Also

NETRETRYCOUNT
NETDELAY


Copyright (c)1991-2000 Hyperion Solutions Corporation. All rights reserved.