144 | 03 Aug 2012 @ 12:02 PDT | Database | Reply | Exception occored when using JDBC FastExport |
You listed the parameter spoolmode=nospool in your JDBC connection URL, but there is no such Teradata JDBC Driver connection parameter. You should remove that. Your application cannot choose whe... |
143 | 25 Jul 2012 @ 06:39 PDT | General | Reply | Is there a maven repo out there where I can get the TD artifacts? |
No, Teradata software is not available from a Maven repository.
Teradata software is available for download here on Developer Exchange - http://downloads.teradata.com/
and if you are a c... |
142 | 17 Jul 2012 @ 10:26 PDT | Connectivity | Reply | Query retry on deadlock in JDBC |
Regarding the aborting...
When you receive Error 2631 "Transaction ABORTed due to deadlock", that is an error from the Teradata Database, and it indicates that the Teradata Databas... |
141 | 05 Jul 2012 @ 04:04 PDT | Connectivity | Reply | NullPointerException in TdgssConfigApi |
That exception typically means that tdgssconfig.jar is not accessible on your classpath.
Please refer to the Teradata JDBC Driver Reference Troubleshooting section for more information.
... |
140 | 05 Jul 2012 @ 03:54 PDT | Connectivity | Reply | JDK 1.3 and JDBC 3.03 |
TTU 7.1 / Teradata JDBC Driver version 3.1.0.x was the last version to support JDK 1.3.
The Teradata JDBC Driver Reference's Supported Platforms page lists which JDK versions are support... |
139 | 05 Jul 2012 @ 03:51 PDT | Connectivity | Reply | Connect to Teradata database from web application using JDBC |
The Teradata JDBC Driver Reference contains instructions for how to use the Teradata JDBC Driver with all the application servers that are supported by the Teradata JDBC Driver.
http://devel... |
138 | 05 Jul 2012 @ 03:49 PDT | Connectivity | Reply | Inserting strings in UTF-8 Teradata using JDBC |
In order to use UTF8, you must specify the CHARSET=UTF8 connection parameter.
Then the Teradata JDBC Driver will handle all conversion from Java Strings into UTF8 encoding, before sending th... |
137 | 05 Jul 2012 @ 03:46 PDT | Connectivity | Reply | teradata data source connection on Websphere on Windows |
terajni.dll was a component of the Type 2 Teradata JDBC Driver, which hasn't been supported for a very long time. That file is not used by, or shipped with, the Type 4 Teradata JDBC Driver.
... |
136 | 05 Jul 2012 @ 03:41 PDT | Connectivity | Reply | FastLoad from Java |
Information about how to use JDBC FastLoad is available in the Teradata JDBC Driver Reference.
http://developer.teradata.com/doc/connectivity/jdbc/reference/current/jdbcug_chapter_2.html#BAB... |
135 | 05 Jul 2012 @ 03:37 PDT | Connectivity | Reply | JDBC driver for WAS 6.1 |
The Teradata JDBC Driver Reference's Supported Platforms page lists which versions of the Teradata JDBC Driver support WebSphere 6.1
http://developer.teradata.com/doc/connectivity/jdbc/r... |
134 | 05 Jul 2012 @ 03:34 PDT | Connectivity | Reply | Is it possible to do connection pooling and recognize the user at the same time? |
Teradata Database 13.0 and later offer a "PROXYUSER" feature that is specified via the SET QUERY_BAND command. It can permit a pooled connection to temporarily impersonate a different ... |
133 | 05 Jul 2012 @ 03:21 PDT | Connectivity | Reply | JDBC error: Error tdgss-stack-trace-begin |
That exception typically means that tdgssconfig.jar is not accessible on your classpath.
Please refer to the Teradata JDBC Driver Reference Troubleshooting section for more information.
... |
132 | 05 Jul 2012 @ 03:17 PDT | Connectivity | Reply | Problem while connectiong Teradata from Java |
The Connection.getHoldability method is supported beginning with TTU 8.0 / Teradata JDBC Driver version 3.2.0.3.
|
131 | 05 Jul 2012 @ 03:07 PDT | Connectivity | Reply | Incorrect characters returned in UTF8 session |
That is expected behavior due to the Teradata Database's Export Width feature. More information is available in the Teradata JDBC Driver Reference.
http://developer.teradata.com/doc/conn... |
130 | 05 Jul 2012 @ 03:04 PDT | Connectivity | Reply | JDBC v3.03.00.00 not passing props, including DSName |
When an application uses the two-argument DriverManager.getConnection(String url, Properties info) method, the Teradata JDBC Driver only supports non-null "user" (or "us... |
129 | 05 Jul 2012 @ 02:53 PDT | Connectivity | Reply | JDBC not doing cop discovery - unknown host |
Information about the Teradata JDBC Driver's COP Discovery is available in the Teradata JDBC Driver Reference.
http://developer.teradata.com/doc/connectivity/jdbc/reference/current/jdbcu... |
128 | 05 Jul 2012 @ 02:30 PDT | Connectivity | Reply | Does JDBC driver v3.3.0.0 silently ignore batch mode? |
The Teradata JDBC Driver has supported both regular non-prepared Statement batches (which are transmitted to the Teradata Database as multi-statement requests) and PreparedStatement batches (whi... |
127 | 05 Jul 2012 @ 02:23 PDT | Connectivity | Reply | SQLException error codes |
Old versions of the Teradata JDBC Driver had bugs in this area, but we believe those have been corrected.
The intended behavior is as follows, regardless of the kind of SQL request that is e... |
126 | 05 Jul 2012 @ 02:11 PDT | Connectivity | Reply | fastexport with JDBC |
Yes, the Teradata JDBC Driver also supports the FastExport wire protocol -- specify the TYPE=FASTEXPORT connection parameter.
More information is available in the Teradata JDBC Driver Refere... |
125 | 05 Jul 2012 @ 01:27 PDT | Connectivity | Reply | User Provisioning with Identity Management Systems |
USER and PASSWORD URL connection parameters were not supported when this was posted back in 2011.
USER and PASSWORD URL connection parameters are a new feature, available beginning with Tera... |
124 | 05 Jul 2012 @ 11:04 PDT | Connectivity | Reply | JDBC Fetch Size |
The Statement.setFetchSize method is supported beginning with Teradata JDBC Driver 13.10.00.25 and Teradata Database 13.10.
More information is available in the Teradata JDBC Driver FAQ:
... |
123 | 05 Jul 2012 @ 10:56 PDT | Database | Reply | Database metadata getColumns() call behaviour |
Teradata JDBC Driver version 13.0.0.6 is rather old. You should upgrade to the most recent version available at http://downloads.teradata.com/download/connectivity/jdbc-driver
We have made s... |
122 | 05 Jul 2012 @ 10:49 PDT | Tools | Reply | Using FastExport with Teradata JDBC Driver |
To help avoid security problems, we have a design policy that the Teradata JDBC Driver should not use the Java APIs for file system access. The Teradata JDBC Driver only accesses files/resources... |
121 | 18 Jun 2012 @ 01:13 PDT | Connectivity | Reply | Socket Error 804 |
Once again, please discount what "TDDeveloper" said.
The "orig" in the error message refers to the "original" Teradata Database hostname specified by the applic... |
120 | 18 Jun 2012 @ 11:23 PDT | Connectivity | Reply | Socket Error 804 |
Unfortunately, the previous poster's advice is not useful.
The "concurrent" setting is not related to this issue. (The "concurrent" setting is only relevant at ... |