Table of Contents

TMSSAPILOGDIR

The Environmental Variable TMSSAPILOGDIR performs the following:

  1. Enables TapeTrack low level API communications debugging.
  2. Specifies the path of the directory where log files debugging files will be created.
Examples shown use fictional directories. Replace directory path with the actual directory you want to save debugging log files to on your own system

Example

set TMSSAPILOGDIR=C:\Users\jsmith.GAZILLABYTE\Desktop\logs

Example Output Using TMSS10Ping

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

See Also

Setting Environmental Variables