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:14] – [Example: Generate CSV Inventory Report] 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.
technote/cgi.1772583248.txt.gz · Last modified: 2026/03/04 00:14 by Scott Cunliffe