createAll sourceType

Creates all source types described in an XML file.

See Also

create sourceType

Syntax

createAll sourceType --INPUT_FILE=xml_filename [--DUPE_METHOD=action]

or

createAll sourceType -i xml_filename [-d action]

Parameters

xml_filename

Path to the XML document that contains the object descriptions. See sourceType.

action

Action to take when an object already exists:

  • error: The createAll command fails with an error. (Default)

  • ignore: The existing object description is kept.

  • overwrite: The new description replaces the existing object description.

Example

This command creates four source types:

SES>createAll sourceType --INPUT_FILE=sourcetypes.xml --DUPE_METHOD=ignore

createAll operation succeeded for type "sourceType".
 
  4 object(s) with status CREATE_SUCCEEDED
  21 object(s) with status DUPLICATE_IGNORED