Background
We recently experienced a scenario where a data sync was attempted via the Connector to an external End-Point. The sync failed, but the error logging provided was insufficient to identify the root cause.
Upon investigation, we discovered that the external server we were connecting to had gone down. The issue was only resolved after requesting a reboot from the third-party administrator.
Proposed Enhancement
Introduce a “Test Connection” action within the Connector Credentials Setup that allows users to verify connectivity to the external server directly. This action should return a clear status, such as:
-
Connection Successful
-
Connection Failed (with reason where possible)
Benefits
-
Provides immediate confirmation of server availability.
-
Reduces troubleshooting time when syncs fail silently.
-
Improves transparency for users by distinguishing between Connector-side issues and external server issues.
-
Minimises dependency on third-party investigations before ruling out connectivity problems.