unloaded Date value issue by tpt script - response (13) by feinholz
Even a little more information. This is the formula Teradata uses: (year-1900) * 10000 + (month*100) + day Thus, "2015/01/01" would yield: (2015-1900) * 10000 + (1 * 100) + 1 = 1150101 and...
View ArticleBTEQWIN Tool - forum topic by MathewC
Hi, I have a set of queries to run. In case if one query in mid fails, I want the following queries to run without exiting using BTEQwin tool. Can someone help me on this?Tags: bteqbteqwinForums: Tools
View ArticleSQL Assistance - Failed to Initialize Error - response (1) by MikeDempsey
The error is being issued by the Microsoft Data Provider Schema Collections initialization function. this implies a problem with the Microsoft .Net Framework itself. If this is only occurring on your...
View Articlewhere is the SQL Assistant option to open all .sql files in a new instance of...
There is no option within the application to open new files in a new instance of the app. There is an option to open new files in a New Query Tab. However it will only create a new tab if you have...
View ArticleTeradata SQL Assistat client connection to SQL databases - response (2) by...
The underscore is acting as an ODBC 'wildcard' character. The issue has been fixed in SQL Assistant 15.0.0.2. Individual efix packages can no longer be downloaded so you will need to download the...
View ArticleSQL Inserter Help with TPT and CLOB Data Load - forum topic by 31_resu
Hello, I have a table created on Teradata RDBMS 14, I'm using TTU 14 on my PC, and the TPT Wizard. I'm attempting to load a large ASCII comma delimited flat file, that has two columns/comma separations...
View Articleunloaded Date value issue by tpt script - response (14) by akd2k6
Thanks Steve, 1. I tried with the option dateform=ansiDate in job variable file but still the same wrong result. 2. I have another null vs blank issue- Table fields MIS_DT DATE FORMAT 'YYYY-MM-DD',...
View Articleunloaded Date value issue by tpt script - response (15) by feinholz
#1. If you read all of my posts, you will see that the DateForm solution originally proposed will not work. You will have to also explicitly provide the schema and define the DATE fields as ANSIDATE....
View ArticleSQL Inserter Help with TPT and CLOB Data Load - response (1) by feinholz
Please do not use the Wizard. It is a tool that will have a limited shelf life (the plan is to discontinue it soon), and it does not support all of the features of TPT. Also, it generates scripts in a...
View ArticleConnect to Microsoft SQL Server from Teradata Studio 14.10 - response (4) by...
Connect to SQL Server using Teradata Express Studio 15 Hi All, Can anyone help me define the Properties for SQL Server Driver Details. I'm trying to connect to local instance of SQL Server Express...
View ArticleConnect to Microsoft SQL Server from Teradata Studio 14.10 - response (5) by...
Connect to SQL Server using Teradata Express Studio 15 Hi All,Can anyone help me define the Properties for SQL Server Driver Details. I'm trying to connect to local instance of SQL Server Express 2012...
View Articleunloaded Date value issue by tpt script - response (16) by akd2k6
Hi Steve, I used the below setings in unload file- ,DCCCloseQuoteMark='"' ,DCCOpenQuoteMark = '"' ,DCCQuotedData='Yes' and load job variable is as- ,DCPCloseQuoteMark='"' ,DCPOpenQuoteMark = '"'...
View Articleunloaded Date value issue by tpt script - response (17) by feinholz
When you say this: unload file content is -"2015/01/21"|"palash"|"dhara""2015/02/01"|""|"2015/01/01"|"abhishek"|"dhara""2015/01/31"|""|"arora" I am assuming for right now that these are the only 4...
View Articleunloaded Date value issue by tpt script - response (18) by akd2k6
Table has four records and one field in a row is null, below are the values in table- 2015-01-21|Palash|Dhara 2015-01-31|BLANK|Arora 2015-01-01|Abhishek|Dhara 2015-02-01|BLANK|NULL while I unload data...
View Articleunloaded Date value issue by tpt script - response (19) by feinholz
The NULL is not supposed to be represented by "". That is an empty string. It is valid to not write anything in the 3rd field. The existence of a delimiter and then an end-of-line marker will indicate...
View Articleunloaded Date value issue by tpt script - response (20) by akd2k6
platform is AIX 6.1 Teradata Parallel Transporter Version 14.10.00.05
View Articleunloaded Date value issue by tpt script - response (21) by akd2k6
for your information- load script- USING CHARACTER SET UTF8 DEFINE JOB dc_load DESCRIPTION 'Load a Teradata table from a file' ( APPLY $INSERT TO OPERATOR( $UPDATE()[@LoadInstances] ) SELECT * FROM...
View Articleunloaded Date value issue by tpt script - response (22) by feinholz
Thank you! I will let you know when we find something out.
View ArticleWhy TPT mload is taking long time than bteq for huge volume of data -...
For that many rows, maybe try the DELETE Task.
View ArticleHaving trouble with ARCMAIN COPY job that renames databases - response (2) by...
as well as the above... 1) probably need to turn on more verbosity to see what is going on ie. set the arcmain enable time parameter VB3 and then looking at the arcmain log/output 2) as the COPY...
View Article