|
||
The Integration bus module uses the following database tables:
•Integration_Connector – contains definitions of connectors. The system therefore knows which connectors should be loaded and from which assemblies.
•Integration_Task – contains data of outgoing and incoming tasks. It also contains additional information like TaskDataType or TaskProcessType.
•Integration_Synchronization – contains relations between tasks and connectors. For incoming tasks, there is always one record for each task. For outgoing tasks, there can be multiple records for each task — this depends on whether there are some connectors with the same subscription. This design saves database storage capacity.
•Integration_SyncLog – contains possible errors. Generally speaking, when task processing fails, the system stores the error messages here.