Troubleshooting¶
Test Connection¶
If the test connection fails, make sure the JDBC URI and the service account credentials are entered correctly.
Logs to be collected¶
NGINX Logs - /opt/hydra/agent/logs
Alation Connector Manager logs:
Tail:
docker logs -f agentWrite to a file:
docker logs agent >& agent.logs 2>&1Connector logs:
To get the connector ID:
alation_ypireti list --fields id nameTo tail:
alation_ypireti kratos --subcommand tail <connector_id>Write logs to a file:
alation_ypireti kratos --subcommand tail <connector_id> > connector.log 2>&1Write logs from specific date to a file:
alation_ypireti kratos --subcommand logs <connector_id> --since 2020-08-15 3 > connector.log 2>&1Ingestion logs:
Ingestion logs are available in the celery-default_error.log file.
OCF.log