[-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]
TMSS10IRM_Send produces a picking and distribution file in Iron Mountain format.
-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).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.
Create an Iron Mountain formatted picking and distribution report for customer US04, removing the L? suffix including volumes that have previously been requested.
TMSS10IRM_Send -S user:-password@server -V "US04.*.*" -E "~~~~~~^^" -r
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
2021-05-24 | Fixed bug when using TMSSLEVELNAME and TMSSNOLEVELSLOT variables (#127) |
2020-11-24 | Added support for JSON output |
2019-02-25 | Added support for HTML output |
2019-02-09 | Added support for Excel output |
2019-01-06 | Added return code list to end of all command line programs that use the TapeTrack API |
2018-02-27 | Added Volume Edit Pattern, CSV output and no piscking and distribution arguments |
2016-11-18 | Added fast forward code to reduce runtime |
2016-11-18 | Enhanced argument parser to allow arguments in format *FI:filename that allows loading of arguments from a file |
2016-05-24 | Added option to allow skip of Volumes that are no scanned-out |
2016-05-24 | Changed selection message to display all flags |
2016-05-24 | Fixed bug where Volumes 10 characters long were not printing correctly |
2015-12-26 | Added flags to Volume Filter syntax (customer.media.volume@repository+flags) |
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 |