Finished

From truxwiki.com
Revision as of 12:21, 23 January 2021 by Sam (talk | contribs)
Jump to navigation Jump to search
Details
Executable Finished.exe
Stage 240
Percent Complete 94% - 100%
Message Queue finished

The Finished ETL is responsible for completing a Truxton load. It performs the following tasks:

  • Updating [File] table records to populate [NumberOfChildren] and [FullPathID] columns
  • Record final load data in the [Statistics] table
  • Generate the Load Log
  • Update the [MD5Hash] table with a unique list of hashes

Automatic Backup

You can have a backup made of the freshly loaded media by adding the following to your configuration.

  <autobackup>Yes</autobackup>
  <backupfolder>C:\Temp\s7</backupfolder>

Automatic Publishing

You can have the freshly loaded media pushed to another instance of Truxton by adding the following to your configuration.

  <autopublish>Yes</autopublish>
  <apname>EnterpriseTruxton</apname>
  <apserver>localhost</apserver>
  <apport>5432</apport>
  <apuser>postgres</apuser>
  <appassword>Truxton4n6</appassword>