Neoview Database Administrator's Guide (R2.2)

Table 8-2 Optional CONFIG_TASK_LOAD Arguments (continued)
DescriptionDefault
Value
Long
Name
Short
Name
Input type for the task. Valid values are:
FILE
TABLE
PIPE
QUEUE
FILE
inputType-it
Limit on the number of messages that can be received on the
JMS queue. When this limit is reached, the loader stops reading
from the queue.
Valid range is 1 to 1000000000.
500000
msgCountLimit-ml
Specifies whether an existing task’s arguments can be changed.
Valid values are:
Y (yes, overwrite existing data)
N (no, do not overwrite existing data)
I (create a task if it does not exist, or change it if it does exist.)
N
overwriteFlag-of
Use the I option with care because it could lead to unexpected
behavior if you intended to update an existing task, but
misspelled the task name. In this case a new task would be
created and the existing task would not be updated as
expected.
If you are changing an existing task configuration, the
overwrite flag must be set to I or Y.
The operation type to be performed for the data load. Valid
values are:
INSERT
UPDATE
INSERTUPDATE
UPDATEINSERT
INSERTUPDATE: Attempts to perform an SQL INSERT. If the
INSERT fails, it then performs an SQL UPDATE.
UPDATEINSERT: Attempts to perform an SQL UPDATE. If the
UPDATE fails, it then performs an SQL INSERT.
INSERT
operationType-op
Output type for the task. The only valid value is TABLE.TABLE
outputType-ot
Processing priority. Valid values are:
HIGH
MEDIUM
LOW
HIGH
processPriority-pp
Record delimiter. Valid values are:
CR
LF
CRLF
CRLF
recordDelimiter-rd
112 Using the Neoview Loader