Skip to main content

Common Errors

CONNECTION_REFUSED​

Error: Connection refused to database at db.example.com:5432

Solution: Verify the database host, port, and firewall rules.

AUTHENTICATION_FAILED​

Error: Authentication failed for user proai

Solution: Verify credentials and ensure the user has proper permissions.

SCHEMA_MISMATCH​

Error: Source schema does not match expected schema

Solution: Use proai pipeline validate to check schema compatibility.

MEMORY_EXCEEDED​

Error: Task exceeded memory limit of 4GB

Solution: Increase memory allocation or optimize the transform to reduce memory usage.

See Also​