Handling timestamp column during fast export - response (9) by...
Thanks a lot once again. After updating the below values, the export to the flat file got completed in about 4 hours for all 22527844 rows. Just wondering, if there are some additional changes that can...
View ArticleScroll Bars in SQL Assistant 15.0 - forum topic by levinra
How do I change the appearance of the scroll bars in Teradata SQL Assistant 15.0? There's nothing for me to grab, just a solid line. I don't remember it looking like that when I installed it, so I...
View ArticleFastload exit code verification - response (2) by M.Saeed Khurram
yes you can do it using shell script. Put the following command in your shell script: ERROR_HANDLER() { echo "" echo "Error occured!!!" echo "ERRORLEVEL" $rc exit 1 } fastload < your_script_Name...
View ArticleTPT Load Operator Table Lock - response (7) by M.Saeed Khurram
I would like to advise you use Update operator, or Multiload to load load ready tables, and then use merge to apply data to target. In some cases, if the target table has been locked by update operator...
View ArticleTPT load failure - Please suggest - response (2) by tddev1984
Hi , Sorry i was out for a couple of weeks and couldn't respond. The teradata client version is 13.0. Platform : AIX We are calling the TPT in a shell script with parameters. We loaded 100s of files...
View ArticleTPT load failure - Please suggest - response (3) by feinholz
What exact version of 13.0? We have released several patches since its GCA version. And 13.0 is not an officially supported version of TPT, so my first response is for you to update TPT to the latest...
View ArticleFastload I/O error 42 on flat file - forum topic by boriscb
Hello, I read all the other comments on similar problems, but I still cannot resolve my issue. I am trying to load a single line of a csv file into a simple table. Below is the fast load script:...
View ArticleFastload I/O error 42 on flat file - response (1) by boriscb
I have also changed the flat file data to: 1,Christmas,1,7,0,0,1,1 312C4368726973746D61732C312C372C 302C302C312C310D0A
View ArticleFastload I/O error 42 on flat file - response (2) by dnoeth
Hi Boris, to load CSV you need to use SET RECORD DELIMITED instead of the default FORMATTED specify the delimiter if it's not '|' DEFINE all input as VARCHAR
View ArticleTPT load failure - Please suggest - response (4) by siddharth82
We are using the TPT version 13.00.00.02 and facing the same issue while loading 320GB file. Immediate help is required here.
View Articlez/OS Mainframe TPT RECFM=FB versus LRECL=VB - forum topic by rsilvers
Hi, This is a mainframe z/OS TPT version Version 13.10.00.04 question Running this JCL and TPT script with INDICATORMODE='N' but I'm getting what looks like the indicator bytes at end of file...
View Articlez/OS Mainframe TPT RECFM=FB versus LRECL=VB - response (1) by rsilvers
Sorry, typo....subject should be z/OS Mainframe TPT RECFM=FB versus RECFM=VB
View ArticleFastload I/O error 42 on flat file - response (3) by boriscb
Hi Dieter, Thank you for your feedback. I have set it as you recommended and I am getting close. There is a new error that I don't know how to deal with.... Expected NULLIF I have checked on the web...
View ArticleSQL Assistant Import Data function giving DDL errors - forum topic by pcapazzi
Hello, I've recently upgraded to SQL Assistant v14.0. In v13.10 I had no trouble running the following query (statement by statment). Now I'm having trouble because I get an error that says "Error...
View ArticleQlikview TPT Connector - forum topic by Jondau07
Hi everybody, I am currently working on a project using Qlikview on top of Teradata. We are trying to use the QVX_TPTConnector (specific connector to Qlikview) to avoid ODBC connection and see if...
View ArticleFastload I/O error 42 on flat file - response (4) by boriscb
I just noticed a syntax error on the line: IsForcedIntoModel (VARCHAR(2), I am still having a problem, but I will trace a bit longer and get back here if I am stuck again...
View ArticleFastload I/O error 42 on flat file - response (5) by boriscb
For the benefit of someone else having difficulty, this script finally worked: LOGON server/uid,password; DATABASE TEST_LAND ; DROP TABLE Client_Holiday; DROP TABLE Client_Holiday_errors1; DROP TABLE...
View ArticleTPT load failure - Please suggest - response (5) by feinholz
Please upgrade to the latest efix version and try again. If the problem persists, let me know (and let me know what version you used).
View ArticleQlikview TPT Connector - response (1) by feinholz
You mention that you are using "QVX_TPTConnector", but the output shows FastExport. FastExport is not part of any TPT connector. They are different products. However, for this particular FastExport...
View Articlez/OS Mainframe TPT RECFM=FB versus LRECL=VB - response (2) by feinholz
Those are not indicator bytes. They might be garbage characters. We have made several bug fixes in this area. Please upgrade to the latest version of TPT 13.10 and re-run the job and see if the problem...
View Article