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:
The following is the XML property definition added to the daemon configuration:
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. |
<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>