The CollabNet Connector Framework maintains the synchronization status and the identity mappings of all artifacts synchronized by the connector in a central HSQL database. Additionally, the CCF database contains information about artifacts that failed to ship to the target system.
These tables are present in the database:
- The SYNCHRONIZATION_STATUS table contains information about the source and target repositories to synchronize, and stores the current synchronization status.
- The IDENTITY_MAPPING table contains information about the mappings between artifacts in the source repository and the corresponding artifacts in the target repository.
- The HOSPITAL table contains information about the errors and exceptions related to artifacts that fail during synchronization.
- The ARTIFACTS table contains information about artifact attributes. This table is used only in CCF scenarios where data is imported from a database table to a TeamForge tracker or exported from a TeamForge tracker to a database table..
In the CCF Explorer, the context menu for your connector landscape provides options to display the identity mappings and hospital artifacts.
You can view individual entries, filter the data in the tables, and add or remove columns in the display.