QXtend Outbound Tools > Session Control Tool > 32-bit Startup Option
  
32-bit Startup Option
In the QXO start-sess.sh file, a new parameter can be appended to the -param entries to indicate that QXO can process rowids as 32-bit. This optional parameter looks like the follows:
-param "$1",$LOGLEVEL,yes
-param "$1",$LOGLEVEL,no
The default is no, so it can be omitted.QXO runs on version 10.1B, which processes rowids as 64-bit; earlier versions of Progress send rowids as 32-bit.By default, QXO converts all incoming 32-bit rowids to 64-bit. However, for the users upgrading from QXO versions older than version 1.4, run a conversion routine to convert all rowids stored in the database to 64-bits.Because this conversion can take a long time to complete, especially when the QXO system has been operational for a long time. This parameter setting is provided as a workaround until a suitable time is found to perform the conversion and/or archive the old data.It is a system-wide setting, so if a QAD Enterprise Applications system was using 64-bit rowids and QXO was processing them as 32-bit, erroneous results may arise.