Sets the packet size between the DirectConnect server and the target database.
TransferPacketSize=integer
512
integer must be in multiples of 512 and not exceed the target packet size.
WARNING! If you increase the packet size beyond the capabilities of ASE, the transfer login to the secondary database will fail.
To determine the ASE packet size, use sp_configure:
To return the default packet size:
sp_configure “default network packet”
To return the maximum size:
sp_configure “max network packet”