TitleEngTAG

Handling Data Tables

Sprinkler internal handling data tables are divided between needed by Outgoung or Incoming data handling: **Outgoing data** * As a first step, the outgoing data is stored into [[Outbox|Data Distribution Outbox]] table. * From here, it is moved into [[RemoteOutbox|Data Distribution Remote Outbox]] table. * As a last step, it is transmitted via SOAP to the Remote Peer. **Incoming data** * When called, the Web Service stores the data directly into [[RemoteInbox|Data Distribution Remote Inbox]] table. * From here, the data is moved into [[Inbox|Data Distribution Inbox]] table * As a last step, the operation is replicated onto the destination table. * If an error is detected into the incoming data, the record of Data Distribution Import is moved into [[ImportErrors|Data Distribution Import Error]] table.