Search found 31 matches

by bhasannew
Mon Dec 14, 2009 7:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fine tuning a parallel job
Replies: 12
Views: 4740

hi chulett,

Sorry for using unofficial words (eg: rite).

So based on your reply, i assume that my conclusion is correct.
am i right now? :)

thanks,
Bhasan.
by bhasannew
Mon Dec 14, 2009 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fine tuning a parallel job
Replies: 12
Views: 4740

hi, thanks for your replies. based on my observation of Statistics, when i am significantly increasing the nodes the time is decreasing. but when i run the same job in single node it is taking very less time. May i know the reason behind this? I think since i am hash partitioning in the source stage...
by bhasannew
Mon Dec 14, 2009 6:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fine tuning a parallel job
Replies: 12
Views: 4740

The stages used inthe job are

MQRead ---> Transformer --> column import ---> Oracle Stage

Hash partitioning is done in the MQRead stage
by bhasannew
Mon Dec 14, 2009 6:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fine tuning a parallel job
Replies: 12
Views: 4740

Fine tuning a parallel job

Hi, When i ran the job in single node it is taking 10 mins around. If i run it using the 4 nodes then it is taking 30 mins around to process all the records. I am hash partiitoning the incoming records based on key fields. Please throw some light on this. I would like to know why the performance is ...
by bhasannew
Wed Dec 09, 2009 1:32 am
Forum: General
Topic: making jot to run in multiple nodes
Replies: 3
Views: 1888

making jot to run in multiple nodes

Hi,

what are the points to be considered to make a job run in multiple nodes. Other than configuration file changes what are the changes to be done at stage level.
Please provide me the useful links if any.

Thanks,
Bhasan.
by bhasannew
Wed Dec 09, 2009 1:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sending mail (file data as a body)
Replies: 6
Views: 1944

you can do that using after job subroutine calling unix commands.
by bhasannew
Wed Dec 09, 2009 12:40 am
Forum: General
Topic: Making a job to run on Multiple Instances
Replies: 4
Views: 2011

sorry guys, posted question wrongly. the corrected question is as follows. what are the points to be considered in making a job which is running in a single node to run in multiple nodes. I mean what are the properties in the stages that needs to be done and required changes from configuration file ...
by bhasannew
Wed Dec 09, 2009 12:08 am
Forum: General
Topic: Making a job to run on Multiple Instances
Replies: 4
Views: 2011

Making a job to run on Multiple Instances

hi,

what are the points to be considered to make a job run in multiple instances.

Thanks,
bhasan.
by bhasannew
Tue Dec 08, 2009 9:42 am
Forum: General
Topic: Creating copy of a job
Replies: 9
Views: 2200

hi chulett,

Thanks for your patience in replying to all my questions.

Thanks,
Bhasan.
by bhasannew
Tue Dec 08, 2009 9:34 am
Forum: General
Topic: Creating copy of a job
Replies: 9
Views: 2200

Thanks again. How can we access that XMETA database repository? is it not in Universe database? I am interested to know the details. Please provide me the related links, where can i find those info.

Thanks,
Bhasan.
by bhasannew
Tue Dec 08, 2009 9:03 am
Forum: General
Topic: Creating copy of a job
Replies: 9
Views: 2200

Thanks for your prompt reply chulett. May i know those two places where the details of the objects are stored?
by bhasannew
Tue Dec 08, 2009 8:39 am
Forum: General
Topic: Creating copy of a job
Replies: 9
Views: 2200

Adding to the previous post.
-- I cannot rename and move the jobs using Universe SQL commands in 8.1 version.
by bhasannew
Tue Dec 08, 2009 8:37 am
Forum: General
Topic: Creating copy of a job
Replies: 9
Views: 2200

hi Chulett,

May i know the reason. one more doubt am able to rename the jobs, move the jobs from one folder to another in Datastage 7.5. but am unable to do the same in Datastage 8.1. Are there any changes in the properties in the table DS_JOBS in 8.1 version.

Thanks,
bhasan.
by bhasannew
Tue Dec 08, 2009 8:10 am
Forum: General
Topic: Creating copy of a job
Replies: 9
Views: 2200

Creating copy of a job

Hi all,

Is it possible to create a copy of an existing job using Universe commands. I mean by using Universe SQL Commands. (Using insert sql statement).

Thanks,
bhasan.
by bhasannew
Tue Jan 20, 2009 8:00 am
Forum: General
Topic: pl_id is already kept
Replies: 3
Views: 2171

Re: pl_id is already kept

Hi, Thanks for your reply. Actually the job is designed to implement SCD type2 (using flag y/n), in that i had used the Oracle stage where i was allowed to upsert(insert as well as update). In that i used the same id for refering the rows. I guess i got that error in that place. Can you please help ...