Skip Fastload and Multiload Tables | Teradata Data Mover - Skip Fastload and Multiload Tables - Teradata Data Mover

Teradata® Data Mover User Guide

Product
Teradata Data Mover
Release Number
17.00
Published
November 30, 2021
Language
English (United States)
Last Update
2021-11-04
dita:mapPath
gmn1574692806523.ditamap
dita:ditavalPath
cjo1509024828169.ditaval
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem

The skip.FLML.tables daemon property manages the job output status if selected objects within the running job are being fastloaded or multiloaded by another process.

The skip.FLML.tables values are as follows:
Value Description
True The job completes with a completed_with_warnings when fastload or multiload objects exist in the database being copied.
False (Default) Job fails when fastload or multiload objects exist in the database being copied.
The following is the XML property definition added to the daemon configuration:
<property>
        <key>skip.FLML.tables</key>
        <value>true</value>
        	<description> 
			If enabled (true) and the table is being Fast/Multi Loaded, the daemon marks it as COMPLETED WITH WARNINGS, for DSA jobs. If disabled (false) and the table is being Fast/Multi Loaded, the daemon marks the table movement as FAILED, for DSA jobs. Default is false.
		</description>
    </property>