Connection Failed
If your connection test fails, work through the following checks:- Firewall rules. Make sure Cobi’s IP addresses are allowlisted.
- Credentials. Double-check your username and password are correct.
- Host and port. Confirm the host address and port match your database configuration.
- Database name. Check that the database exists and the user has been granted access to it.
- SSL requirements. Some databases require SSL connections.
- MongoDB only. Ensure outbound HTTPS access is permitted from your server. Contact [email protected] for on-premises or air-gapped deployments.
Slow Queries
If the Data Assistant is slow when querying your database:- Ensure your database has appropriate indexes on the columns being queried.
- Consider creating views for commonly queried data.
- Add Custom Instructions to help Cobi write more targeted queries.