New -n Command line Option in Ribo Utility

Ribo utility has been enhanced to translate a raw .tds dump file into multiple files of manageable file sizes using a new command line option, -n.

In versions earlier than 15.7 ESD #7, Ribo utility translated the entire raw .tds dump file in to a single translation file regardless of the size. Ribo utility has been enhanced to translate a raw .tds dump file into multiple files of manageable file sizes using a new command line option, -n. You specify the maximum size for a single translation file, in KB, with the -n option. When the translation output file results in a size greater than the value specified in -n option, a new file will be created.

The output file name follows this naming convention:

<output_file_part1_of_5> <output_file_part2_of_5>

where <output_file> is a file specified by the user, appended with partX_ofY, where X is the current part and Y is the number of parts into which the translated output is divided.

Note: The -n flag takes effect when the translation is performed.