Creates a document service instance from an XML description.
create docServiceInstance --NAME=object_name --INPUT_FILE=xml_filename [--ENCRYPT_KEY=key]
or
create docServiceInstance -n object_name -i xml_filename [-e key]
Content of a <search:name>
element in the XML document.
Path to the XML document that defines the object. See docServiceInstance.
Encryption key for passwords in xml_filename
. The key must be at least eight ASCII characters long and include at least one letter and one number. Multibyte characters are invalid. If you omit this option, you are prompted for the key.
This example creates a service instance from the description in docserviceinstance.xml:
SES>create docServiceInstance --NAME="Default summarizer service instance" --INPUT_FILE=docserviceinstance.xml --ENCRYPT_KEY=key2encrypt
The object "[name=Default summarizer service instance]" was successfully created.