Table of Contents

TMSSSTDERRDIR

The Environmental Variable TMSSSTDERRDIR specifies the full path to write the standard error stream to a date stamped file.

Example

Windows Command Line

To write the standard error, from TMSS10Sync, to C:\Program Files\TapeTrack\TapeTrack Sync\reports

set TMSSSTDERRDIR=C:\Program Files\TapeTrack\TapeTrack Sync\reports

Windows PowerShell

To write the standard error, from TMSS10Sync, to C:\Program Files\TapeTrack\TapeTrack Sync\reports

$env:TMSSSTDERRDIR = "C:\Program Files\TapeTrack\TapeTrack Sync\reports"

Linux

To write the standard error, from TMSS10Sync, to /var/tapetrack/reports

export TMSSSTDERRDIR="/var/tapetrack/reports"