TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


cli:tmss10logstatsprocess
 

This is an old revision of the document!


 
 

TMSS10LogStatsProcess

TMSS10LogStatsProcess processes a TapeTrack Statistics file, apply calculations and produce a report in XML format.

Synopsis

TMSS10LogStatsProcess [-M customer map file] [-N no xml preamble] [-P package map] [-X xml stylesheet] [-c config file] [-i input ttstats file] [-l list stats definition language syntax]

Options

  • -M Customer Description Map File
  • -N No XML preamble (default = false)
  • -P Package Map File
  • -X XML Style Sheet (default = tapetrack.xslt)
  • -c Config File (default = default.ttsdef)
  • -i Input TTSTATS file
  • -l List Stats Definition Laguage syntax (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.

Environment

Files

Example

Command line syntax

TMSS10LogStatsProcess -i 0001.ttstats -M customer.txt  -P package.txt > Billing_0002.xml 

Output

<?xml version="1.0" encoding="ISO8859-1" ?>
<?xml-stylesheet type="text/xsl" href="tapetrack.xslt"?>
<tapetrack_data>
	<item>
		<customer>0001</customer>
		<itemcode>Los Angeles STORAGE_OFFSITE</itemcode>
		<description>CONT Vault Storage Charge</description>
		<count>60</count>
		<cost>0.01</cost>
		<total>0.60</total>
	</item>
	<item>
		<customer>0002</customer>
		<itemcode>Los Angeles STORAGE_OFFSITE</itemcode>
		<description>LTO Vault Storage Charge</description>
		<count>160</count>
		<cost>0.01</cost>
		<total>1.60</total>
	</item>
	<item>
		<customer>0002</customer>
		<itemcode>Los Angeles MOVE_ONSITE</itemcode>
		<description>LTO Deliver to Customer </description>
		<count>4</count>
		<cost>10.90</cost>
		<total>10.90</total>
	</item>
</tapetrack_data>

Changelog

Cannot load rss feed.
cli/tmss10logstatsprocess.1578367003.txt.gz · Last modified: 2025/01/21 22:07 (external edit)