How to load EBCDIC file to db using TPT? - response (2) by feinholz
On which version of z/OS are you running? (We only support loading EBCDIC data on the mainframes.)
View ArticleHow to load EBCDIC file to db using TPT? - response (3) by Marcus1
I'm not using a mainframe. I need to load a given EBCDIC file into Teradata on a network attached client. The EBCDIC file does not contain any packed columns, but does have columns with signed values....
View Articlewhat does UTY8709 mean in fastexport. - forum topic by robertskin
Hi, Guys I am using fastexport to export my db result, but from the logs, there are some logs show like: **** 18:42:33 UTY8722 234664 total records written to output file. which means the records is...
View ArticleTD utilities and JAVA. - response (5) by mayanktiwari
Thanks Ulrich and Tom. Is there any possibility to execute a program using BTEQ or any other utility on UNIX environment. ? I want to run a JAVA program which will run TD queries and fetch out the...
View ArticleTD utilities and JAVA. - response (6) by tomnolan
Yes, you can run your own command-line Java program using BTEQ's .os command. Let's assume that your command-line Java program is named foo.bar.MyProgram and let's assume that it requires a Java...
View ArticleSkewed Fastload job - forum topic by pradeesh
Fastload Job is CPU skewed by 99% Job is loading data of 40 million rows and taking 2 hours on a 150 amp system and is skewed for 2 hours Inferences Primary index is good . having skew of 1 % only...
View ArticleFastload issues with decimal column - forum topic by rki
Hi, I am working on a project where we are migrating from Mainframe to Clerity (Linux) servers. I have a fastload job running in Mainframe, pulling from a DB2 unload file and loading into a TD table....
View ArticleHow to load EBCDIC file to db using TPT? - response (4) by feinholz
All of our load products can only load EBCDIC data from MVS/zOS.
View ArticleFastload issues with decimal column - response (1) by feinholz
On the mainframe, the data is stored in packed decimal format. On non-mainframe platforms, the data is most likely stored in scaled integer format (Teradata's internal format). This might account for...
View ArticleWhere can I download .NET Data Provider 12.00.01.00 - forum topic by maitony
Hi, I want to download a .NET Data Provider 12.00.01.00 instead of version 12.00.01.01. Do you have any ideas ?Forums: Tools
View ArticleWhere can I download .NET Data Provider 12.00.01.00 - response (1) by Fred
Note that 12.00.01 is the version and the trailing .00 or .01 is the patch level. As a rule, even if you are using an old version of the driver (for compatibility) you should use the "current" patch...
View ArticleWhere can I download .NET Data Provider 12.00.01.00 - response (2) by maitony
But that is the only version supported by Aprimo 8.7.4.
View ArticleTPT multiple instances using mainframe host (Syntax error). - response (16)...
Do we need to give varchar MultipleReaders=’Y’ in the Data Connector producer operator to have the mulitple read instance in TPT? What will happen if we dont set varchar MultipleReaders=’Y’ and give...
View ArticleTPT multiple instances using mainframe host (Syntax error). - response (17)...
Multiple instances are normally used to read from different files in parallel, e.g. with FileList='Y' or DirectoryPath. MultipleReaders='Y' allows multiple instances to do "interleaved" reads from the...
View ArticleTPT multiple instances using mainframe host (Syntax error). - response (18)...
Thanks fred, We created named pipes so that we can read .gz & compressed files.. just wanted to check if there is any access module that can use with dataconnector to read unix .gz files
View ArticleTPT multiple instances using mainframe host (Syntax error). - response (19)...
I am not aware of one that is publicly available.
View ArticleTPT multiple instances using mainframe host (Syntax error). - response (20)...
Hi Vijay, TPT 14 DataConnector supports .zip and .gz files directly, but i don't know if it supports MultipleReaders, probably not. Dieter
View ArticleTPT adding spaces for nvarchar datatype while loading - forum topic by...
Hi, We are loading data from MSSQL server tables to Teradata using ODBc operator and load operator. for nvarchar datatype from MSSQL server, spaces are added after each character. If I change session...
View Articlefastload errors with checkpoint and indicator. - response (4) by kusumayella
Hi Mayank, Apart from dot, you are not supposed to use semicolon at the end of begin loading ..... command incase of using checkpoint and indicator etc. As Fred specified, BEGIN LOADING TDUSER.M1...
View Articlefastload errors with define delimiters. - response (2) by kusumayella
Hi , Just use below define statement as the data file doesn't have any starting and trailing delimiters and you just need to press enter while creating the sample data i.e your cursor should be in...
View Article