Source connection
Can't connect to source database
Can't connect to source database
Common causes:
| Issue | Solution |
|---|---|
| Incorrect credentials | Verify username/password or service account |
| Network connectivity | Check firewall rules and network access |
| Wrong host/port | Verify the hostname and port number |
| Database name typo | Confirm the exact database name |
| Insufficient permissions | Ensure the user has required database permissions |
Verify credentials outside of Orka first (for example, using a database client).
Destination connection
Can't connect to destination
Can't connect to destination
Common causes:
| Issue | Solution |
|---|---|
| Invalid credentials | Verify your personal access token or service account credentials |
| Incorrect workspace URL | Check the URL format and ensure it’s correct |
| Insufficient permissions | Ensure the account has required write permissions |
| Network connectivity | Check firewall rules and network access |
| Expired token | Generate a new personal access token |
Test credentials outside of Orka first using the destination’s native tools.
Data catalog
No tables appear after connecting
No tables appear after connecting
Possible causes:
- The database contains no tables
- The user lacks permission to list tables
- Tables are in a different schema or catalog
- Active filters hide all tables
- Verify the database has tables with a database client
- Check the user has SELECT and SHOW TABLES permissions
- Try to adjust table filters (show empty tables)
- Verify you connected to the correct database/schema
Table discovery or scan is slow
Table discovery or scan is slow
Slow table discovery can be caused by:
- Large number of tables in the database
- Slow database response
- Network latency
- Large tables
- Many tables selected for scan
- Complex data protection rules
- Database load
- Use filters to limit scope (hide empty, test, backup tables)
- Scan tables in smaller batches
- Schedule scans in off-peak hours
- Start with smaller tables to test the workflow
Too many fields marked as sensitive
Too many fields marked as sensitive
This happens when data protection rules are too broad and match more fields than you need.To fix:
- Review which data protection rules match
- Check if prebuilt rules need adjustment
- Members of the Data protection admin group should review and adjust rule patterns
- Consider custom rules with more specific patterns
Test rule patterns with sample data before you scan large databases to find overly broad patterns.
Can't unpublish tables from catalog
Can't unpublish tables from catalog
Once you publish tables to the catalog, you can’t unpublish them. Published tables may have active pipelines that depend on them.If you need to remove tables:
- Delete any active pipelines that use the tables
- Contact a member of the Admin group to discuss removing the tables from the catalog
Consider carefully which tables to publish before you complete the publish workflow.
Data protection rules
Data protection rule does not detect sensitive data
Data protection rule does not detect sensitive data
Common causes:
- Rule action set to None - rule matches but takes no action
- Pattern does not match - regular expression does not match your data
- Rule priority - another rule with higher priority applies instead
- Rule not saved - changes were not saved
- Use the pattern testing interface with sample data
- Verify the action is set (not None)
- Test the regular expression pattern
- Check for conflicting rules with higher priority
- Re-save the rule if needed
Pipelines
Pipeline broke after deleting destination
Pipeline broke after deleting destination
If you delete a destination that’s being used in an active pipeline, the pipeline will break.To fix:
- Recreate the deleted destination with the same configuration, or
- Create a new pipeline with a different destination
Orka can't write to destination
Orka can't write to destination
This is usually caused by insufficient permissions.To fix:
- Verify the service account or user has write permissions.
- Check the target schema or data exists.
- Verify there’s sufficient storage capacity.
- Make sure to Test connection.