Difference between revisions of "Finished"

From truxwiki.com
Jump to navigation Jump to search
Line 21: Line 21:
 
* Generate the [[Type_Load_Log|Load Log]]
 
* Generate the [[Type_Load_Log|Load Log]]
 
* Update the <code>[MD5Hash]</code> table with a unique list of hashes
 
* Update the <code>[MD5Hash]</code> 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.
 +
 +
<source lang="xml">
 +
  <autobackup>Yes</autobackup>
 +
  <backupfolder>C:\Temp\s7</backupfolder>
 +
</source>
 +
 +
=Automatic Publishing=
 +
You can have the freshly loaded media pushed to another instance of Truxton by adding the following to your configuration.
 +
 +
<source lang="xml">
 +
 +
  <autopublish>Yes</autopublish>
 +
  <apname>EnterpriseTruxton</apname>
 +
  <apserver>localhost</apserver>
 +
  <apport>5432</apport>
 +
  <apuser>postgres</apuser>
 +
  <appassword>Truxton4n6</appassword>
 +
</source>

Revision as of 12:21, 23 January 2021

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>