SQL_SELECTOR: TPT15105: Error 13 in finalizing the table schema definition - response (9) by ericsun2
SQL_SELECTOR: TPT15105: Error 13 in finalizing the table schema definition - response (10) by feinholz
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
Thank you Dieter for your time on this.
Re: remove the CRLF in the fastexport generated file - forum topic by balu_td
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!!
Re: remove the CRLF in the fastexport generated file - response (1) by balu_td
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
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
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
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
Date Format In Teradata SQL Assistant - response (5) by KS42982
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
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
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
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
Hi,
Is there any way to login using LDAP on TPT wizard ver 13.10?
How to Solve chinese confusion code in Teredata Result Set Viewer? - forum topic by lrfox
I'm trying to use the Teredata Studio,but the viewer can't display chinese fields correctly . Can somebody please help?
thanks.
How to load Chinese Character in Mainframe(Zos) by using mload? - forum topic by sky
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 ?
Warning: EOF on INPUT stream - response (2) by MBR
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
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.
Improving Loading Mechanism using Fastload - response (19) by trustngs
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
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
Yes. TPT supports it.
Please refer to the TPT documentation (user guide).
Hi Steven,
Thanks for the reply. Let me clarify my question:
MaxDecimalDigits = 18
MaxDecimalDigits = 18
MaxDecimalDigits = 18: shall I use VARCHAR(18), VARCHAR(19), VARCHAR(20) or VARCHAR(38)?