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.05
Published
October 2020
Language
English (United States)
Last Update
2020-11-18
dita:mapPath
xxl1591023586203.ditamap
dita:ditavalPath
mpm1591127278842.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>