System, Tenacity, Timeout – HP Neoview Release 2.3 Software User Manual
Page 54: Truncate, System tenacity timeout truncate url
For a load operation when a pipe is read, Transporter discards any records read until the
startseq
record is seen. Transporter stops reading records once the endseq record has been
seen.
For an extract operation, Transporter writes the startseq record into the pipe before the first
data record. After all records have been written, the endseq record is written. The endseq
record is written even if errors are encountered.
system
system = "unqualified_Neo_systemname"
This option is required. There is no default value.
This option specifies the unqualified name of the primary segment on a Neoview system.
Example: to specify a Neoview system with the name neo0101.domain.com:
system = "neo0101"
tenacity
tenacity = number_of_seconds
The default is 15 seconds.
This option specifies how long, in seconds, Transporter should wait between attempts to establish
a database connection, open a JMS source, or open a named pipe before retrying.
number_of_seconds
can be zero or a positive integer.
The
option specifies how many retry attempts should be made for a given
resource.
timeout
timeout = number_of_seconds
The default value is 60 seconds.
After a named pipe or JMS source has been successfully opened, this option specifies how long
Transporter waits, in seconds, for a read or write operation to complete before timing out and
returning an error.
number_of_seconds
can be zero or a positive integer.
truncate
truncate = "true" | "false"
The default is “false” (do not delete data from the target).
This option specifies whether Transporter should truncate target tables (for a load operation) or
target data files (for an extract operation) before job processing begins.
true
means Transporter will delete all data from the target table or file before job processing
begins.
false
means Transporter will not delete data from the target before job processing begins.
For a load operation where the
is “insert”, if the
option is set to true then truncate must also be set to true otherwise an error is returned.
url
url = "urlname"
This option specifies an access point for:
54
Control File Options