What are the options of the Radmind Server, Radmind Loadset Tool?

By: Richard Glaser - Revised: 2006-05-30 devin

The Radmind Loadset tool, is a tool, part of the Radmind Server GUI that allows management of loadsets (i.e. transcripts & associated files)


When you launch Radmind Server and have loadsets in the temporary directory, the following sheet will display.


It will select a loadset and give you options to "Update and Check In", which will compare the associated files against the transcript and will update the transcript if checksum or size if different and then move the loadset into production.

The "Verify and Check In", which will compare the associated files against the transcript and notifiy you of any checksum or size differences, but not make modifications to transcript, and then move the loadset into production.

Note, if you click the "Cancel" button, you will need to click the "Refresh" button or quit & re-launch the Radmind Server GUI to check-in loadsets into production.


The "Verify" button, compares the transcript against the associated files, and notifies you have any checksum or size differences.

This is similar to using the following command with the -n option:

    lcksum -c sha1 -n <loadset>.T


The "Update" button, compares the transcript against the associated files, and updates the transcript to match any checksum or size differences.

This is similar to using the following command without the -n option:

    lcksum -c sha1 <loadset>.T


The "Merge" button, combines two or more selected loadsets into one loadset.

This is similar to using the following command:

   lmerge <update>.T <default>.T <new>.T