Kentico CMS 6.0 Integration Guide

Database model

Database model

Previous topic This is the last topic Mail us feedback on this topic!  

Database model

Previous topic This is the last topic JavaScript is required for the print function Mail us feedback on this topic!  

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.

 

integrationguide_clip0029