Enabletriggers, Encoding, Enabletriggers encoding – HP Neoview Release 2.4 Software User Manual
Page 51
NOTE:
These values are advisory only. While this number can be considered a trigger for
shutting down a job, Transporter continues to process data already in progress to completion.
For this reason, there may be additional discard records beyond the number specified.
•
For a job where the
option is “true”:
When the number of records written to the baddatafile file for the job reaches number,
Transporter stops processing the job.
•
For a job where the
option is “false”:
When the number of records written to the baddatafile file for a job entry reaches number,
Transporter stops processing the job entry.
If number is zero, this option is disabled. Transporter does not stop processing a job or job entry
based on the number of discarded records.
Example:
discard = 2000
Tells Transporter to stop the job after 2000 discards.
enabletriggers
enabletriggers = "true" | "false"
The default is “false”.
If you want to enable triggers on a table during load jobs, set this option to “true”.
If you want to disable triggers on a table during load jobs, set this option to “false”.
enabletriggers
must be set to "false" for upsert operations.
This option is ignored for extract operations.
encoding
encoding = "supported_java_encoding"
Use this option to explicitly specify the encoding for a file or pipe source to something other than
the default.
Default value: The default encoding of the host system that the Transporter client is running on.
The default character set of Java is determined during virtual-machine startup and typically
depends upon the locale and character set being used by the underlying operating system.
The entire source file must be in a single encoding. The Transporter Java client does not support
encoding on a row-by-row or column-by-column basis.
When the
option is true for a given job, all sources within the job must
have the same encoding value.
enabletriggers
51