Search found 32 matches

by rajngt
Fri Nov 14, 2008 6:02 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 22 Million Records from File to OracleEnterprizeStage
Replies: 6
Views: 1976

Based on your design it seems that you are doing only insert, in that case go for Oracle Load option, instead of DataStage.
by rajngt
Tue Jul 29, 2008 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to unlock datastage jobs.
Replies: 8
Views: 47973

How the job was killed using command prompt? Using unix Kill command?
by rajngt
Tue Jul 29, 2008 5:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to abort a job from back end process
Replies: 8
Views: 2886

As there is no oracle session and datastage process are running, do clear status file. In Datastage Director --> Job --> Clear status file.
by rajngt
Fri Jun 20, 2008 8:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem in Oracle stage
Replies: 2
Views: 1476

Can you tell me what is your requirement and what you are trying to do?
by rajngt
Thu Jun 05, 2008 5:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link Colletor Working
Replies: 10
Views: 3726

Check for the space in /tmp directory
by rajngt
Thu Jun 05, 2008 5:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: please solve this..CCYYMMDD– set DD = 01
Replies: 1
Views: 1054

century year month date, but is this related to PX?
by rajngt
Tue Jun 03, 2008 7:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: rejecting rows while updating in oracle
Replies: 17
Views: 5291

Is the column has been marked as null
by rajngt
Mon Jun 02, 2008 6:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checking unique values in all records.
Replies: 4
Views: 1759

Hi Tom, Since you have mentioned that the source is file and you are using logic to find the file size to kick off the job, my suggestion will be instead of creating one job to capture unique records to file and then checking the file size at the sequence level, try the below one: in sequencer execu...
by rajngt
Fri May 30, 2008 8:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checking unique values in all records.
Replies: 4
Views: 1759

Also assign initial value for svPrev as null (or as you like) and update svUni as below

svUni --> if svPrev is null then '0' else (If svPrev <> svCurr Then '1' Else '0' )
by rajngt
Fri May 30, 2008 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Checking unique values in all records.
Replies: 4
Views: 1759

Re: Checking unique values in all records.

Modify the stage variable as below:

Stage variables-

svCurr --> run_date
svUni -->If svPrev <> svCurr Then '1' Else '0'
svPrev --> svCurr
by rajngt
Fri May 30, 2008 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job behaviour is diffrent
Replies: 4
Views: 1109

Are you passing the same parameters to the job when calling from the sequence?
by rajngt
Thu Mar 27, 2008 7:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when using Transformer stage
Replies: 7
Views: 6144

You have to add a user-defined environment variable as PWD with value .(dot) in datastage administrator
by rajngt
Fri Mar 14, 2008 4:07 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to install Plugin stages
Replies: 2
Views: 866

Not able to install Plugin stages

Dear gurus, When we are trying to install plug-in stages but it is giving us a blank option screen. We tried in two ways.. Ours is HP-Ux 1. We tried running install.sh again, it displayed install/maintainence screen, then choose add plugin option, then located the plugin directory where *.dsp files ...
by rajngt
Thu Mar 15, 2007 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup Stage Error
Replies: 5
Views: 1431

Check for the lookup failure condition in the Lookup stage properties.. It must be Failed... Based on your requirement choose a option from it....
by rajngt
Wed Aug 23, 2006 3:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob -logsum -type -INFO -max 50
Replies: 5
Views: 2132

Hi Andrew, Many thanks for your reply. I believe we will not be able to execute '-LogNewest' command before executing job execution command 'dsjob -run'. I tried with this option but it is firing an error saying it cann't find 'Erro:Newest ID'. Could you please suggest me an way to achieve job start...