/uec

Instruct the Uniface Router to periodically check that Uniface Servers in the specified UST group are still alive.

/uec=Duration{TimeUnit}

Arguments

  • Duration—length of time between checks, expressed in seconds (the default unit)
  • TimeUnit— optional unit of time; one of:
    • s—seconds (the default, if TimeUnit is omitted)
    • m—minutes
    • h—hours
    • d—days
    • w—weeks

    Note: You cannot combine time units, such as /uec=4w2d.

Use

Use the /uec qualifier on the UST definition in the [SERVERS] section of the Uniface Router's assignment file.

Description

When set, the /uec qualifier is applied to all servers in the UST group. For more information, see Broken or Closed Connections.

Note:  To check only once that a server is still alive, you can used the UROUTMON component's UROUTER_DOYOUHAVE operation. For more information, see UROUTER_DOYOUHAVE .

Using /uec

;urouter.asn
 [SERVERS]
 SRV = userver.exe /asn=asv.asn /uec=120

Related Topics