SQL History Result column maximized and now cannot be resized - response (4) by vbdcb
Teradata Studio 15.0 connecting to Hadoop using JDBC fails - response (7) by tomdom
If someone is still having problems with this error:
Error: Cannot open file services.json in HDFS. Check the WebHDFS configuration.
after adding sandbox and sandbox.hortonworks.com to the hosts
C:\Windows\System32\Drivers\etc\hosts - on windows
/etc/hosts - on OS X
You should check if in HDFS you have JSON file:/teradata/tdch/services.json
hdfs dfs -ls /teradata/tdch/services.json
If you don't have this file, run configuration script from Teradata Connector for Hadoop:
/usr/lib/tdch/1.3/scripts/configureOozie.sh nn=sandbox
Need help with Java Version: - response (1) by fgrimmer
Chris, Can you verify that you have the correct bit version of Teradata Studio that matches the JRE, either 32-bit for both or 64-bit for both? If you open a DOS window and run the command:
java -version
It will show you the JRE version.
Moving cursor around in large SQL Editor files is sluggish - forum topic by vbdcb
I've been having a problem when working with my large SQL files in Teradata Studio. It seems that when the file contains a lot of text, especially when it flows off the screen to the right, the cursor is very slow to react and if you hold the cursor down to move several characters it will jump a few or many characters. This makes it somewhat difficult to develop in an environment where there are several large SQL files being worked in a solution. Thoughts?
Moving cursor around in large SQL Editor files is sluggish - response (1) by vbdcb
Well, I gave Teradata Studio the college try, but this is the straw that breaks the camel's back. I'm going back to Queryman, er, SQL Assistant.
Moving cursor around in large SQL Editor files is sluggish - response (2) by fgrimmer
David, I have a large SQL text file that has lines that extend but do not see a slow down. Do you have Code Assist Autoactivation on? Does it help to turn it off?
Moving cursor around in large SQL Editor files is sluggish - response (3) by vbdcb
I turned Code Assist Autoactivation off almost immediately. I also turned off Enable Syntax Validation and set the undo history size to 20. No luck.
Moving cursor around in large SQL Editor files is sluggish - response (4) by fgrimmer
David, How many lines are in your SQL file? Does it happen only for large SQL files or any SQL file? What Operating System are you running on?
How Do You Create A Teradata Database? - response (12) by machy
I have just install teradata studio and i wanted to create new connection profile but it shows me the error. test is profile name.
Could not connect to test.
Error creating SQL Model Connection connection to test. (Error: [Teradata JDBC Driver] [TeraJDBC 15.00.00.09] [Error 1000] [SQLState 08S01] Login failure for Connection to test Tue Nov 04 23:26:01 CET 2014 socket orig=test cid=3fafc5c1 sess=0 java.net.UnknownHostException: test at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source) at java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.net.InetAddress.getAllByName0(Unknown Source) at java.net.InetAddress.getAllByName(Unknown Source) at java.net.InetAddress.getAllByName(Unknown Source) at com.teradata.jdbc.jdbc_4.io.TDNetworkIOIF$Lookup.<init>(TDNetworkIOIF.java:196) at com.teradata.jdbc.jdbc_4.io.TDNetworkIOIF.connectToHost(TDNetworkIOIF.java:295) at com.teradata.jdbc.jdbc_4.io.TDNetworkIOIF.createSocketConnection(TDNetworkIOIF.java:144) at com.teradata.jdbc.jdbc_4.io.TDNetworkIOIF.<init>(TDNetworkIOIF.java:130) at com.teradata.jdbc.jdbc_4.TDSession.getIO(TDSession.java:570) at com.teradata.jdbc.jdbc.GenericLogonController.run(GenericLogonController.java:97) at com.teradata.jdbc.jdbc_4.TDSession.<init>(TDSession.java:218) at com.teradata.jdbc.jdk6.JDK6_SQL_Connection.<init>(JDK6_SQL_Connection.java:35) at com.teradata.jdbc.jdk6.JDK6ConnectionFactory.constructSQLConnection(JDK6ConnectionFactory.java:25) at com.teradata.jdbc.jdbc.ConnectionFactory.createConnection(ConnectionFactory.java:179) at com.teradata.jdbc.jdbc.ConnectionFactory.createConnection(ConnectionFactory.java:169) at com.teradata.jdbc.TeraDriver.doConnect(TeraDriver.java:232) at com.teradata.jdbc.TeraDriver.connect(TeraDriver.java:158) at com.teradata.datatools.dtp.connectivity.db.teradata.TeradataJDBCConnection.makeConnection(TeradataJDBCConnection.java:276) at com.teradata.datatools.dtp.connectivity.db.teradata.TeradataJDBCConnection.createConnection(TeradataJDBCConnection.java:121) at org.eclipse.datatools.connectivity.DriverConnectionBase.internalCreateConnection(DriverConnectionBase.java:105) at org.eclipse.datatools.connectivity.DriverConnectionBase.open(DriverConnectionBase.java:54) at org.eclipse.datatools.connectivity.drivers.jdbc.JDBCConnection.open(JDBCConnection.java:73) at com.teradata.datatools.dtp.connectivity.db.teradata.TeradataJDBCConnectionFactory.createConnection(TeradataJDBCConnectionFactory.java:34) at org.eclipse.datatools.connectivity.internal.ConnectionFactoryProvider.createConnection(ConnectionFactoryProvider.java:83) at org.eclipse.datatools.connectivity.internal.ConnectionProfile.createConnection(ConnectionProfile.java:359) at org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionInfoImpl.initializeJDBCConnection(ConnectionInfoImpl.java:705) at org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionInfoImpl.<init>(ConnectionInfoImpl.java:690) at org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionFactory.createConnection(ConnectionFactory.java:38) at org.eclipse.datatools.connectivity.sqm.core.SQMConnectionFactory.createConnection(SQMConnectionFactory.java:45) at org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionFactory.createConnection(ConnectionFactory.java:59) at org.eclipse.datatools.connectivity.internal.ConnectionFactoryAdapterProvider.createConnection(ConnectionFactoryAdapterProvider.java:114) at org.eclipse.datatools.connectivity.internal.ManagedConnection.createConnection(ManagedConnection.java:163) at org.eclipse.datatools.connectivity.internal.CreateConnectionJob.run(CreateConnectionJob.java:56) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) )
[Teradata JDBC Driver] [TeraJDBC 15.00.00.09] [Error 1000] [SQLState 08S01] Login failure for Connection to test Tue Nov 04 23:26:01 CET 2014 socket orig=test cid=3fafc5c1 sess=0 java.net.UnknownHostException: test at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method) at java.net.InetAddress$1.lookupAllHostAddr(Unknown Source) at java.net.InetAddress.getAddressesFromNameService(Unknown Source) at java.net.InetAddress.getAllByName0(Unknown Source) at java.net.InetAddress.getAllByName(Unknown Source) at java.net.InetAddress.getAllByName(Unknown Source) at com.teradata.jdbc.jdbc_4.io.TDNetworkIOIF$Lookup.<init>(TDNetworkIOIF.java:196) at com.teradata.jdbc.jdbc_4.io.TDNetworkIOIF.connectToHost(TDNetworkIOIF.java:295) at com.teradata.jdbc.jdbc_4.io.TDNetworkIOIF.createSocketConnection(TDNetworkIOIF.java:144) at com.teradata.jdbc.jdbc_4.io.TDNetworkIOIF.<init>(TDNetworkIOIF.java:130) at com.teradata.jdbc.jdbc_4.TDSession.getIO(TDSession.java:570) at com.teradata.jdbc.jdbc.GenericLogonController.run(GenericLogonController.java:97) at com.teradata.jdbc.jdbc_4.TDSession.<init>(TDSession.java:218) at com.teradata.jdbc.jdk6.JDK6_SQL_Connection.<init>(JDK6_SQL_Connection.java:35) at com.teradata.jdbc.jdk6.JDK6ConnectionFactory.constructSQLConnection(JDK6ConnectionFactory.java:25) at com.teradata.jdbc.jdbc.ConnectionFactory.createConnection(ConnectionFactory.java:179) at com.teradata.jdbc.jdbc.ConnectionFactory.createConnection(ConnectionFactory.java:169) at com.teradata.jdbc.TeraDriver.doConnect(TeraDriver.java:232) at com.teradata.jdbc.TeraDriver.connect(TeraDriver.java:158) at com.teradata.datatools.dtp.connectivity.db.teradata.TeradataJDBCConnection.makeConnection(TeradataJDBCConnection.java:276) at com.teradata.datatools.dtp.connectivity.db.teradata.TeradataJDBCConnection.createConnection(TeradataJDBCConnection.java:121) at org.eclipse.datatools.connectivity.DriverConnectionBase.internalCreateConnection(DriverConnectionBase.java:105) at org.eclipse.datatools.connectivity.DriverConnectionBase.open(DriverConnectionBase.java:54) at org.eclipse.datatools.connectivity.drivers.jdbc.JDBCConnection.open(JDBCConnection.java:73) at com.teradata.datatools.dtp.connectivity.db.teradata.TeradataJDBCConnectionFactory.createConnection(TeradataJDBCConnectionFactory.java:34) at org.eclipse.datatools.connectivity.internal.ConnectionFactoryProvider.createConnection(ConnectionFactoryProvider.java:83) at org.eclipse.datatools.connectivity.internal.ConnectionProfile.createConnection(ConnectionProfile.java:359) at org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionInfoImpl.initializeJDBCConnection(ConnectionInfoImpl.java:705) at org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionInfoImpl.<init>(ConnectionInfoImpl.java:690) at org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionFactory.createConnection(ConnectionFactory.java:38) at org.eclipse.datatools.connectivity.sqm.core.SQMConnectionFactory.createConnection(SQMConnectionFactory.java:45) at org.eclipse.datatools.connectivity.sqm.internal.core.connection.ConnectionFactory.createConnection(ConnectionFactory.java:59) at org.eclipse.datatools.connectivity.internal.ConnectionFactoryAdapterProvider.createConnection(ConnectionFactoryAdapterProvider.java:114) at org.eclipse.datatools.connectivity.internal.ManagedConnection.createConnection(ManagedConnection.java:163) at org.eclipse.datatools.connectivity.internal.CreateConnectionJob.run(CreateConnectionJob.java:56) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Error creating Teradata Database connection to test. (Error: [Teradata JDBC Driver] [TeraJDBC 15.00.00.09] [Error 1000] [SQLState 08S01] Login failure for Connection to test Tue Nov 04 23:26:01 CET 2014 socket orig=test cid=6d856c0d sess=0 java.net.UnknownHostException: test at java.net.InetAddress.getAllByName0(Unknown Source) at java.net.InetAddress.getAllByName(Unknown Source) at java.net.InetAddress.getAllByName(Unknown Source) at com.teradata.jdbc.jdbc_4.io.TDNetworkIOIF$Lookup.<init>(TDNetworkIOIF.java:196) at com.teradata.jdbc.jdbc_4.io.TDNetworkIOIF.connectToHost(TDNetworkIOIF.java:295) at com.teradata.jdbc.jdbc_4.io.TDNetworkIOIF.createSocketConnection(TDNetworkIOIF.java:144) at com.teradata.jdbc.jdbc_4.io.TDNetworkIOIF.<init>(TDNetworkIOIF.java:130) at com.teradata.jdbc.jdbc_4.TDSession.getIO(TDSession.java:570) at com.teradata.jdbc.jdbc.GenericLogonController.run(GenericLogonController.java:97) at com.teradata.jdbc.jdbc_4.TDSession.<init>(TDSession.java:218) at com.teradata.jdbc.jdk6.JDK6_SQL_Connection.<init>(JDK6_SQL_Connection.java:35) at com.teradata.jdbc.jdk6.JDK6ConnectionFactory.constructSQLConnection(JDK6ConnectionFactory.java:25) at com.teradata.jdbc.jdbc.ConnectionFactory.createConnection(ConnectionFactory.java:179) at com.teradata.jdbc.jdbc.ConnectionFactory.createConnection(ConnectionFactory.java:169) at com.teradata.jdbc.TeraDriver.doConnect(TeraDriver.java:232) at com.teradata.jdbc.TeraDriver.connect(TeraDriver.java:158) at com.teradata.datatools.dtp.connectivity.db.teradata.TeradataJDBCConnection.makeConnection(TeradataJDBCConnection.java:276) at com.teradata.datatools.dtp.connectivity.db.teradata.TeradataJDBCConnection.createConnection(TeradataJDBCConnection.java:121) at org.eclipse.datatools.connectivity.DriverConnectionBase.internalCreateConnection(DriverConnectionBase.java:105) at org.eclipse.datatools.connectivity.DriverConnectionBase.open(DriverConnectionBase.java:54) at org.eclipse.datatools.connectivity.drivers.jdbc.JDBCConnection.open(JDBCConnection.java:73) at com.teradata.datatools.dtp.connectivity.db.teradata.TeradataJDBCConnectionFactory.createConnection(TeradataJDBCConnectionFactory.java:34) at org.eclipse.datatools.connectivity.internal.ConnectionFactoryProvider.createConnection(ConnectionFactoryProvider.java:83) at org.eclipse.datatools.connectivity.internal.ConnectionProfile.createConnection(ConnectionProfile.java:359) at org.eclipse.datatools.connectivity.internal.ManagedConnection.createConnection(ManagedConnection.java:166) at org.eclipse.datatools.connectivity.internal.CreateConnectionJob.run(CreateConnectionJob.java:56) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) )
[Teradata JDBC Driver] [TeraJDBC 15.00.00.09] [Error 1000] [SQLState 08S01] Login failure for Connection to test Tue Nov 04 23:26:01 CET 2014 socket orig=test cid=6d856c0d sess=0 java.net.UnknownHostException: test at java.net.InetAddress.getAllByName0(Unknown Source) at java.net.InetAddress.getAllByName(Unknown Source) at java.net.InetAddress.getAllByName(Unknown Source) at com.teradata.jdbc.jdbc_4.io.TDNetworkIOIF$Lookup.<init>(TDNetworkIOIF.java:196) at com.teradata.jdbc.jdbc_4.io.TDNetworkIOIF.connectToHost(TDNetworkIOIF.java:295) at com.teradata.jdbc.jdbc_4.io.TDNetworkIOIF.createSocketConnection(TDNetworkIOIF.java:144) at com.teradata.jdbc.jdbc_4.io.TDNetworkIOIF.<init>(TDNetworkIOIF.java:130) at com.teradata.jdbc.jdbc_4.TDSession.getIO(TDSession.java:570) at com.teradata.jdbc.jdbc.GenericLogonController.run(GenericLogonController.java:97) at com.teradata.jdbc.jdbc_4.TDSession.<init>(TDSession.java:218) at com.teradata.jdbc.jdk6.JDK6_SQL_Connection.<init>(JDK6_SQL_Connection.java:35) at com.teradata.jdbc.jdk6.JDK6ConnectionFactory.constructSQLConnection(JDK6ConnectionFactory.java:25) at com.teradata.jdbc.jdbc.ConnectionFactory.createConnection(ConnectionFactory.java:179) at com.teradata.jdbc.jdbc.ConnectionFactory.createConnection(ConnectionFactory.java:169) at com.teradata.jdbc.TeraDriver.doConnect(TeraDriver.java:232) at com.teradata.jdbc.TeraDriver.connect(TeraDriver.java:158) at com.teradata.datatools.dtp.connectivity.db.teradata.TeradataJDBCConnection.makeConnection(TeradataJDBCConnection.java:276) at com.teradata.datatools.dtp.connectivity.db.teradata.TeradataJDBCConnection.createConnection(TeradataJDBCConnection.java:121) at org.eclipse.datatools.connectivity.DriverConnectionBase.internalCreateConnection(DriverC
Moving cursor around in large SQL Editor files is sluggish - response (5) by vbdcb
Just opened Studio this morning, went straight to the file that was giving me problems yesterday and it is already slow. There are 101 lines, with a couple of lines being over 3k chars in width (COMPRESS statements).
I am running Win 7 Pro 64 w/Intel i5 and 8 gigs of RAM. Note that I can open the same file in Notepad++ and never experience a problem.
CTRL-C Doesn't copy when result set is displayed as text - forum topic by vbdcb
If I run an explain, and then try to copy the results after switching it to text mode, the common keystroke of CTRL-C doesn't work. in order to copy in this mode it appears that after selecting all the text you have to right click in the window and then select copy from the menu.
CTRL-C Doesn't copy when result set is displayed as text - response (1) by vbdcb
Incidentally, CTRL-A does work to select all of the text. ;)
How Do You Create A Teradata Database? - response (13) by fgrimmer
Josko, You want to enter the Teradata Database Server name or IP address for the Database Server Name field. The error message indicates that the host name 'test' does not exist. Is the name 'test' in your DNS? Can you try the IP address?
Setup host server for Studio Express - forum topic by aarsh.dave
Hi All,
I installed Studio express on my personal machine for practice purpose. When I try to create a new data source, it asks the server host name. I was wondering if I can give my machine's IP address as the server address.
And what I mean to ask is does the teradata database get installed when I install studio express?
Thanks,
Aarsh
Trying to import text file into volatile table using Teradata SQL Assistant - response (5) by raj786
Hi All,
I have the following issue.
insert into table.namevalues(?, ?, ?, ?)
my 4th column is timstamp(6) in TERADATA
1st i export that record from TERADATA when i import again i got erorr.
1:-invalid timestamp
2:-Query contains 4 parameters but import file contains 1 data values
can any one guide me how to import and export to TERADATA using SQL asistant
Thanks in Adv
Raj
Setup host server for Studio Express - response (1) by fgrimmer
Aarsh, No. but just the opposite. Teradata Express is a VM that contains a Teradata Database. It also contains Teradata Studio Express inside the VM, for accessing the Teradata Database.
Trying to import text file into volatile table using Teradata SQL Assistant - response (6) by fgrimmer
Raj, For help with SQL Assistant, please post to the Tools Forum. If you are using Studio Express, you can right click on a table and choose, Data>Export and Data>Import to export and import data from a table.
Can TD Studio copy multiple tables in one go ? - forum topic by NC185016
I am using TD Studio 15.00 to copy lots of databases/tables from a TD Express 14.10 VM, to a 15.00 VM.
I can select multiple tables in the source explorer and drag them onto the Transfer View showing the target database, but this invokes the Copy Table wizard for each table individually.
Is there a way to avoid needing to go through this as it makes copying hundreds of tables rather prohibitive ?
Can you do multiple tables in a single batch ?
Can TD Studio copy multiple tables in one go ? - response (1) by fgrimmer
Neil, Not currently. Studio's purpose is for adhoc copies and not hundreds of tables. A tool like Teradata Data Mover is available for copying large numbers of tables.
Workaround for Problem Occurred during Data Labs Smart Loader - response (1) by fgrimmer
Update: We have released version 15.00.02.00 of Studio, Studio Express, and Teradata Plug-in for Eclipse that have the fix for this problem. Please visit the Developer Exchange Download page for the latest releases.
Thanks Chuck! That worked! I changed the value COLUMN_WIDTH_4=20727 to COLUMN_WIDTH_4=20 and was able to get it to work. You rock!