35 | 12 Jul 2010 @ 09:05 PDT | Tools | SQL Assistant Java Edition 13.0 available | According to the Teradata Database Messages document, Error 5526 means that "The SPL text of the stored procedure contains compilation errors (and possibly warnings also)." The remedy is to correc... |
34 | 28 Jun 2010 @ 02:49 PDT | Tools | SQL Assistant Java Edition | The FastLoad error tables are temporary and no longer available when the JDBC FastLoad call returns. The FastLoad protocol does not indicate which row is bad, so the JDBC Driver FastLoad cannot be ... |
33 | 10 Jun 2010 @ 11:41 PDT | Tools | SQL Assistant Java Edition | One thing to check is to make sure you have JRE 1.5 or greater installed on your system and it is available in your path. Is the splash screen displayed at all when you try to run? Also check for a... |
32 | 07 Jun 2010 @ 01:38 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse | Ad-hoc SQL queries are entered into a SQL file. You can create a new SQL file either by clicking on the 'Open scrapbook' icon in the Data Source Explorer (upper right hand toolbar within the Data S... |
31 | 07 Jun 2010 @ 09:51 PDT | Tools | SQL Assistant Java Edition | JDBC FastLoad/FastExport has significant overhead for opening connections to Teradata Database so is not recommended for inserting only a few rows. The documentation suggests using FastLoad for ins... |
30 | 18 May 2010 @ 08:42 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | Which version of Eclipse and DTP do you have. The newly released version of Teradata Plug-in for Eclipse requires Eclipse 3.5.2 or 3.4.2 and DTP 1.7.2. Please verify that you have the correct versi... |
29 | 24 Feb 2010 @ 01:34 PST | Tools | SQL Assistant Java Edition | Thank you for the trace. This, too, is an Eclipse DTP problem that we are tracking. We hope to have a SQLA JE version with a fix soon. |
28 | 19 Feb 2010 @ 11:46 PST | Tools | SQL Assistant Java Edition 13.0 available | Not from within SQLA JE. There may be an option for Mac OS appearance that I am not aware of. |
27 | 29 Jan 2010 @ 09:42 PST | Tools | SQL Assistant Java Edition | There are not plans to provide the functionality of the FORMAT keyword at this time. Again, we are referring this functionality and other formatting options to a tool, such as Excel. |
26 | 27 Jan 2010 @ 11:47 PST | Tools | SQL Assistant Java Edition | The FORMAT command is performed by the Teradata Database when in field mode. This option is not supported by the JDBC Driver, at this time. As well, the format information isn't readily available ... |
25 | 08 Jan 2010 @ 02:10 PST | Tools | SQL Assistant Java Edition 13.0 available | To verify that your database is running, you can try to logon using bteq.
On your VMWare machine,
- bring up the Teradata Command window and enter
- > bteq
- > .logon 127.0.0.1/dbc
- > pa... |
24 | 08 Jan 2010 @ 09:15 PST | Tools | SQL Assistant Java Edition 13.0 available | Since you are running SQLA JE from outside the VM, I believe you need to find the IP address of the VM for the remote connection to Teradata from SQLA JE. From looking at an earlier discussion in C... |
23 | 07 Jan 2010 @ 02:03 PST | Tools | SQL Assistant Java Edition 13.0 available | Can you verify that your Teradata VMware database is up by running a bteq logon command? Are you running SQLA JE from the VMware image or outside? |
22 | 24 Dec 2009 @ 11:06 PST | Tools | SQL Assistant Java Edition | Can you verify that you have the correct Java Runtime, version 1.5 or greater. |
21 | 21 Dec 2009 @ 11:27 PST | Tools | SQL Assistant Java Edition 13.0 available | The Data Source Explorer uses the Eclipse DTP SQL model to display database objects, which is presented flat. The Teradata View will present the database parent/child relationships.
Also the D... |
20 | 08 Dec 2009 @ 09:00 PST | Tools | SQL Assistant Java Edition | SQL Assistant JE will be available from the Developer Exchange downloads at no cost. |
19 | 19 Nov 2009 @ 09:17 PST | Tools | SQL Assistant Java Edition | Can you give more information on how the problem occurred? |
18 | 12 Nov 2009 @ 10:31 PST | Tools | Are We Related? | The WSDL is not actually part of the War file. When the War gets deployed on the Web Server, the WSDL file is generated and will appear in the MDS directory. |
17 | 12 Nov 2009 @ 09:46 PST | Tools | Are We Related? | The MDS Web Service is available with MDS 13.00.01. Please verify that you have the correct version installed. |
16 | 05 Nov 2009 @ 02:19 PST | Tools | SQL Assistant Java Edition | No, not at this time. |
15 | 05 Nov 2009 @ 11:42 PST | Tools | SQL Assistant Java Edition | You can perform a SQL "explain" on a query, such as:
explain select * from dbc.dbcinfo;
and the result is displayed in the SQL Results View for that query. |
14 | 05 Nov 2009 @ 10:36 PST | Tools | SQL Assistant Java Edition | I am not the best person to answer that. There are many factors and opinions that could argue either way. This question is better handled on the DevX Connectivity forum. |
13 | 03 Nov 2009 @ 11:20 PST | Tools | SQL Assistant Java Edition | Yes. The reason being is that the SQL Editor is using strictly a token based parser. It has a very narrow focus. The Query Builder is collecting more information at a wider scope, for example keepi... |
12 | 05 Oct 2009 @ 11:16 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | The Teradata Plug-In provides an XSLT mapping tool that you can create an XSLT, given a Result Set (from a SQL query) and an XSD to map it to. It can be accessed from the Java Bean Wrapper Wizard o... |
11 | 29 Sep 2009 @ 02:38 PDT | Tools | Getting Started with Teradata Plug-in for Eclipse - 13.00.00 | Yes, you could try downloading the Eclipse 3.4.1 JEE bundle which will include EMF 2.4.1 as mentioned above:
http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/ga... |