TPT DSN Error - response (2) by ragava.ece
Below is the log for your reference, TPT_INFRA: TPT04101: Warning: TMSM failed to initialize Teradata Parallel Transporter Coordinator Version 15.00.00.00 Teradata Parallel Transporter Executor...
View ArticleConcurrent Load to same table (MLOAD fails - can TPump be a solution or what...
TPUMP can be a solution as long as your data size is not too big. The processing would be slow as TPUMP would be a row based operation. You can define the view as replace view dbname.viewname locking...
View ArticleTPT DSN Error - response (3) by feinholz
This is a known issue and has been fixed in 15.00.00.02 (you are running 15.00.00.00). Please download the latest 15.00 patch/efix. Thanks!
View ArticleTPT DSN Error - response (4) by feinholz
Actually, 15.00.00.02 may not have been released yet. Looks like it is schedule for mid-July.
View ArticleTPT DSN Error - response (5) by feinholz
In the meantime, you can always download a free 15-day evaluation copy of the DataDirect drivers.
View ArticleHandling timestamp column during fast export - response (10) by...
For exporting 16M records to the flat file it took 3 hrs 17 minutes. Below is the File size: -rw-r--r-- 1 sbptest5 sbptest 3606302553 Jun 30 16:25 SBPSubsFromTLGdtls.txt To implement in production,...
View ArticleTPT DSN Error - response (6) by ragava.ece
Thank you for your response Steve. What is the reason for this issue? is it because of 64bit OS? One more question I have is.... Is it a good approach/legal to update tools to latest version even...
View ArticleTPT DSN Error - response (7) by feinholz
Yes, it was related to 64-bit TPT. The Microsoft driver needed something set explicitly whereas the DataDirect driver did not (accepted our default setting). We always recommend that you keep current...
View ArticleHandling timestamp column during fast export - response (11) by dnoeth
Did you check what's the bottleneck, BTEQ itself? Why do you prefer BTEQ over FExp? To export delimited data the best choice is a TPT Export in delimited format, no need to manually concat all the...
View ArticleBTEQ & C UDFs - Failure 8055 - forum topic by eremef
It occurs that certain BTEQ versions have problem with C UDF compiled with option CS (Windows version: 13.00.00.01, 13.10.00.01), It throws error: Failure 8055 Session forced off by PMPC or gtwglobal...
View ArticleDEFINE SCHEMA schema_name FROM SELECT OF OPERATOR operator_name not working...
Hi, I am trying to write a generic TPT EXPORT script which will take the SQL query and export the data into flat file in a delimited format. I used follwing TPT script with hard codes values to test...
View ArticleBTEQ & C UDFs - Failure 8055 - response (1) by eremef
Checked by myself: it works on BTEQ's versions: 13.00.00.03 - TTU 13.0 Edition 2 13.10.00.10 - TTU 13.10.04 14.00.00.00 - TTU 14.00 14.10.00.00 - TTU 14.10.00 15.00.00.00 - TTU 15.00 Teradata Tools and...
View Articlefastload no rows applied when running script in cron - forum topic by davidtzoor
Hello there, I have a bash script that runs a fastload. When I run the script manually, the script runs as expected and the data is inserted to the desired table. When the script gets excuted by cron...
View Articlefastload no rows applied when running script in cron - response (1) by Raja_KT
Whaw!!!! Can it be that when you run your script manually, it points to a different environment and when you run through a cron it is in different environment?
View Articlefastload no rows applied when running script in cron - response (2) by...
What variable might be problematic? Both cron and my user are using the same PATH for fastload
View Articlefastload no rows applied when running script in cron - response (3) by Raja_KT
Without looking at the script can't say much. However, if you can echo (resolved unix) all variables and can see and verify. Did you try and check your objects again ?
View ArticleIssues happening after TTU13.10 upgrade - forum topic by Dominiq
Recently we installed TTU13.10 upgrade as many users were facing temporary connectivity issues for ABI and unix servers. Post upgrade we are getting to hear all new things from users. For jobs running...
View ArticleDownload TTU v 13.10 - forum topic by rychitre
From where I can download TTU v 13.10? I see only TTU v 15 available to download?Forums: Tools
View ArticleDownload TTU v 13.10 - forum topic by rychitre
From where I can download TTU v 13.10? I see only TTU v 15 available to download?Forums: Tools
View Article3706 expecting something between beginning of the request and SELECT - forum...
SELECT * FROM CUST.MEMBER This simple SQL runs just fine if I type it on SQL Assistant. But if I copy paste this from notepad SQL assistant throws this 3706 error. There are times, to debug a code, I...
View Article