- Is this your first time deploying Airbyte?: Yes
- OS Version / Instance: Ubuntu
- Memory / Disk: 8Gb / 1 Tb
- Deployment: Docker
- Airbyte Version: 0.40.10
- Source name/version: airbyte/source-mssql/0.4.20
- Destination name/version:
- Step: The issue is happening during setting up a connection.
- Description: I am trying to connect to a named MSSQL instance eg: <sql_server_host><named_instance>
I get an error as follows:
The connection tests failed.
State code: 08S01; Message: The TCP/IP connection to the host <hostname>, port 1433 has failed. Error: "Connection refused. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".
But I also get sources.jobStatus.check_connection_source.succeeded log file.
2022-10-12 13:01:14 INFO i.a.w.t.TemporalAttemptExecution(get):108 - Docker volume job log path: /tmp/workspace/b4537d1f-c7db-4a68-afe2-ceb38f4aa43e/0/logs.log
2022-10-12 13:01:14 INFO i.a.w.t.TemporalAttemptExecution(get):113 - Executing worker wrapper. Airbyte version: 0.40.10
2022-10-12 13:01:15 INFO i.a.c.i.LineGobbler(voidCall):114 -
2022-10-12 13:01:15 INFO i.a.c.i.LineGobbler(voidCall):114 - ----- START CHECK -----
2022-10-12 13:01:15 INFO i.a.c.i.LineGobbler(voidCall):114 -
2022-10-12 13:01:15 INFO i.a.c.i.LineGobbler(voidCall):114 - Checking if airbyte/source-mssql:0.4.20 exists...
2022-10-12 13:01:15 INFO i.a.c.i.LineGobbler(voidCall):114 - airbyte/source-mssql:0.4.20 was found locally.
2022-10-12 13:01:15 INFO i.a.w.p.DockerProcessFactory(create):119 - Creating docker container = source-mssql-check-b4537d1f-c7db-4a68-afe2-ceb38f4aa43e-0-xemom with resources io.airbyte.config.ResourceRequirements@12154986[cpuRequest=,cpuLimit=,memoryRequest=,memoryLimit=]
2022-10-12 13:01:15 INFO i.a.w.p.DockerProcessFactory(create):163 - Preparing command: docker run --rm --init -i -w /data/b4537d1f-c7db-4a68-afe2-ceb38f4aa43e/0 --log-driver none --name source-mssql-check-b4537d1f-c7db-4a68-afe2-ceb38f4aa43e-0-xemom --network host -v airbyte_workspace:/data -v /tmp/airbyte_local:/local -e DEPLOYMENT_MODE=OSS -e USE_STREAM_CAPABLE_STATE=true -e WORKER_ENVIRONMENT=DOCKER -e AIRBYTE_ROLE= -e WORKER_CONNECTOR_IMAGE=airbyte/source-mssql:0.4.20 -e WORKER_JOB_ATTEMPT=0 -e AIRBYTE_VERSION=0.40.10 -e WORKER_JOB_ID=b4537d1f-c7db-4a68-afe2-ceb38f4aa43e airbyte/source-mssql:0.4.20 check --config source_config.json
2022-10-12 13:01:16 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):103 - starting source: class io.airbyte.integrations.source.mssql.MssqlSource
2022-10-12 13:01:16 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):103 - integration args: {check=null, config=source_config.json}
2022-10-12 13:01:16 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):103 - Running integration: io.airbyte.integrations.base.ssh.SshWrappedSource
2022-10-12 13:01:16 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):103 - Command: CHECK
2022-10-12 13:01:16 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):103 - Integration config: IntegrationConfig{command=CHECK, configPath='source_config.json', catalogPath='null', statePath='null'}
2022-10-12 13:01:16 WARN i.a.w.i.DefaultAirbyteStreamFactory(internalLog):100 - Unknown keyword order - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2022-10-12 13:01:16 WARN i.a.w.i.DefaultAirbyteStreamFactory(internalLog):100 - Unknown keyword examples - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2022-10-12 13:01:16 WARN i.a.w.i.DefaultAirbyteStreamFactory(internalLog):100 - Unknown keyword airbyte_secret - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2022-10-12 13:01:16 WARN i.a.w.i.DefaultAirbyteStreamFactory(internalLog):100 - Unknown keyword multiline - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword
2022-10-12 13:01:17 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):103 - Starting connection with method: NO_TUNNEL
2022-10-12 13:01:17 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):103 - HikariPool-1 - Starting...
2022-10-12 13:01:17 INFO i.a.w.i.DefaultAirbyteStreamFactory(internalLog):103 - HikariPool-1 - Start completed.
I tired different ways to connect with the host but no success. It this a bug or still not a developed part or am I missing something