Depending on the pipeline component that is used on the HBR server, data inbound to the HBR server from the PCA might need to be converted from 32-bit to 64-bit.
Configure the is32To64bitConversionNeeded
property in the Globals section of
TeaLeafCaptureSocket.cfg
to manage the data conversion for 32-bit hits that flow
from PCA to the HBR server.
Set the value of the
is32To64bitConversionNeeded
property, based on
whether the HBR server uses a 64-bit pipeline component.- If HBR is using a 64-bit pipeline, set
is32To64bitConversionNeeded
to True. - If HBR is using a 32-bit pipeline, set i
is32To64bitConversionNeeded
to False.