Problem Authenticating through JDBC running on Linux. - response (4) by...
in your linux server, add an entry in /etc/hosts file for this ip address and use it in the connection url. 111.22.3.111 myTDServer
View ArticleRODBC fails and teradataR crashes on RHEL6 - topic by sreevaddi
Hi, R fails to connect to teradata using RODBC. Installed required packages/drivers on OS in ksh (pdksh) read more
View ArticleBteq or fast export - topic by kjg
Can anyone tell me the performance diffences between bteq and fast export? Which one to use and when? i believe fast export exports the data in blocks and hence will be faster compare to bteq which...
View ArticleParameterize source & target table name and also schema details in TPT script...
What version of TPT are you using? We have made great improvements to the simplification of our script language, such that you do not need to be so verbose. Also, we can obtain the schema automatically...
View ArticleUse TPT to load a million flat files - response (4) by neo_3072
Thanks for the update. However, I am curious to know, is that the processing can continue at the same pace (~1000 files in less than 30 secs) for a million files once this patch is installed?
View ArticleRODBC fails and teradataR crashes on RHEL6 - response (1) by ulrich
I would try JDBC connect on Linux check http://forums.teradata.com/forum/analytics/connecting-to-teradata-in-r-v...
View ArticleJDBC works fine but RJDBC fails - response (1) by ulrich
you need to specify terajdbc4.jar and tdgssconfig.jar in the ClassPath check http://forums.teradata.com/forum/analytics/connecting-to-teradata-in-r-v...
View ArticleLoading XML file into empty terdata table using TPT - response (2) by...
can you please help me in loading XML file. Please share steps for loading the same.
View ArticleTemporal Macro / Dynamic SQL in a View - response (3) by WAQ
Do you want to parameterized the WHERE clause in the query?
View Articleneed to frame a query - topic by thadani
Hello All, I have a requirement with me. I got two tables. Lets say A and B. lets say table A has columns ---------name, location, number, code, id. unique primary index for this is (number, code) and...
View ArticleSeems wrong TO_DATE/TO_TIMESTAMP functions in Teradata 14 - topic by jt185021
Hello, I tested TO_DATE and TO_NUMBER function in TD 14 Express and I have following results: read more
View ArticleJDBC works fine but RJDBC fails - response (2) by sreevaddi
Hi Ulrich, This worked perfect. Thank you very much. > library(RJDBC) > .jaddClassPath("~/mydrivers/td/terajdbc4.jar") > .jaddClassPath("~/mydrivers/td/tdgssconfig.jar") >...
View ArticleConnection issues from ALL applications to TD Express 13.10 and 14.00 through...
Actually I've ended up having a similar problem. I think it's less of a Teradata DB thing within the VMware image, and more of a SLES apache2 issue. I'm not a networking specialist but I've done all...
View ArticleBTEQ examples - response (19) by klnsreenivas
Can anyboy explain about QUIET ON and .REPEAT * ?
View ArticleWhat is a building block approach to building semantic data models? -...
I absolutely agree with sbarreda. Semantic layers are a great way of isolating the load process than the usage of the data which is generally designed together :( A 3NF data model gives better...
View ArticleConnection issues from ALL applications to TD Express 13.10 and 14.00 through...
Oh funny. Okay, it seems the teradata employee windows VPN somehow conflicted with the NAT networking. (a problem that the externals might have if they are porting into their respective workplaces)....
View ArticleUsing name of Flat File in TPT Load - response (4) by flieto
Hi all, I am sorry for reopening an old topic, but I am, I think, in the same situation, in TPT13, and I have the very same error : DEFINE SCHEMA BCR_SCHEMA_PROFIL ( ID_PROFIL varchar(10) ,LIBELLE...
View ArticleFast Export producing unreadable text file - response (11) by karim
Hi can any one tell me what is feild size will consider into output file when fast export is exporting the file
View ArticleCould not initialize class javax.crypto.SunJCE_b - response (8) by tomnolan
That JDBC URL is not correct. Beginning with Teradata JDBC Driver version 14.00.00.13, the USER and PASSWORD URL parameters are available, but there are no "uid" or "pwd" URL parameters.
View ArticleTPT: error 2972: No table header exists for table. - response (2) by...
I had to rename, re-create (and decrease the partition range), and transfer almost 1 bi of rows to the new table, then (after some "No more spool space") re-run my loader. The cursed load all my...
View Article