This is an old revision of the document!
Technical Note: Configuration File
Modifying config file in TapeMaster and Lite to remove slot display.
As it is a local modification it has no effect on the data stored in the database.
To modify TapeMaster, open TMSSMaster.cfg in a plain text editor such as Notepad. TMSSMaster.cfg
can be found in the TapeTrack/TapeMaster install directory (default C:\Program Files\TapeTrack\TapeTrack TapeMaster
).
To modify Lite, open TMSSLite.cfg
in a plain text editor such as Notepad. TMSSLite.cfg can be found in the TapeTrack/Lite install directory (default C:\Program Files\TapeTrack\TapeTrack Lite
).
Locate the section variables
Remove comment tags /* & */ from above and below variables.
Change the line of code
TMSSLEVELNAMES = “A,B,C”;
to
TMSSNOLEVELSLOT = “true”;
and save file
To check the modification was successful:
Login to TapeMaster and open slotted media to check display of volume location is now restricted to Zone and shelf as illustrated by the images below.
Before modification - TapeMaster displaying Zone, shelf and slot.
After modification - TapeMaster displaying Zone and shelf only.