Changes

Data Import Service

94 bytes removed, 11:44, 29 September 2021
* The <code>Status</code> field has three possibilities:
** <code>0</code>: The item has been successfully created. ** <code>1</code>: The item has been successfully updated. This happens when an existing object has been identified by the Primary Key (configuration of <code>ImportProcessor</code> and on the Ubik-Proxy required). ** <code>2</code>: An error occurred while creating/updating the object. Read the message!
* The <code>UbikObjectId</code> allows for easy identification of the erroneous object in Ubik. It will only be filled up if an object has been created/updated and will be all zero if the error occurred before an object has been created.
* The <code>ElapsedTime</code> field shows the time it took the system to successfully create and save the Proxy object with all data. At this point, the Proxy has been created, but the import to the real Ubik object is executed asynchronously and cannot be predicted.
* The <code>Message</code> field shows a status message or the details, if an error occurred.
[[Category:Data Import Service|Data Import Service]][[Category:Plugin|Data Import Service]]
== Authentication Mechanism==
187
edits