Search found 5168 matches

by kumar_s
Mon Jun 26, 2006 1:14 am
Forum: Site/Forum
Topic: Congrats Kumar
Replies: 10
Views: 3975

Thanks Balaji, loveojha2. :D
Isn't a good sign to follow a Legend. :wink:
by kumar_s
Mon Jun 26, 2006 1:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control fatal error (-14)
Replies: 25
Views: 13418

We have jobs running in parallel.

Got confused. :oops: I have deleted the quete in my previous post, to avoid confusion.
by kumar_s
Mon Jun 26, 2006 12:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: difference between lookup file set stage and file set stage
Replies: 3
Views: 5340

Try to search the forum for Datset, fileset, Lookup fileset. All the three files are created by datastage and for datastage. All these files will have a descriptor file this is the contro file, which gives you the information where the actual data file resides. Based on your config file (.apt) the n...
by kumar_s
Mon Jun 26, 2006 12:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: run time fatal error : Player 12 terminated unexpectedly
Replies: 23
Views: 9040

Also check your page size usage and its pattern. Were the job been triggered parallel?
Try to check the same job to run in sequential.
Try to set the Envronmential varialble DISABLE_JOBMON to TRUE. Try for one or two cycle, if dont get any Player termination, pls revert back.
by kumar_s
Sun Jun 25, 2006 11:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequencer
Replies: 10
Views: 1613

As Kris mentioned, If all the 5 jobs were arranged sequentially with 'OK' trigger, and if 3rd job aborts the JObSequence abort at that stage.
If all were arranged in parallel, All jobs may run (depends) and still sequencer will abort.
by kumar_s
Sun Jun 25, 2006 11:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Control fatal error (-14)
Replies: 25
Views: 13418

Iam not at PX right no, but I am sure, there is a Evnironmental variable, where you can try setting it for time outs.
by kumar_s
Sun Jun 25, 2006 11:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup Query manipulating value of marker
Replies: 9
Views: 1251

Still I couldnt understand how you manage to lookup RobDeW with HJ?
by kumar_s
Fri Jun 23, 2006 8:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance in Extraction
Replies: 12
Views: 2670

Its all because, it orders it collect it in buffer, and hence takes time to consolidate the whole set, and have a quick write.
What does the total time taken for the order by in th query and with out it?
by kumar_s
Fri Jun 23, 2006 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: records dropped in transformer
Replies: 7
Views: 2860

Is your COL1 column marked as NotNull?
If so handle null for that column.
Also try turning Combinabiltiy to false and rerun the job.
by kumar_s
Fri Jun 23, 2006 7:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Inserting Into BD2 Table
Replies: 4
Views: 1097

Has you Arry Size property been set to 1?
by kumar_s
Fri Jun 23, 2006 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ETL Structure
Replies: 12
Views: 3479

Actually I messed that 'terminology'. Ray is mentioning the terms if (star) schemas.
And he started with Snow flake. :wink:
by kumar_s
Fri Jun 23, 2006 7:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ETL Structure
Replies: 12
Views: 3479

chulett wrote:'conformed'. And he said 'in star schema terminology'. :wink:

Missed that :oops:
by kumar_s
Fri Jun 23, 2006 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ETL Structure
Replies: 12
Views: 3479

ray.wurlod wrote:In star schema terminology, do the snowflakes first, then the dimensions, and finally the fact tables.

Bit confused :oops:
Snoflakes in Star schema? Or mentioned about confirmed dimensions?
by kumar_s
Fri Jun 23, 2006 7:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to execute dsjob -- module libvmdsapi.so missing
Replies: 5
Views: 1594

Most likely the permission error. If you search for the error, you could find one post from me.
cd $DSHOME
. ./dsevn
bin/uv --> gave the same error. Try to give execute permission to those group.
by kumar_s
Fri Jun 23, 2006 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Aggregator Issues
Replies: 6
Views: 2794

decimal_form_decimal can be used to convert 38,10 from 10,0. Which can be mapped to int64. You can leverage the implicit conversion by that time.