Search found 5168 matches

by kumar_s
Wed Mar 07, 2007 1:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage job - runtime error ORA-01036
Replies: 21
Views: 11321

Create a sequence "seq_order_no" in database. And now where ever you call "seq_order_no.nextval", you ll get the sequence number from database. This will be assigned to VOM_ORDER_NO. So no need to assign anything in Transformer stage for sequence no. Transformer will deliver the record from VOM_ORDE...
by kumar_s
Wed Mar 07, 2007 1:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reject row capturing
Replies: 17
Views: 5119

Do you mean to say, the records with Primary key is not captured? Has the Key been marked in the Transformer Stage?
by kumar_s
Wed Mar 07, 2007 1:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reject row capturing
Replies: 17
Views: 5119

What type of rejected records, you think are not captured? Rejected with what error code?
by kumar_s
Wed Mar 07, 2007 1:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buildop vs Transformer
Replies: 4
Views: 912

Welcome Aboard :D !!!! On general approach, Buildops ar used for the functionality which may not be acheivable or difficult to acheive by using existing stages. Say eg, looping or some complex transfomation logic which involves some iteration of the string etc., "I agree buildops are efficient compa...
by kumar_s
Wed Mar 07, 2007 1:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reject row capturing
Replies: 17
Views: 5119

If you have already used "REJECTED" from LinkVariables option in Transformer, and not able to capture all the rows, you need to find the reason of rejection. You can find this from Director log.
You ll need to handle it accordingly. You may even need to do a lookup on target before loading the data.
by kumar_s
Wed Mar 07, 2007 1:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage job - runtime error ORA-01036
Replies: 21
Views: 11321

And if those lookup tables "Package..." doesn't gets changed for each run, you can isolate the population Hashed file into separate job. So that you can avoid some unnecessary IO.
by kumar_s
Wed Mar 07, 2007 1:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage job - runtime error ORA-01036
Replies: 21
Views: 11321

seq_order_no.nextval is Database function not Datastage function.
So remove this column from Datastage, and re arrange the order of the columns starting from :1,:2... rather than :2,:3 etc.
by kumar_s
Wed Mar 07, 2007 12:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJob Import command fail for Shared container
Replies: 7
Views: 2122

May be the version that you work has a bug in it. Better approach your Support.
by kumar_s
Wed Mar 07, 2007 12:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Join stage is not giving expected result.
Replies: 17
Views: 4846

You need to do Hash Partition on Col1 for both right and left dataset on sort stage. And maintain SAME partition in Join stage for both the link.
by kumar_s
Wed Mar 07, 2007 12:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-12154 Error and Possible Job Corruption
Replies: 17
Views: 5695

So you should check the data value that been extracted from Sequential file.
Dont you get any other error message other that the noted one?
by kumar_s
Wed Mar 07, 2007 12:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: it is possible to remove the duplicares using sort stage?
Replies: 7
Views: 1200

No.
Not just using Sort stage, but may be using Sort coupled with Transformer and its stage variables.
by kumar_s
Wed Mar 07, 2007 12:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Statistics not Showing for Parallel Job
Replies: 24
Views: 5593

Try changing read/write/execute/sticky for the owner.
-rwsr-xr-s for jobmoninit.
by kumar_s
Tue Mar 06, 2007 11:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Performance Statistics not Showing for Parallel Job
Replies: 24
Views: 5593

Actually it would be in .../Ascential/DataStage/PXEngine.7.51.1/java
Do you find any log find available there as JobMonApp.log.nnnn?
Who is the owner for jobmoninit?
Has't setuid/setgid bit been set for this?
by kumar_s
Tue Mar 06, 2007 11:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to locate a job in the repository
Replies: 17
Views: 4343

Hope you can mark the topic as resolved.
by kumar_s
Tue Mar 06, 2007 11:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in Scheduling
Replies: 20
Views: 8470

Thanks for sharing it Sakthi.