ODBC datetime format 'III' causing timestamp to time conversion to fail? -...
using SQLA 13.11.0.33 with ODBC version 13.10.00.05 I was getting a 5407 from doing this sel cast( current_timestamp as time) but sel cast( current_timestamp as timestamp) sel cast( current_timestamp...
View ArticleODBC datetime format 'III' causing timestamp to time conversion to fail? -...
Hi Jennifer, when you check DBQL for the bad query you'll probably see that the ODBC driver replaced TIME with INT, this setting is not only for DDL :-)'III' should not be used anymore (it's just a...
View ArticleTELAPI Initialize error on Linux64 TPT API 13.10 "[CLI2: BUFOVFLOW(308):...
I tried to install TPT 13.10 in Linux 64 bit in linux, could not able to find any Teradata Parallel Transporter Infrastructure (32-bit) software.Only 32 Bits software availble...
View ArticleUpdating data in a table for multiple records from a file using Import -...
hi , Currently by using BTEQ and Teradata SQL assitant I am able to insert records into a table. But I want to update records in a table. I have more than 2000 records in a table and i have 200 records...
View ArticleUpdating data in a table for multiple records from a file using Import -...
Hi Kumar, the syntax you're looking for is a MERGE INTO, please check the manuals. There's also an old UPDATE ELSE INSERT syntax, but MERGE is more flexible. Dieter
View ArticleUpdating data in a table for multiple records from a file using Import -...
Thanks, Dieter. MERGE INTO function is reqally useful for me in this case when I have only couple records. But, can we use this MERGE INTO along with INSERT INTO? I wanted to update else insert a...
View ArticleUpdating data in a table for multiple records from a file using Import -...
Hi Kumar, based on your description i thought you already know how to import using SQLA/BTEQ. Assuming your data is in a readable delimited format: In SQLA set the delimiter to the correct char (in...
View ArticleUpdating data in a table for multiple records from a file using Import -...
Thanks, Dieter. I think I got the solution. for this I have created the temporary table and imported data from a file then by using this temporary table I am updating the actual table using MERGE INTO...
View ArticleInstalling and Congiuring Teradata TPT 64 in Linux - forum topic by...
Linux 64 Bit issues: I tried to install TPT 13.10 in Linux 64 bit in linux, could not able to find any Teradata Parallel Transporter Infrastructure (32-bit) software.Only 32 Bits software availble...
View Articlefastexport - response (5) by bilal.farooq
Hello DiEgor, Can you share a sample fast-export script that uses your above mentioned technique. Many thanks in advance. Regards, Bilal
View ArticleUsing Geospacial Import/Export java tools - forum topic by rupert160
I hope this is the right forum for this question. I am working through the Orange book(Teradata Spatial Release 13.0 Users Guide) on this and am stumped with the example code on page 25, likely...
View ArticleFlat files to Teradata tables - response (3) by russrush
Can the Teradata Utilities read VSAM files directly and load it to tables. What is the best approach if I have 104 columns in VSAM. If we can extract the VSAM files to delimited text, can the Teradata...
View ArticleUsing Geospacial Import/Export java tools - response (1) by rupert160
Addendum, I've thrown the tool into the SLES TD14 VM Express and I get much the same problem: TDExpress14.0_Sles10:~/td-GeoImportExport-1-6/bin # java -classpath ./*.* com.teradata.geo.TDGeoImport...
View ArticleUsing templates for operators provided in TPT - response (12) by sahmed448
Hi Tony, Below is the sample rows from the data file and my actual TPT script: Stg_Imd_Production_Company|tt1790885|Columbia Pictures|||||||| Stg_Imd_Production_Company|tt1790885|Annapurna...
View ArticleUsing Geospacial Import/Export java tools - response (2) by rupert160
Okay it seems I needed to add the JVM flags and per the runit.txt file in the V1.6 download. java -Xms256m -Xmx512m -classpath .;tdgssconfig.jar;terajdbc4.jar com.teradata.geo.TDGeoImport -l...
View ArticleUsing templates for operators provided in TPT - response (13) by TonyL
The "IGNORE DUPLICATE INSERT ROWS" DML option is in the wrong place. The "IGNORE DUPLICATE INSERT ROWS" DML option is after the DML expression. For example: APPLY CASE WHEN <search condition>...
View ArticleUsing templates for operators provided in TPT - response (14) by sahmed448
Thanks Tony, i am now getting the following error after applying the fixes:I have checked the input file and also the schema defination and they look good and number of columns etcc. matches.I cant get...
View ArticleTPT with named pipe - response (4) by vikas_yadav
did you exported the file from windows to linux or vice versa...?...you will get this type of error when file contians bad character like ^I,^M this usually happens when you transfer file in cross...
View ArticleTD utilities and JAVA. - forum topic by mayanktiwari
Hi All, I am developing a code on Core JAVA. But I dont know how to Execute the code with the help of the TD Utilities on UNIX. Is there any facility/add-in provided by TD by we can do this. Please...
View ArticleUsing templates for operators provided in TPT - response (15) by TonyL
The value name ":Imdb_Cd" is incorrect in the first INSERT statement. The correct name is ":IN_Imdb_Cd".
View Article