BTEQ Import/Export of decimals does not work - forum topic by sh_one
Hello experts, I have a problem using import and export with bteq. I have the following simple table in DB1 and DB2: CREATE SET TABLE DB1.MY_TABLE ( ID INTEGER NOT NULL, NAME VARCHAR(50), DEC_VALUE...
View ArticleBTEQ Import/Export of decimals does not work - response (1) by dnoeth
For your import you define DEC_VALUE as DECIMAL which defaults to DECIMAL(5,0). Change to DECIMAL(22,8).
View ArticleTPT: Target Database different than Working Database with LOAD operator -...
How can I use a different target database (not TdpId) than what I declare in WorkingDatabase? I want the log and error tables to go to a work database, but the target table is in a different database....
View ArticleInstalling TTU - forum topic by Greyghost
I have tried several times to download and install the TTU software from the Download page. Eeverytime I get a message the SQL Assistant did not install properly. What am I missing? Is there another...
View ArticleReceiving Failure 2673 The source parcel length does not match data that was...
Hi All, Please help me on below doubts: 1.Teradata stored procedure always one AMP operation ? 2. Tpump having phases(preliminary,DML,aquisistion,application,end/cleanup phases) like Mload ? 3. Howmany...
View ArticleReceiving Failure 2673 The source parcel length does not match data that was...
Hi Mallik, please post a new question in a new thread. Q1: The control statements within an SP (LOOP, IF, etc.) run on a single node, but the queries run exactly the same as standalone SQL. Q2: No,...
View ArticleBTEQ Import/Export of decimals does not work - response (2) by sh_one
Hi Dieter, that's what I wrote in my last paragraph. If I change it to DECIMAL(22,8) then I get the error message "Failure 2673 The sourceparcel length does not match data that was defined."
View ArticleMultiLoad automation - response (1) by klak
I also have the same question, can someone help ? Thanks in advance.
View ArticleTPT: system variables with result count - response (15) by wmmiteff
When can we expect to see this functionality? When will it be usable via IBM Information Server, formerly Data Stage? The legacy Enterprise stage offers this but can't get the same functionality from...
View ArticleTeradata TPT 14.10.00.05 with SAP Data services 4.2 - response (2) by...
One of my ETL developers had to change the TPT options to "generic named pipe" to resolve this issue. The job ran with no issues(execpt warning). No change in the perofrmance or the run times have been...
View ArticleTPT: system variables with result count - response (16) by feinholz
"This functionality" means that we will be populating Teradata tables with complete operational metadata. I cannot comment on this feature being usable by IBM Information Server, as I am not familiar...
View ArticleTeradata tpt - response (18) by akd2k6
Thanks a lot Steve, it worked. Now I faced a new issue while unloading a table with tbuild. command- tbuild -f ${COB_SCRIPTS_DIR}/tpt_unload.ksh -u "Pwd='xxxx'" -v...
View ArticleMultiLoad automation - response (2) by Glass
Just call Mload in your bat file and pass it a script. Mload < .\Mload_VC.txt >> .\Error.log Rglass
View ArticleTeradata tpt - response (19) by akd2k6
For your reference , the tpt script is as- DEFINE JOB LOAD_EMPLOYEE_TABLE_FROM_FILE DESCRIPTION 'EXPORT SAMPLE WZ1D02_BITPROC TABLE TO A FILE' ( DEFINE SCHEMA WZ1D02_BITPROC_SCHEMA FROM TABLE...
View ArticleFast load Error - response (4) by RAJESH JAMPALA
FDL4800 Invalid FastLoad statement hi, I am trying to give file path and it is showing the above error. here is the fastload commands executed in unix os .logon 127.0.0.1/dbc,dbc;\ set vartext ",";...
View ArticleTeradata tpt - response (20) by feinholz
In the operator definition for extracting data fro Teradata, make sure to set MaxDecimalDigits to 38 (or whatever your max precision size for your decimal columns). We default the precision to 18.
View ArticleTeradata tpt - response (21) by akd2k6
which operator Steve out of those 3 i my script. Also can you please help with the syntax.
View ArticleTeradata tpt - response (22) by feinholz
I only see one operator that extracts data out of Teradata. The SQL Selector operator. Please check the documentation; you will want to add something like: INTEGER MaxDecimalDigits=38
View ArticleBTEQ Import/Export of decimals does not work - response (3) by Fred
What is MAXDECIMAL set to? Maybe your exported data is being limited to DECIMAL(15,8) or DECIMAL(18,8).
View ArticleFast load Error - response (5) by SuSeSi
Rajesh, see the difference. .logon 127.0.0.1/dbc,dbc; set vartext ","; define col1 (varchar(10)), col2 (varchar(10)), aol1 (varchar(10)) File=./root/fastloaddata1.txt; "file=" is part of define...
View Article