alibaba / alibaba/DataX

datax连接teradata

Open
#436 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
17.4k
Forks
5.7k
PR merge metrics
No merged PRs in 30d

Description

请问一下,现在的版本支持terdata吗,按照操作配置了找不到驱动
2019-09-10 17:28:15.228 [job-0] WARN DBUtil - test connection of [jdbc:teradata://10.1.192.201/CLIENT_CHARSET=UTF8,TMODE=TERA,CHARSET=UTF8] failed, for Code:[DBUtilErrorCode-10], Description:[连接数据库失败. 请检查您的 账号、密码、数据库名称、IP、Port或者向 DBA 寻求帮助(注意网络环境).]. - 具体错误信息为:java.sql.SQLException: No suitable driver found for jdbc:teradata://10.1.192.201/CLIENT_CHARSET=UTF8,TMODE=TERA,CHARSET=UTF8.
2019-09-10 17:28:15.240 [job-0] ERROR RetryUtil - Exception when calling callable, 异常Msg:DataX无法连接对应的数据库,可能原因是:1) 配置的ip/port/database/jdbc错误,无法连接。2) 配置的username/password错误,鉴权失败。请和DBA确认该数据库的连接信息是否正确。
java.lang.Exception: DataX无法连接对应的数据库,可能原因是:1) 配置的ip/port/database/jdbc错误,无法连接。2) 配置的username/password错误,鉴权失败。请和DBA确认该数据库的连接信息是否正确。
at com.alibaba.datax.plugin.rdbms.util.DBUtil$2.call(DBUtil.java:71) ~[plugin-rdbms-util-0.0.1-SNAPSHOT.jar:na]
at com.alibaba.datax.plugin.rdbms.util.DBUtil$2.call(DBUtil.java:51) ~[plugin-rdbms-util-0.0.1-SNAPSHOT.jar:na]

Contributor guide

No contributing guide indexed for this repository

Research direction

Start at com.alibaba.datax.plugin.rdbms.util.DBUtil.java:71 and inspect how JDBC drivers are loaded for the reported Teradata URL. Check whether the current version includes a Teradata driver or connection path; done means the issue’s driver error is resolved or support limitations are documented.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
databases
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.