Search found 529 matches

by nagarjuna
Sun Feb 07, 2010 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in running parallel jobs
Replies: 4
Views: 2055

Set the null field value in sequential file stage ...
by nagarjuna
Fri Feb 05, 2010 11:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSJob -logdetails Hanging
Replies: 11
Views: 8191

The job for which you are trying to see the log is a generic job with multiple instance ??
by nagarjuna
Fri Feb 05, 2010 11:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generic Job -- Unable to see the log
Replies: 18
Views: 6135

Generic Job -- Unable to see the log

Hi , Version : 8.0.1 OS : AIX I have a job for which multiple instance is enabled .Its a generic job used to populate 100 tables .So , We have 100 invocation id's .After running couple of times , I am unable to see the datastage log in the designer .When I am clicking the folder containing the gener...
by nagarjuna
Fri Feb 05, 2010 11:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Get Running jobs list
Replies: 12
Views: 6288

Checking in director manually , Using dsjob -jobstatus or ps -aef | grep phamtom | grep -v grep | wc -l .
by nagarjuna
Thu Feb 04, 2010 8:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data length problem
Replies: 8
Views: 5128

Check the datatypes in the control file ( .cntl ) and see if it is same as that of the data you are receiving ...
by nagarjuna
Thu Jan 28, 2010 7:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle plugin not reading parallel
Replies: 15
Views: 9286

oracle enterprise stage by default uses single node to read the data .If you want to read in parallel then your table should be partitioned and you have select that option in stage .

Ray ,

How different oracle connector to oracle enterprise stage ?
by nagarjuna
Thu Jan 28, 2010 7:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Environment variable information
Replies: 4
Views: 2291

without this variable , Still we can run the multi instance jobs with empty file right ? Could you elaborate the reason in using this variable ?
by nagarjuna
Thu Jan 28, 2010 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mmap failed for the librar
Replies: 2
Views: 1909

Check if you have the required permissions on the directories
by nagarjuna
Thu Jan 28, 2010 7:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: unknown files in /var/tmp
Replies: 6
Views: 3054

ray.wurlod wrote:You should really change UVTEMP (a value in uvconfig) as well. ...
Hi Ray ,

Is UVTEMP in uvconfig file is same as that of TEMP_DIR ?

Thanks
by nagarjuna
Thu Jan 28, 2010 7:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running a Job in CMD prompt using dsjob -run
Replies: 8
Views: 4350

-param param1=value -param param2=value -param param3=value -param param4=value
by nagarjuna
Thu Jan 28, 2010 6:58 am
Forum: General
Topic: Concatination
Replies: 4
Views: 2496

Use sort stage with key column change option and use transformer to concatenate
by nagarjuna
Mon Jan 18, 2010 8:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Database Lookup issue
Replies: 7
Views: 3182

Sainath.Srinivasan wrote:If the database is same, then do the join within the source.

Else do a sparse lookup. ...
Hi Sainath ,

I think 500K input records may be high for a sparse lookup ...

Is there any optimal value on number of records for a sparse lookup ??
by nagarjuna
Mon Jan 18, 2010 8:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how implement like operator in DS
Replies: 7
Views: 3015

In Filter stage you can use like operator ...But i dont know how far you can use it in your requirement ..
by nagarjuna
Tue Dec 29, 2009 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job running forever
Replies: 6
Views: 2852

As mentioned by craig , check if any locks are there at DB level
by nagarjuna
Mon Dec 28, 2009 12:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job running forever
Replies: 6
Views: 2852

deepak ,

Can you tell what exactly your job is doing ? Is it writing into a oracle table ?