Search found 29 matches

by AKUMAR21
Sun Mar 16, 2008 11:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concatenate two fields (dont use a transformer)
Replies: 10
Views: 5935

Simply because using transformer is a costly process eating up a lot of resources and should only be selected for mutlipurpose utility i.e. if you need to do some transformations, merge columns, add some extra columns in the output, reject based on validation failure; all this at the same time then ...
by AKUMAR21
Sun Mar 16, 2008 11:28 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing resource bundle and Too many files on child node
Replies: 8
Views: 6393

I'm supposed to run all the 25 jobs in parallel. Thats the business requirement. Cant change that :)
Do we really have a solution for this on a developer's level or architectural level?
by AKUMAR21
Sat Mar 15, 2008 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Missing resource bundle and Too many files on child node
Replies: 8
Views: 6393

Missing resource bundle and Too many files on child node

I have a sequence job that is running 25 jobs in parallel. Individual jobs run fine but while running the sequencer, many of the jobs abort with the following two errors for some of the transformer, column import and funnel stages; The errors are: 1. Missing resource bundle : /opt/node1/......nls/me...
by AKUMAR21
Wed Feb 06, 2008 3:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer restart/resume job: Handle uncommited records
Replies: 1
Views: 856

Sequencer restart/resume job: Handle uncommited records

I have a sequence job that runs 25 jobs in parallel. Each of the 25 jobs uses separate MQ stage that destructivley reads records from separate MQ and loads into Teradata through TPUMP stage. In case a job aborts, how to handle those records that were destructively read from MQ and that failed to com...
by AKUMAR21
Wed Feb 06, 2008 3:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequencer : restart/resume job without losing data
Replies: 1
Views: 638

Sequencer : restart/resume job without losing data

I have sequence job that runs 25 jobs in parallel. Each of the 25 jobs uses MQ stage to destructively read from the queue and load into Teradata through TPUMP stage. In case any of the job aborts, how to manage the records that were destructively read from the queue and not committed to the database?
by AKUMAR21
Tue Oct 30, 2007 1:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Retain TPUMP error table after job finishes
Replies: 0
Views: 669

Retain TPUMP error table after job finishes

Records are getting loaded through TPUMP stage into Teradata. If a job finishes and none of the records are rejected then the erro table would be dropped automatically. How to retain the error table? Is is something related to admin parameter setting or with some changes in TPUMP stage?
by AKUMAR21
Mon Oct 15, 2007 3:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: concatenate two fields (dont use a transformer)
Replies: 10
Views: 5935

Re: concatenate two fields (dont use a transformer)

Use of column export stage is very much possible in Px edition since I'm using one. Sharath, if your aim is only to concatenate two or more fields into one field then column export is preffered over transformer.
by AKUMAR21
Tue Sep 11, 2007 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Broken pipe?
Replies: 1
Views: 864

Broken pipe?

I'm trying to insert records into the Teradata database using TPUMP stage.
I'm getting the following error:

Could not write row to data file in stage
Error writing to pipe: Broken pipe

How to rectify it?
by AKUMAR21
Fri Sep 07, 2007 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TDBMS failure code 3704 : Not a valid Teradata sql token
Replies: 1
Views: 4765

TDBMS failure code 3704 : Not a valid Teradata sql token

I tried to insert records into Teradata using TPUMP stage. I got the following error

TDBMS failure code 3704 : ('10,X') Not a valid Teradata sql token

What is the significance of this error and how to rectify it.
by AKUMAR21
Fri Aug 03, 2007 5:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL server to data set using ODBC stage in less time
Replies: 1
Views: 975

SQL server to data set using ODBC stage in less time

I'm trying to read 1GB of data from SQL server using ODBC enterprise stage and then write it into dataset. The whole process takes 45 mins. Is there a way to minimize the time for this data transfer?
by AKUMAR21
Mon Jul 23, 2007 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checkpoint mechanism?
Replies: 4
Views: 1986

Ray, since I'm not a premium member I'm not able to view your comments. I'm using an MQ as source, that does a destructive read for all records. I'm copying all the incoming records in a dataset as a backup. Later the job is routed to different links based on a particular column value. After going t...
by AKUMAR21
Mon Jul 23, 2007 12:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checkpoint mechanism?
Replies: 4
Views: 1986

Checkpoint mechanism?

Each input record is considered to be a separate logical transaction. There is no requirement to group records together into a logical transaction. However, to optimize the performance of the Data stage jobs, there might not be a physical database commit after each record. Multiple records may be gr...
by AKUMAR21
Sat Jul 21, 2007 3:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple inputs in TPUMP stage-possible?
Replies: 2
Views: 890

Multiple inputs in TPUMP stage-possible?

TPUMP is not allowing to have multiple input links in Paraller edition, though it allows in case of server edition. Is there a way we can customize the TPUMP stage to allow multiple intputs (each input has different metadata) and coressponding outputs? If yes, then please explain the procedure. I'm ...