Quantcast
Channel: Teradata Forums - Tools
Viewing all 4252 articles
Browse latest View live

SQL_SELECTOR: TPT15105: Error 13 in finalizing the table schema definition - response (9) by ericsun2

$
0
0

Hi Steven,
Thanks for the reply. Let me clarify my question:

  1. NET_ID defined as Decimal(38,0) in DDL, but what should I define in TPT file schema?
    • when MaxDecimalDigits = 18MaxDecimalDigits = 18MaxDecimalDigits = 18: shall I use VARCHAR(18), VARCHAR(19), VARCHAR(20) or VARCHAR(38)?
    • when MaxDecimalDigits = 38: shall I use VARCHAR(38), VARCHAR(39) or VARCHAR(40)?
  2. NET_NAME is defined as VARCHAR(300) CHAR SET UNICODE in DDL
    • when in UTF-8: I should use VARCHAR(900)
    • when in UTF-16: I should use VARCHAR(600)
    • when in ASCII: I should use VARCHAR(300), right?
  3. NET_KEY is defined as Decimal(9,0) in DDL, shall I use VARCHAR(9), VARCHAR(10) or VARCHAR(11)?
  4. If I have NET_TRAFFIC_BYTES defined as BIGINT in DDL, shall I use VARCHAR(20), VARCHAR(21) or VARCHAR(22)?

SQL_SELECTOR: TPT15105: Error 13 in finalizing the table schema definition - response (10) by feinholz

$
0
0

Well, without seeing the entire script, what you have shown me is a Selector operator retrieving 2 DECIMAL columns and a VARCHAR. Therefore, your schema must match.
 

Fast load Vs Mload when AMP is down - response (2) by cheeli

$
0
0

Thank you Dieter for your time on this.

Re: remove the CRLF in the fastexport generated file - forum topic by balu_td

$
0
0

Hi,
I need to export file with certain fields. Where one of coulmn data has a CR.
For eg:
              cml4
 record1 aaa      bbb       ccc
 record2 ddd      eee       ffff 
The spaces between the aaa bbb represents the New Line Char..
Now i need to remove this and need to export the field. That export file should not contain CR.
please Help me!!

Forums: 

Re: remove the CRLF in the fastexport generated file - response (1) by balu_td

$
0
0

The Record may or may not contain CR. If it has don't how many CR it will be..
 

Re: remove the CRLF in the fastexport generated file - response (2) by dnoeth

$
0
0

This should be done using a UDF, check if oTranslate or oReplace is installed on your system, if not you should tell your DBA to do it :-)
Dieter

Re: remove the CRLF in the fastexport generated file - response (3) by balu_td

$
0
0

Hi Dnoeth,
Thanks for replying..
I dont have an option to use OReplace or OTranslate.. Is there any other way i can get out from it..
 
Thanks
balu

Teradata Studio Express JRE error during installation - forum topic by svpl

$
0
0

I am trying to install teradata studio express v14 in my Windows 7 32 bit pc and I always get a JRE not found/JDK not found error after installation. My PC is upto date with JRE and I update to the most recent JRE using Java automatic downloads. Can somebody please help?
thanks

Forums: 

Date Format In Teradata SQL Assistant - response (5) by KS42982

$
0
0

Looks like the last row is always the latest record of the 'name' column. In that case, it would be like below.
Select Name, max(create_time)
If that is not the case then you can use ROW_NUMBER() and give number to all the rows and use max of it by name to get the last record.

Mload error - Highest return code encountered = '23' - response (3) by cheeli

$
0
0

Thank you Dieter for your time on this.  The error code was

DBCErrorCode

6,706

I have gone through the previous posts on this error code and figured that it was a problematic non Ascii characters. (We have had same issue in the flat file)

TPT 14 WorkingDatabase and TargetTable getting crossed - response (2) by rmattson

$
0
0

That was it!!!  I would have never caught that, didn't even know what that was.  Thank you!!!

Re: remove the CRLF in the fastexport generated file - response (4) by ThomasNguyen

$
0
0

Balu,
You can write an outmod to validate and preprocess export data records from Teradata Database before writing them to files on the client system.
Thomas

TPT wizard 13.10 and LDAP - forum topic by Harpreet Singh

$
0
0

Hi,
Is there any way to login using LDAP on TPT wizard ver 13.10?
 

Forums: 

How to Solve chinese confusion code in Teredata Result Set Viewer? - forum topic by lrfox

$
0
0

I'm trying to use the Teredata Studio,but the viewer can't  display chinese fields correctly . Can somebody please help?
thanks.
 

Forums: 

How to load Chinese Character in Mainframe(Zos) by using mload? - forum topic by sky

$
0
0

Hi all,  
The mainframe use  EBCDIC and the field in teradata table is UNICODE.  We load Chinese Character from mainframe to teradata table by using mload, but data is garbled.
Can you provide any sample to load Chinese Character in Mainframe(Zos) by using mload successfully ?
 

Forums: 

Warning: EOF on INPUT stream - response (2) by MBR

$
0
0

Hi,
Even there is Quit in my bteq script it is showing the same message(i.e *** Warning: EOF on INPUT stream)
is there any other cause for this.
Thanks
Regards
MBR

Mload on a referenced table. - forum topic by Sungard_PS_Brazil

$
0
0

Hi, 
We've bem running and MLOAD and we get the following error "UTY0805 RBDMS failure, 3791: Mload target table cannot be a referenced tble or contain any referential constraint(s)."
Is there a way to ovelrap this issue? Should I use another function then the Mload? 
I'm using the Mload V.13.
Can anyone help? 
 
Thanks a Lot. 

Forums: 

Improving Loading Mechanism using Fastload - response (19) by trustngs

$
0
0

Hi Feinholz,
I must have load multiple input data files as they appear in a Unix file directory using asingle load operation. Is the TPT supports this?
Thanks in advance.

Mload on a referenced table. - response (1) by dnoeth

$
0
0

MLoad doesn't support loading tables with Foreign Keys (afaik unless it's a soft FK REFERENCES WITH NO CHECK OPTION) .
You could switch to TPump or load into a staging table and the use SQL.
Dieter

Improving Loading Mechanism using Fastload - response (20) by feinholz

$
0
0

Yes. TPT supports it.
Please refer to the TPT documentation (user guide).

Viewing all 4252 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>