You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INFO: file:/Users/xzhu/Downloads/JNO-J_SW-JAD-3-CALIBRATED-V1.0/JAD_L30_HRS_ELC_ALL_CNT_2016240_V01.LBL Finished transforming PDS3 label 'file:/Users/xzhu/Downloads/JNO-J_SW-JAD-3-CALIBRATED-V1.0/JAD_L30_HRS_ELC_ALL_CNT_2016240_V01.LBL' to a PDS4 label '/Users/xzhu/Downloads/JNO-J_SW-JAD-3-CALIBRATED-V1.0/jad_l30_hrs_elc_all_cnt_2016240_v01.xml'
INFO: file:/Users/xzhu/Downloads/JNO-J_SW-JAD-3-CALIBRATED-V1.0/jad_l30_hrs_elc_all_cnt_2016240_v01.xml Transforming table '1' of file: file:/Users/xzhu/Downloads/JNO-J_SW-JAD-3-CALIBRATED-V1.0/JAD_L30_HRS_ELC_ALL_CNT_2016240_V01.DAT
ERROR: [/Users/xzhu/Downloads/JNO-J_SW-JAD-3-CALIBRATED-V1.0/jad_l30_hrs_elc_all_cnt_2016240_v01.xml] Error occurred while transforming table: Error occurred while reading table '1' of file 'file:/Users/xzhu/Downloads/JNO-J_SW-JAD-3-CALIBRATED-V1.0/JAD_L30_HRS_ELC_ALL_CNT_2016240_V01.DAT': capacity < 0: (-1040993352 < 0)
ERROR: file:/Users/xzhu/Downloads/JNO-J_SW-JAD-3-CALIBRATED-V1.0/JAD_L30_HRS_ELC_ALL_CNT_2016240_V01.LBL Unsuccessful table transformation. Check transformed PDS4 label for possible errors.
Thanks,
Brian Xiaoyu Zhu
Possible clue towards solution:
Look into the following clue:
the transform program must load the number of bytes in the binary file as an integer. However, because the file size was too large, the integer overflowed and became negative. Changing the capacity variable to long int would likely solve this particular problem.
The text was updated successfully, but these errors were encountered:
Issue found user:
Possible clue towards solution:
The text was updated successfully, but these errors were encountered: