TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


cli:tmss10resolve
 
 

TMSS10Resolve

Synopsis

TMSS10Resolve

Description

TMSS10Resolve resolves TapeTrack environmental variables used in input files.

Options

Technical Support

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.

Exit Statuses

  1. zero Program has ended successfully.
  2. non-zero Program has not ended successfully.

Environment

Files

stdout: Output Reports.
stderr: Diagnostic messages.
stdin: Program input.

Example

Command line syntax

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

Output

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%
Changelog
2015-08-24Changed hascontents to contentcount and change contentcount to a filter rather than bool
2015-08-24Added iscontainer and hascontents to the config file filter logic
2015-05-16Added environmental varialbe TMSSCANFILEUNQUALIFIED which will load and check volumes without Customer-ID and Media-ID qualifiers
2015-05-16Added environmental varialbe TMSSSCANFILENOPARSE which will presume scanfile items are only Volumes and not parse them, saving time
2015-05-16When loading scanfile from import definition, added CUSTOMER and MEDIA keywords to set defaults
2015-05-16When loading scanfile from import definition, changed keyword from VOLUME to BARCODE
2015-05-16Added TMSSUNQUALIFIEDVOLUME environmental variable which forces all barcodes to be printed without Customer-ID and Media-ID
2015-05-04Added support for AD passwords to all command line programs (check for environmental variable TMSSNOMD5)
2014-11-19Changed server argument parser to allow colon in password to support z/OS DD name files
2014-10-26Upgraded development environment from Visual Studio 2012 to Visual Studio 2013
cli/tmss10resolve.txt · Last modified: 2022/05/31 03:10 by scunliffe