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/03/04 00:07] – [Running TapeTrack Inventory Report from Browser] Scott Cunliffetechnote:cgi [2026/03/04 00:31] (current) – [Setting Report Format] Scott Cunliffe
Line 100: Line 100:
 Open a browser and visit: Open a browser and visit:
  
-<code> http://localhost/tapetrack/TMSS10Inventory.exe?S=user:-pass@localhost </code>+<code> http://localhost/tapetrack/TMSS10Inventory.exe?S=server </code>
  
-Replace user and pass with actual username and password.+Replace server with actual server address.
  
 If CGI is configured correctly, Apache will execute the program instead of downloading it. If CGI is configured correctly, Apache will execute the program instead of downloading it.
Line 140: Line 140:
 Using CGI, to set the report format locally, use the variable RPT Using CGI, to set the report format locally, use the variable RPT
  
-<code> http://localhost/tapetrack/TMSS10Inventory.exe?S=user:-pass@localhost &RPT=CSV</code>+<code> http://localhost/tapetrack/TMSS10Inventory.exe?S=server &RPT=CSV</code>
  
 Or if the report format stays as CSV, you can set the value globally. Or if the report format stays as CSV, you can set the value globally.
Line 170: Line 170:
 Once TMSSREPORTFORMAT is set, run: Once TMSSREPORTFORMAT is set, run:
  
-<code> http://localhost/tapetrack/TMSS10Inventory.exe?user:-pass@localhost </code>+<code> http://localhost/tapetrack/TMSS10Inventory.exe?S=server&RPT=CSV </code>
  
 The browser should display the CSV output, or prompt to open it in Excel. The browser should display the CSV output, or prompt to open it in Excel.
technote/cgi.1772582870.txt.gz · Last modified: 2026/03/04 00:07 by Scott Cunliffe