Search found 5168 matches

by kumar_s
Thu Mar 30, 2006 4:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB API Stage
Replies: 17
Views: 4485

Is it a remote database?
Try to write into a Sequential file directly.
Was there any other user accessing the same table. There can be the possibility of lock.
by kumar_s
Thu Mar 30, 2006 4:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to trap return codes in Stored proc stage and abort job
Replies: 5
Views: 3372

And yes, you can add those ErrorCodes which to be treated as warning/errors in the SP stage.
by kumar_s
Thu Mar 30, 2006 4:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to trap return codes in Stored proc stage and abort job
Replies: 5
Views: 3372

Other than 0 your job which calls the SP should thrugh out a warning.
In the job sequence, at the trigger part of Job Activity, you custom conditional to check whether the job state is DSJS.RUNWARN/ RUNOK.
If runok trigger the next job. Else trigger a 'Terminator Activity' to abort the flow.
by kumar_s
Thu Mar 30, 2006 3:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB API Stage
Replies: 17
Views: 4485

Try running this job alone in the server.
What is the operation performed, it is select operation?
If so do the same from the command prompt, measure the time taken for that.
How complex is the query?
Where is the database situated?
by kumar_s
Thu Mar 30, 2006 2:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage server migration
Replies: 11
Views: 2632

HI,

The config file information is from 'Orchadmin' command and not from dataset descriptor file.
by kumar_s
Thu Mar 30, 2006 2:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Encryption/Decryption
Replies: 4
Views: 1300

Hi Prasad,
Not necessary to post twice, Pls delete the other post.
by kumar_s
Thu Mar 30, 2006 2:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rows to colums using pivot stage
Replies: 3
Views: 1313

This cannot be acheived by PIVOT stage. But by search.
by kumar_s
Thu Mar 30, 2006 2:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence - Please advice
Replies: 4
Views: 887

Dont you have the option 'Automatically Handle Activity that fails' in Job property?
If so check it.
by kumar_s
Wed Mar 29, 2006 11:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row to Column Pivoting
Replies: 9
Views: 2209

Oops.... I gone mad Its Vertical pivot. User Transformer. Have two output fields(AMT1 and AMT2). Expression for (AMT1) If DAY_ID = 1 Then AMT Else 0 Expression for (AMT2) If DAY_ID = 2 Then AMT Else 0 Use sort stage to sort based on EMP_ID. User aggregator to group on EMP_ID and find max for AMT1 an...
by kumar_s
Wed Mar 29, 2006 11:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Format
Replies: 4
Views: 1199

Again YYMMDD is not a date format. Pls go though the document. Date is a standard format. Else represent target as char again. If you want to convert into date use StingToDate((Inputlink[1,4]:'20':Inputlink[4,2]),"%DD%MM%YYYY") If you want to store it as char use Inputlink[4,2]:Inputlink[2,2}:Inputl...
by kumar_s
Wed Mar 29, 2006 11:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel job Hanging
Replies: 1
Views: 744

Isolate your issue.
First try to replace the teradata stage with Sequential stage. Check whether the performance increses.
If yes, try to load your table with manual mode.
If rate of the speed changes, check the commit interval, transaction log, mode of your load.
by kumar_s
Wed Mar 29, 2006 10:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer
Replies: 1
Views: 597

HI Meena,
Could not get the exact picuture of you job structure.
Is the table and sequential file get populated in a same job.

Is the structure as JobActivity--->ExecuteCommand----->EmailNotification
by kumar_s
Wed Mar 29, 2006 10:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: aggregation
Replies: 2
Views: 610

Welcome Aboard :D Aggregatore have serveral option to find Standard Deviation, Mean , Variance.... You can try out the suitable option. Else use copy to have two link. One to find the sum(AMT_TOT_GOBLIG_PV_BOP) for that pool number using aggregator. Use join Stage with this output with the Non-Aggre...
by kumar_s
Wed Mar 29, 2006 10:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: When binding output interface field Implicit Conversion
Replies: 4
Views: 1317

Hope RPC is truned of, Project wise, Job wise, Stage wise.
Try doing Force compile.
Try Remaping.
by kumar_s
Wed Mar 29, 2006 9:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Schedule mutliple instance
Replies: 4
Views: 989

If you schedule, It will prompt you for parameters. You can pass the different Invocation Id for each time as mentined.