444 | 15 Apr 2015 @ 08:40 PDT | Connectivity | Reply | Teradata connection Error | Please provide some additional information:
- the complete stack trace
- the operating system and platform
- the JDK or JRE version
- the Teradata JDBC Driver version
- the classpath
- which ... |
443 | 15 Apr 2015 @ 06:57 PDT | Database | Reply | JDBC Error 1178 | This error can be due to a Teradata Database issue or a Teradata JDBC Driver issue. It would be too complicated to troubleshoot via a forum thread.
If you are a customer, then please open ... |
442 | 15 Apr 2015 @ 06:48 PDT | Tools | Reply | Teradata Fastload not working for any other delimiter | The default separator used by JDBC FastLoad CSV is the comma ( , )
To use a different separator with JDBC FastLoad CSV, you must specify the FIELD_SEP connection parameter. It is documente... |
441 | 02 Apr 2015 @ 09:28 PDT | Connectivity | Reply | Teradata connectivity Issue through JDBC Driver in java | The error message "Single Sign-On NOT supported" typically means that you did not specify a username or password.
You are using a very old version of the Teradata JDBC Driver tha... |
440 | 01 Apr 2015 @ 11:26 PDT | Database | Reply | MULTISET table from dbc.tables? | There was another forum thread about this topic a year ago:
https://forums.teradata.com/forum/database/identify-set-multiset-tables-in-td-14
The Teradata Database Data Dictionary Referenc... |
439 | 31 Mar 2015 @ 09:49 PDT | Connectivity | Reply | dead connection from jdbc pool for the first time run | It's not productive to speculate about what might be happening.
If you want to troubleshoot the issue, you can specify the Teradata JDBC Driver's LOG=DEBUG connection parameter, wh... |
438 | 27 Mar 2015 @ 09:03 PDT | Connectivity | Reply | dead connection from jdbc pool for the first time run | Even on the "first run" of your application, all the connections in the connection pool may be old and may have been killed.
|
437 | 26 Mar 2015 @ 09:24 PDT | Connectivity | Reply | dead connection from jdbc pool for the first time run | Many customers have an automated process that terminates idle connections. Obviously, that causes problems for connection pools, because the connections in a connection pool may be idle much of the... |
436 | 24 Mar 2015 @ 10:05 PDT | Connectivity | Reply | Password encryption mechanism for ODBC client application users. | Fred is correct that the gtwcontrol option -b "AllowDeprecatedLogons" in Teradata Database 12.0 and earlier releases applied to encryption over the wire for the messages exchanged between... |
435 | 24 Mar 2015 @ 08:27 PDT | Connectivity | Reply | Password encryption mechanism for ODBC client application users. | >>> the feature can be set as a gateway option using the GTW control utility.
That sentence is applicable to Teradata Database 12.0 and earlier releases.
That sentence is... |
434 | 23 Mar 2015 @ 10:37 PDT | Connectivity | Reply | Password encryption mechanism for ODBC client application users. | Are you referring to gtwcontrol option -b "AllowDeprecatedLogons" ?
That option is obsolete, and has been gone from the Teradata Database for the past several years.
Ter... |
433 | 17 Mar 2015 @ 08:31 PDT | Database | Reply | Problem with calling Java table operator from stored procedure | I'm not aware of any plans to add support for using a stored procedure variable as the argument for a table operator's custom clause.
Have you considered using a Java stored p... |
432 | 16 Mar 2015 @ 06:57 PDT | Database | Reply | Problem with calling Java table operator from stored procedure | At the present time, it's not supported to use a stored procedure variable as the argument for a table operator's custom clause.
|
431 | 16 Mar 2015 @ 06:53 PDT | Tools | Reply | Multi load through java application. | No change since my last comment. The MultiLoad protocol is not supported by the Teradata JDBC Driver at the present time; however, it is still on our product roadmap.
|
430 | 12 Mar 2015 @ 01:13 PDT | General | Reply | pom file for maven project | @jdavidgaviria, please keep your comments civil.
We do not make the Teradata JDBC Driver available from any public Maven repository.
The Teradata JDBC Driver must be obtained from... |
429 | 11 Mar 2015 @ 10:15 PDT | Database | Reply | kill ALL connections to Teradata appliance? | The Gateway Global utility, gtwglobal, has a DISABLE LOGONS command, which prevents new logons.
For killing existing sessions, it has a DISPLAY GTW command to list all sessions, and a KILL... |
428 | 03 Mar 2015 @ 09:44 PST | Database | Reply | MonitorSQLSteps Truncated? | In TD 14.0, the SQLStep output column was increased in size to 1024 characters.
In TD 14.10, the SQLStep output column was increased in size to 2048 characters.
|
427 | 03 Mar 2015 @ 06:37 PST | Connectivity | Reply | Connecting to Teradata is very solwly(5 sec) | Your log output does not show any operations taking an unexpectedly long time.
|
426 | 02 Mar 2015 @ 10:04 PST | Connectivity | Reply | Does TeraJDBC works with JDK/JRE 8 version? | We are currently in the process of testing Teradata JDBC Driver 15.0 with JDK 8 on all our supported platforms. When that process is done, we will update the Supported Platforms matrix here on Deve... |
425 | 26 Feb 2015 @ 06:55 PST | Connectivity | Reply | Connecting to Teradata is very solwly(5 sec) | I suspect that you are mistaken about the amount of time being spent in the call to conn.createStatement. That method call typically executes very fast, because it does not communicate with the Ter... |
424 | 23 Feb 2015 @ 10:11 PST | Connectivity | Reply | TITLEDASHES OFF | TITLEDASHES is a BTEQ command, and is completely unrelated to the Teradata JDBC Driver.
|
423 | 12 Feb 2015 @ 10:31 PST | Connectivity | Reply | JDBC FastLoadCSV Connection; multi character field separator?? | No, JDBC FastLoad CSV does not support multi-character field separators at the present time.
|
422 | 12 Feb 2015 @ 06:52 PST | Database | Reply | Download Teradata JDBC Driver version 12.0.0.106 | >>> My Teradata DBA is reluctant to give grant on public so he granted access to my id for DBC.UDTInfo table.
I don't understand why your DBA would have an issue with doing th... |
421 | 10 Feb 2015 @ 09:28 PST | Database | Reply | Download Teradata JDBC Driver version 12.0.0.106 | As I said before, Teradata JDBC Driver 12.0 is no longer supported. You would need to upgrade to a newer version if you encounter a problem while using an old version of the Teradata JDBC Driv... |
420 | 10 Feb 2015 @ 06:53 PST | Database | Reply | Download Teradata JDBC Driver version 12.0.0.106 | Teradata JDBC Driver 12.0.0.106 was built February 2009. That's very old -- six years old. Teradata JDBC Driver 12.0 is no longer supported.
So the question is: Why do you need such an... |