TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


technote:cgi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
technote:cgi [2026/02/19 04:31] – [Running TapeTrack Inventory Report from Browser] Scott Cunliffetechnote:cgi [2026/02/19 04:51] (current) – [Report Variables] Scott Cunliffe
Line 151: Line 151:
  
 This forces TapeTrack utilities run via Apache CGI to output in CSV format. This forces TapeTrack utilities run via Apache CGI to output in CSV format.
 +
 +===== Report Variables =====
 +
 +All report [[variable:start|Variables]] can be used similar to the command line interface, with the exception of syntax.
 +
 +A command line example of calling TMSS10Inventory, with access details, customer filter and CSV output.
 +
 +<code> set TMSSREPORTFORMAT=CSV
 +TMSS10Inventory -S user:-pass@localhost -V UK01.*.* </code>
 +
 +Apache/CGI
 +
 +<code> http://localhost/tapetrack/TMSS10Inventory.exe?S=user:-pass@localhost&V=UK01.*.*&RPT=CSV</code>
 +
  
 ===== Example: Generate CSV Inventory Report ===== ===== Example: Generate CSV Inventory Report =====
Line 176: Line 190:
   * Only allow execution in a controlled folder   * Only allow execution in a controlled folder
  
 +{{tag> reports utils cgi apache technote cli}}
technote/cgi.1771475462.txt.gz · Last modified: 2026/02/19 04:31 by Scott Cunliffe