Question

I got this Single sign on is not supported for mechanism TD2 error when i was trying to connect to teradata .

In C# i had a similar problem, which i solved by adding connectionStringBuilder.AutheticationMechanism = "LDAP"

How can I solve this issue in java

I read the documentation but could not solve the issue

Was it helpful?

Solution

It's "LOGMECH=LDAP" in JDBC.

Btw, there's a JDBC manual with lots of examples in it:

http://developer.teradata.com/connectivity/reference/jdbc-driver

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top