Overview
This guide helps you diagnose and resolve common connection issues including authentication failures, network problems, and configuration errors.Authentication Failures
Invalid Credentials
Symptoms: “Authentication Failed” or “Login failed” errors Causes:- Incorrect username or password
- Expired credentials
- Account locked or disabled
- Verify credentials by logging in directly to the data source
- Check for typos or case sensitivity
- Ensure account is active and not locked
- Update connection with correct credentials
Permission Denied
Symptoms: “Insufficient permissions” or “Access denied” errors Causes:- Service Account lacks READ permissions
- Database/schema not accessible
- API key has insufficient scopes
- Grant SELECT permissions on required tables/schemas
- Verify database-level access
- For APIs, check API key scopes and permissions
- Test permissions by querying directly
Connectivity Issues
Cannot Reach Host
Symptoms: “Connection timeout” or “Host unreachable” errors Causes:- Incorrect host/IP address
- Firewall blocking Entegrata’s IP addresses
- Service is down
- Verify host name or IP address is correct
- Check firewall rules allow Entegrata’s IPs
- Ensure database/API service is running
- Test connectivity from another internet location
SSL/TLS Errors
Symptoms: “SSL handshake failed” or “Certificate error” Causes:- Source requires SSL but connection doesn’t use it
- Certificate issues
- Protocol mismatch
- Enable SSL/TLS in connection settings if available
- Verify source system SSL configuration
- Contact Support for SSL troubleshooting
Configuration Issues
Database Not Found
Symptoms: “Database does not exist” errors Causes:- Database name misspelled
- Database doesn’t exist on server
- Service Account lacks access to database
- Verify exact database name (case-sensitive on some platforms)
- Confirm database exists using database management tools
- Check that Service Account has access permissions to the database
Port Issues
Symptoms: “Connection refused” on specific port Causes:- Incorrect port number
- Service not listening on that port
- Firewall blocking port
- Verify correct port for your database type (SQL Server: 1433)
- Check service is running and listening on the port
- Ensure firewall allows the port
Best Practices
Test Credentials First
Before creating/updating connection, verify credentials work directly
Check Firewall Rules
Ensure Entegrata’s IP addresses are allowlisted
Use Service Accounts
Dedicated service accounts with minimum permissions
Monitor Secret Expiration
Set expiration dates and rotate credentials proactively
Getting Help
If issues persist after troubleshooting:- Gather error messages and screenshots
- Note the connection ID and timestamp of failures
- Contact Support with this information
- Include details about your data source type and configuration
