TMSS10Resolve
TMSS10Resolve resolves TapeTrack environmental variables used in input files.
The TapeTrack Software is commercially supported by a full time help desk staff. If you are experiencing problems or want some advice on how to configure or use the product please see the Accessing Technical Support page.
stdout: Output Reports.
stderr: Diagnostic messages.
stdin: Program input.
TMSS10Resolve
Feeding in the variables from the script Slotting.bat as an example.
:: Description: TapeTrack Slotting script :: System: TMSS :: SecLevel: Proprietary :: Copyright: (c) 2012 GazillaByte LLC :: :: set the working directory to the TapeTrack Scripts directory so we can use relative paths :: cd "%TMSS10SCRIPTS%" :: :: Set Server Logon String :: set TTSERVER=tapemaster:-@localhost :: :: Execute TMSS10SlotAllocation and write output to Reports directory :: TMSS10SlotAllocation -S %TTSERVER% > "%TMSS10REPORTS%\slotting_report.txt" 2> "%TMSS10REPORTS%\slotting_error.txt
ZBT001N-11:48:55 TMSS10Resolve (c) GazillaByte 1998-2017 ZBT002N-11:48:55 Compiled Nov 10 2017 at 08:18:52 ZBT010I-11:48:55 this program resolves environmental variables in an input file ZBT006N-11:48:55 Running Under Windows 10 (build 15063 10.00) on platform x64 ZBT000N-11:48:55 Host is Little Endian ZBT000N-11:48:55 Host is ASCII ZBT000N-11:48:55 Binary is 64 bit ZBT000N-11:48:55 Current Working Directory is C:\WINDOWS\system32 ZBT004N-11:48:55 Today is Monday, November 27, 2017 ZBT005N-11:48:55 Running on GazillaByte ZBT006N-11:48:55 Process ID 1765608 %TMSS10SCRIPTS% C:\Program Files\TapeTrack\TapeTrack Framework Server\scripts% %TMSS10REPORTS% C:\Program Files\TapeTrack\TapeTrack Framework Server\var\reports%
2015-08-24 | Changed hascontents to contentcount and change contentcount to a filter rather than bool |
2015-08-24 | Added iscontainer and hascontents to the config file filter logic |
2015-05-16 | Added environmental varialbe TMSSCANFILEUNQUALIFIED which will load and check volumes without Customer-ID and Media-ID qualifiers |
2015-05-16 | Added environmental varialbe TMSSSCANFILENOPARSE which will presume scanfile items are only Volumes and not parse them, saving time |
2015-05-16 | When loading scanfile from import definition, added CUSTOMER and MEDIA keywords to set defaults |
2015-05-16 | When loading scanfile from import definition, changed keyword from VOLUME to BARCODE |
2015-05-16 | Added TMSSUNQUALIFIEDVOLUME environmental variable which forces all barcodes to be printed without Customer-ID and Media-ID |
2015-05-04 | Added support for AD passwords to all command line programs (check for environmental variable TMSSNOMD5) |
2014-11-19 | Changed server argument parser to allow colon in password to support z/OS DD name files |
2014-10-26 | Upgraded development environment from Visual Studio 2012 to Visual Studio 2013 |