Search found 43 matches

by rkumar28
Mon Apr 19, 2004 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error on DB2 Stage
Replies: 2
Views: 1311

Error on DB2 Stage

Hi, I am using the DB2 Stage as source to connect to DB2 tables. I am hitting two errors. First when I try to import the tables and second time when I try viewing the data . I try importing the tables through "Import Plug-in Meta Data" I get this error: Unable to obtain list of available t...
by rkumar28
Mon Apr 12, 2004 3:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow loading
Replies: 3
Views: 1193

Thanks for the quick response

The commit interval is 200 and the parameter array size is 1. If I increase the parameter array size....I start getting the error at runtime. I am Sorry to post this again. I am trying to figure this out for quite sometime through DataStage as my group is already using this tool for the DB2 load. Wh...
by rkumar28
Mon Apr 12, 2004 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow loading
Replies: 3
Views: 1193

Slow loading

Hello, I am trying to directly load one teradata table from a flat file. There is no changes in data...I am just directly loading the flat file data into a one table with one transformer in between. I am using the ODBC to connect to the database. But my loading session is very slow. In the monitor i...
by rkumar28
Fri Apr 09, 2004 2:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow loading using DataStage with Teradata table as Target
Replies: 3
Views: 2145

Thanks for the quick response. Actually, I have never worked on the MLoad utility. Since the company I am working for has been using DataStage for sometime, so I am using the this ETL tool for this loading. Is DataStage is not very effective with Teradata? I will be greatful if you can suggest anyth...
by rkumar28
Fri Apr 09, 2004 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Slow loading using DataStage with Teradata table as Target
Replies: 3
Views: 2145

Slow loading using DataStage with Teradata table as Target

Hi, I have a simple mapping on datastage. I am loading data from a flat file (with 19 columns with about 500,000 rows)into single Teradata table through a transformer. I don't have any native stage driver for Teradata, hence using the ODBC stage to connect to teradata database. But it is taking more...
by rkumar28
Tue Apr 06, 2004 12:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting 4 digit number from a Character Column
Replies: 3
Views: 1500

4 digit number

Hi, Thanks for the responding to my question: I tried your suggestion. But I got all the 100,000 rows with the value of 0 and 1. 1 is returned for the 4 digit number and 0 for all other digits. I just need to extract only those rows that has only 4 digit number in a column. But currently it extracts...
by rkumar28
Mon Apr 05, 2004 4:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extracting 4 digit number from a Character Column
Replies: 3
Views: 1500

Extracting 4 digit number from a Character Column

Hi,

I have to extract ONLY the four digit number in a column. I have a char(5) column (in a flat file) that has numbers from 1 digits to 5 digits. I have to extract only those rows from this file that contains 4 digits number and load into the target.

Thanks for you help
by rkumar28
Fri Apr 02, 2004 9:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to change Date format change from YYYY-MM-DD to YY-MM-DD
Replies: 3
Views: 1603

How to change Date format change from YYYY-MM-DD to YY-MM-DD

Hi,

I am new to DataStage. I am looking for an available function to change the date format from YYYY-MM-DD to YY-MM-DD. Actually my source flat file has the YYYY-MM-DD format but my target teradata table has a column that has Date datatype and is defined to take YY-MM-DD date format.

Thanks
by rkumar28
Wed Mar 31, 2004 2:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate the Unique Sequence ID
Replies: 8
Views: 3215

Starting the Unique Id from 1268264 instead of from 1

Hi, Is there a way to start the UniqueId from 1268265 rather than from one using KeyMgtGetNextValue. Thanks You can use KeyMgtGetNextValue or KeyMgtGetNextValueConcurrent depending on whether you have mutiple processes using the same sequence key, and then if you need to re-set the keys, you can use...
by rkumar28
Tue Mar 30, 2004 2:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generate the Unique Sequence ID
Replies: 8
Views: 3215

Generate the Unique Sequence ID

Hi,

How do we generate the Unique ID like (1,2,3....) for every row inserted in RDBMS using DataStage.

Thanks
by rkumar28
Tue Mar 30, 2004 2:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Id to be Incremented for every job run
Replies: 4
Views: 2940

Re: Id to be Incremented for every job run

Hi Ogmios, Thanks for the quick response. We are using ODBC to connect to the TeraData Database as teradata stage is not available to us. I am not sure if I should ask this question in this or put this as a new topic: How do we generate the Unique Sequence ID like (1,2,3....) for every row in DataSt...
by rkumar28
Tue Mar 30, 2004 11:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Id to be Incremented for every job run
Replies: 4
Views: 2940

Id to be Incremented for every job run

Hi, I am new to DataStage. I have a situation related to one of the jobs I am creating on DataStage. I have a BatchId column in one of my RDBMS tables. I have to populate it with Unique ID that is same per job run. If I run the Job today and insert 10 rows, the BatchID column needs to be same(say: 1...
by rkumar28
Tue Mar 30, 2004 10:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Can DataStage make Https Connection on Source
Replies: 2
Views: 987

Can DataStage make Https Connection on Source

Hi, I have a new job and new to datastage. My company is currently in a process of migrating from Indigo(ETL) to DataStage7.1. We have few flat files residing on the third party secured website. The website does not currently support FTP. Currently, Indigo is able to make the https:\\ connection to ...