createAll docServicePipeline

Creates all document service pipelines described in an XML document.

See Also

create docServicePipeline

Syntax

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

or

createAll docServicePipeline -i xml_filename [-d action]

Parameters

xml_filename

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

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 example creates a new document service pipeline and replaces an existing one:

SES>createAll docServicePipeline --INPUT_FILE=docservicepipeline.xml --DUPE_METHOD=overwrite 
 
createAll operation succeeded for type "docServicePipeline".
 
  1 object(s) with status CREATE_SUCCEEDED
  1 object(s) with status DUPLICATE_OVERWRITTEN