TapeTrack Documentation

Because there is more to tape management than you ever realized

User Tools

Site Tools


variable:tmssapilogdir

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
variable:tmssapilogdir [2018/06/25 21:45] dcummingvariable:tmssapilogdir [2025/01/21 22:07] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== TMSSAPILOGDIR ====== ====== TMSSAPILOGDIR ======
  
-The ''TMSSAPILOGDIR'' variable performs the following:  +The [[variable:start|Environmental Variable]] ''TMSSAPILOGDIR'' performs the following:  
  
    - Enables TapeTrack low level API communications debugging.    - Enables TapeTrack low level API communications debugging.
Line 9: Line 9:
  
 ===== Example ===== ===== Example =====
-<sxh>+ 
 +Starting TapeMaster with the variable ''TMSSAPILOGDIR'' enabled. 
 +<code>
 set TMSSAPILOGDIR=C:\Users\jsmith.GAZILLABYTE\Desktop\logs set TMSSAPILOGDIR=C:\Users\jsmith.GAZILLABYTE\Desktop\logs
-</sxh>+"C:\Program Files\TapeTrack\TapeTrack TapeMaster\TMSSMaster.exe" 
 +</code> 
 + 
 +Output from ''TMSSAPILOGDIR'' will be written to a text file to the set directory. 
 + 
 +<code> 
 +10:35:48: TMSS10API_Init (API Version=Oct 30 2024 16:55:34) 
 +10:35:50: TMSS10API_Send: Function(ID-Server) Length(0) Flags(0) OptArgs(0) 
 +10:35:50: TMSS10API_Send: RC(Send failed or timed-out) Feedback(0) MiliSecs(0) Avail(0) Count(0) Length(0) 
 +10:35:56: TMSS10API_Connect: Server(localhost) Port(5000) 
 +10:35:56: TMSS10API_Connect: Connection OK IP(127.0.0.1) 
 +10:35:56: TMSS10API_Send: Function(RegisterClient) Length(32) Flags(0) OptArgs(0) 
 +10:35:56: TMSS10API_Send: RC(Request OK) Feedback(0) MiliSecs(0) Avail(0) Count(0) Length(0) 
 +10:35:56: TMSS10API_Send: Function(Logon) Length(620) Flags(128) OptArgs(0) 
 +10:35:56: TMSS10API_Send: RC(Request OK) Feedback(0) MiliSecs(0) Avail(0) Count(1) Length(64) 
 +10:35:56: TMSS10API_Send: Function(ID-Server) Length(0) Flags(0) OptArgs(0) 
 +10:35:56: TMSS10API_Send: RC(Request OK) Feedback(0) MiliSecs(0) Avail(0) Count(1) Length(1128) 
 +10:35:56: TMSS10API_Send: Function(ID-Server) Length(0) Flags(0) OptArgs(0) 
 +10:35:56: TMSS10API_Send: RC(Request OK) Feedback(0) MiliSecs(0) Avail(0) Count(1) Length(1128) 
 +</code> 
 + 
 +==== Example Output Using TMSS10Ping ==== 
 + 
 +<code> 
 +set TMSSAPILOGDIR=C:\Users\jsmith.GAZILLABYTE\Desktop\logs 
 +TMSS10Ping localhost -P 5000 
 +</code> 
 + 
 +Output from ''TMSSAPILOGDIR'' will be written to a text file to the set directory. 
 +<code> 
 +10:14:46: TMSS10API_Init (API Version=Apr 20 2019 17:02:53) 
 +10:14:46: TMSS10API_Connect: Server(localhost) Port(5000) 
 +10:14:46: TMSS10API_Connect: Connection OK IP(127.0.0.1) 
 +10:14:46: TMSS10API_Send: Function(Ping) Length(0) Flags(0) OptArgs(0) 
 +10:14:46: TMSS10API_Send: RC(Request OK) Feedback(0) MiliSecs(0) Avail(0) Count(0) Length(0) 
 +10:14:46: TMSS10API_Send: Function(Ping) Length(0) Flags(0) OptArgs(0) 
 +10:14:46: TMSS10API_Send: RC(Request OK) Feedback(0) MiliSecs(0) Avail(0) Count(0) Length(0) 
 +10:14:46: TMSS10API_Send: Function(Ping) Length(0) Flags(0) OptArgs(0) 
 +10:14:46: TMSS10API_Send: RC(Request OK) Feedback(0) MiliSecs(0) Avail(0) Count(0) Length(0) 
 +10:14:46: TMSS10API_Send: Function(Ping) Length(0) Flags(0) OptArgs(0) 
 +10:14:46: TMSS10API_Send: RC(Request OK) Feedback(0) MiliSecs(0) Avail(0) Count(0) Length(0) 
 +10:14:46: TMSS10API_Term 
 +</code> 
 +===== See Also ===== 
 + 
 +[[technote:setting_environmental_variables|Setting Environmental Variables]] 
 + 
 +<-  ^ variable:start |Introduction ^ -> 
 + 
 +{{tag>environmental_variables troubleshooting logging path}}
  
-{{tag>environmental_variables}} 
variable/tmssapilogdir.1529963137.txt.gz · Last modified: 2025/01/21 22:07 (external edit)