TTS Transaction Status 0x2222 34 04

Verifies whether a transaction has been written to disk.

NetWare Servers:2.x, 3.x, 4.x, 5.x

Request Format

Offset

Content

Type

Request header

6

FunctionCode (34)

byte

7

SubFunctionCode (4)

byte

8

TransactionNumber

long (Hi-Lo)

Return Values

Decimal

Hex

Description

0

0x00

Successful

Remarks

TransactionNumber is the number returned by TTS End Transaction (0x2222 34 02). This value contains a number assigned and used by the NetWare OS to track each transaction.

Because of the file server caching algorithms, 3-5 seconds (or longer) can elapse before transactions are actually written. Transactions are written to disk in the order in which they are ended.

See Also

TTS End Transaction 0x2222 34 02