This article outlines the recommended procedures for resolving synchronization failures in ConnectAll On-Prem when bulk records fail to sync.
For individual or small numbers of failed items, use the dashboard functionality:
When a large volume of records requires a retry, perform the following database operation:
Export the failed records from the Related Artifacts section.
Filter the list to include only the records you wish to retry.
Extract the ca_id values from the exported file.
Create a comma-separated string of the ca_id values (e.g., ####, ####, ####).
Open your database administration tool (e.g., pgAdmin or DBeaver).
Execute the following SQL command, replacing the empty parentheses with your comma-separated list of IDs:
The records will be queued for retry during the next scheduled automation run.