Log File for Export Operations

Data is written to the export.log file and saved in the export directory when the data is successfully exported to the file system as XML files. If an export.log file is not present in the export directory, it indicates that the export is not complete or has failed.

The export.log file contains a summary information regarding the exported data which includes:

  • Type of export (job, calendar, job delta, or calendar delta)

  • A list of jobs or job-groups selected for export

  • The version of the TA Master

  • The time taken for export

The format of the export.log file is explained below.

Lines that start with a # are comments that explain this statement:

#Type of export indicates whether this is a job export, a calendar export, or a delta EXPORT_TYPE=Job|calendar|job delta|calendar delta
#If jobs are exported then the comma separated list of jobs input to the export process that resulted in the creation of the export repository
INPUT_JOBS=[,]
#If jobs are exported then the comma separated list of jobs input to the export process that resulted in the creation of the export repository
INPUT_CALENDARS=[,]
TIME_TAKEN_FOR_EXPORT=14 seconds
#The version number indicates that data was exported from a certain version of TES TES_VERSION=6.1.0.554