Specifications
How Transaction Limits Work
BT Language Reference 213
Constraint Description
N2NetworkTime
For a terminal server
application, the limit for
the number of
milliseconds of N2
network time for a
transaction, where N2 is
the latency introduced by
the connection between
the terminal server and
the application server
Example: N2NetworkTime < 600000
ReportedTime
The limit for the number
of milliseconds of
reported time for a
transaction (client time +
network time + server
time)
Example: ReportedTime < 600000
RoundTrips
The limit for the number
of round trips for a
transaction, where a
round trip is one request
from the client to the
server followed by a
response from the server
to the client
Example: RoundTrips > 200
ServerName
For restricted use to
eliminate No- Server
transactions only. It can
only be used as follows:
ServerName != "No-Server"
ServerTime
The limit for the number
of milliseconds of server
time for a transaction
Example: ServerTime <= 500000