Update

Success protocol file entry

<entry>

  <pid>[unique process identifier]</pid>

  <date>[date and time of process completion]</date>

  <command>UpdateDocuments|BulkUpdateAttributes</command>

  [<filePath>[path to meta.xml]</filePath>]

  <state>OK</state>

  <documentId>[document ID]</documentId>|<updateId>[update ID]</updateId>

  <revisionId>[revision ID]</revisionId>|<updateId>[update ID]</updateId>

</entry>

Error protocol file entry

<entry>

  <pid>[unique process identifier]</pid>

  <date>[date and time of process completion]</date>

  <command>UpdateDocuments|BulkUpdateAttributes</command>

  [<filePath>[path to meta.xml]</filePath>]

  <state>NOK</state>

  [<updateId>[update ID]</updateId>]

  <error>

    <code>[some code]</code>

    <message>[some message]</message>

    <id>[some id]</id>

    <property name="messagePos0">...</property>

    <property name="messagePos1">...</property>

  </error>

</entry>

State protocol file entries

<entry>

  <pid>[unique process identifier]</pid>

  <date>[date and time of process completion]</date>

  <command>UpdateDocuments|BulkUpdateAttributes</command>

  <directory>[the batch directory]<directory>

  <state>STARTED|FINISHED|ABORTED</state>

</entry>

 

<entry>

  <pid>[unique process identifier]</pid>

  <date>[date and time of process completion]</date>

  <command>UpdateDocuments|BulkUpdateAttributes</command>

  <operation>

    search|checkout|updateContents|updateAttributes|

    updateMetadata|deleteContents|createContents|commit|rollback|bulk update

  </operation>

  <filePath>[path to meta.xml]</filePath>

  <revisionId>[revision ID]</revisionId>|<updateId>[update ID]</updateId>

  <requestId>[request ID]</requestId>

<state>RUNNING|OK|NOK</state>

</entry>