Using JFSC 3.5.6 an RTRecord reports its status as active and hasData() returns true.
However sequential access of the data on the record in processRecordSync shows there are no fields. Calling hasMoreElements on the enumeration instance returned by the record returns false.
Are there any reasons why this might be the case?