TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


cli:tmss10irm_send

TMSS10IRM_Send

Synopsis

[-A do not fix offsite audit failures] [-C CSV formatted output] [-D do not produce distribution list] [-E volume edit pattern] [-M include overdue on Monday] [-O force onsite repository filter] [-P do not produce picking list] [-S logon string] [-U exclude if not scanned out] [-V volume filter] [-c configuration file] [-d exclude volumes that are overdue] [-m customer mapping file] [-o destination repository filter] [-r include volumes already requested]

Description

TMSS10IRM_Send produces a picking and distribution file in Iron Mountain format.

Options

  • -A Do not fix offsite audit failures (default=false).
  • -C Output report in CSV format.
  • -D Do not produce distribution list (default = false).
  • -E Volume edit pattern (default = *).
  • -M Include overdue on Monday (default = false).
  • -O Force onsite repository filter (default = false).
  • -P Do not produce picking list (default = false).
  • -S The Logon string argument sets the Server Logon Information.
  • -U Exclude if not scanned out (default = false).
  • -V Volume Filter which can be used to filter the traversal of Customer, Media, Volume, repository and flag values.
  • -c The config file argument specifies the path to the Batch Configuration File. The Batch Configuration File allows you to perform advanced traversal of Customer, Media and Volumes, perform advanced barcode pre and post processing and route program output to syslogd.
  • -d Exclude volumes that are overdue (default = false).
  • -m Customer mapping file (default = null).
  • -o Destination repository filter (default = *).
  • -r Include volumes already requested (default = false).

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.
  3. 100 Empty output file.

Files

stdout: Output Reports.
stderr: Diagnostic messages.

Example

Create an Iron Mountain formatted picking and distribution report for customer US04, removing the L? suffix including volumes that have previously been requested.

Command line syntax

TMSS10IRM_Send -S user:-password@server -V "US04.*.*" -E "~~~~~~^^" -r

Output

StartHeaderText~P~US04~LTO~EndHeaderText
000007           00000 
000008           00000 
StartfooterText~P~US04~LTO~EndFooterText
StartHeaderText~D~US04~LTO~EndHeaderText
000005           00000 
000006           00000 
100056           00000 
StartfooterText~D~US04~LTO~EndFooterText
Changelog
2021-05-24Fixed bug when using TMSSLEVELNAME and TMSSNOLEVELSLOT variables (#127)
2020-11-24Added support for JSON output
2019-02-25Added support for HTML output
2019-02-09Added support for Excel output
2019-01-06Added return code list to end of all command line programs that use the TapeTrack API
2018-02-27Added Volume Edit Pattern, CSV output and no piscking and distribution arguments
2016-11-18Added fast forward code to reduce runtime
2016-11-18Enhanced argument parser to allow arguments in format *FI:filename that allows loading of arguments from a file
2016-05-24Added option to allow skip of Volumes that are no scanned-out
2016-05-24Changed selection message to display all flags
2016-05-24Fixed bug where Volumes 10 characters long were not printing correctly
2015-12-26Added flags to Volume Filter syntax (customer.media.volume@repository+flags)
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/tmss10irm_send.txt · Last modified: 2022/06/06 00:39 by scunliffe