Suppressing TPT warnings - response (3) by kallu2020
Is there any known issue with tptload attribute 'AcceptExcessColumns'? I am surprised to see the error inspite of setting this attribute to 'Y'."FILE_READER: TPT19134 !ERROR! Fatal data error...
View ArticleSuppressing TPT warnings - response (4) by kallu2020
Okay found the issue. There was a type that caused the issue. Thanks.
View ArticleExecute Oracle's stored procedures from tpt - response (6) by KSM_DBA
Hi All, how to convert oracle to teradata this query? select distinct p.param_value into l_freedom_type4 from EDW_EK_POC.cdw_parameter_mapping p where p.param_name =...
View ArticleASCII value of the delimiter in TPT Export Operator - forum topic by Arpan.Roy
Hi All, Is there any way to pass ASCII value of character in TextDelimiter for TPT Export Operator? I want to export a "TAB" delimited file. But when I'm giving tab a separator, it's taking space as...
View ArticleSQL Assistant - Copy to Notepad - forum topic by yenkoz28
Regarding the File menu option "Copy to Notepad", is it possible to replace Notepad with a different text editor, such as Notepad++ (NPP)?Tags: SQL Assistant - Copy to NotepadForums: Tools
View ArticleTPT Export issue -- Not able to export large tables - response (1) by rnekkanti
Just an update to the above issue . I ran it with a different user on the same server and job ran fine . I am thinking this is a unix related issue . Any Ideas on what I should check for this user ?
View ArticleASCII value of the delimiter in TPT Export Operator - response (1) by feinholz
The Export operator is not involved in the writing of data to the file. That is the job of the DataConnector operator. If you want a "tab" character, then try putting "TAB" (all uppercase) as the value...
View ArticleInstall TTU 15.00 32-bit components - response (1) by Geneo
The readme file states tha it will install both 32 and 64 bit components as required.
View ArticleASCII value of the delimiter in TPT Export Operator - response (2) by Arpan.Roy
Hi Steve, Thank you very much for your input. It worked. So, ASCII or Uniode value of the TextDelimiter can't be given, rather specific character has to be given for TextDelimiter. Is that correct...
View ArticleASCII value of the delimiter in TPT Export Operator - response (3) by feinholz
There is an undocumented attribute called TextDelimiterHex that allows you to enter the hex values for a delimiter. The helps when the delimiter is an ASCII unprintable character.
View ArticleTPT_INFRA: TPT01036: Error: Task (TaskID: 5, Task Name: SELECT_2[0001])...
same error...help please
View ArticleTPT api UpdateDriver why fail ?? - forum topic by Kahan
/* teradata odbc sample */ #include <stdio.h> #include <iostream> #include "connection.h" #include "schema.h" #include "DMLGroup.h" #include "sqlunx.h" #include <sql.h> #include...
View ArticleASCII value of the delimiter in TPT Export Operator - response (4) by Arpan.Roy
Thanks a lot Steve. I'm not sure whether I should start a separate discussion/ thread for below question: Is there any restriction on the no of columns exported while using Export and Data Connector...
View ArticleDSA logs - response (2) by varanasianup
Hi, My job also got failed in the post script phase, Error code :3523 which is rights/permissions issue, but have given all rights to ARC user. Also in the mentioned path /var/opt/teradata/tdtemp/post...
View ArticleASCII value of the delimiter in TPT Export Operator - response (5) by feinholz
There is no limit on the number of columns that can be processed by the Export operator. It can handle whatever Teradata supports. What is the version of TPT and the version of the Teradata Database?...
View ArticleTeradata procedure creation || Aquadata studio - forum topic by ChandanTD
Hi all, I am using Aquadata studio and was trying to create Procedure and everytime it can not compile and gives error. While that works with "Teradata Studio Express" does any one know or faced...
View Articlereport with different numbering expected * BTEQ * - forum topic by Luck
Good afternoon. I'm trying to export the query result below by BTEQ. I am using the following script. SELECT DATABASENAME AS "Banco de Dados" ,SUM(CURRENTPERM) AS "Ocupado" ,(MAX(CURRENTPERM) * 72) AS...
View Articlereport with different numbering expected * BTEQ * - response (1) by BTEQDEVTEAM
Hi. You are getting default formats when you use BTEQ unless you supply format clauses as part of the SQL request. You will need to review SQL reference documentation about how to use FORMAT clauses...
View ArticleTeradata procedure creation || Aquadata studio - response (1) by tomnolan
What kind of stored procedure are you trying to create? SQL stored procedure, Java external stored procedure, C external stored procedure? What is the complete error that you are getting?
View ArticleProblem during acceesing the function created on the top of the JAR file...
Hi Tom, We are in process of creating a Java user defined Function and in order to achieve that we have deployed the JAR File in the database and creating a function/procedure on the top of it using...
View Article