Search found 43 matches

by Madhav_M
Tue Mar 25, 2008 3:59 am
Forum: General
Topic: Regarding compilation error
Replies: 4
Views: 2709

Arun
Just kill the processes on that job name first... when DS throws message like monitoring means.. ur job process is still running or hung!!

Then compile your job.. it should work!
by Madhav_M
Tue Mar 25, 2008 3:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Only inserts through Oracle Enterprise stage
Replies: 18
Views: 7016

Hi
you can just use update sql with explicit condition that fails update statement.. like
where
.
.
.
AND 1=0

this should solve your problem
by Madhav_M
Tue Mar 25, 2008 3:52 am
Forum: Data Integration
Topic: handling DELETES in DW.
Replies: 5
Views: 22726

Hi Satish
This defeats the purpose of having datawarehouse in place!! Ok.. if you want to keep your target intact with source.. only way is reload the target on a defined frequency!! BTW what is your load frequecy?
by Madhav_M
Fri Jan 19, 2007 10:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Counts and sums in Datastage with out 'Aggregator' stage
Replies: 21
Views: 27444

I would also suggest to go with Aggregator stage. Usage staging variable will almost takes same time. If no other go you can go ahead with DSguru suggestion, partition on key1, key2 and key3 and sort in the input link of the transformer. Introduce a RDUP stage after transformer to retain the last re...
by Madhav_M
Sun Aug 06, 2006 10:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00060: deadlock detected
Replies: 11
Views: 9472

Hi,
I am also facing the same issue! MAXTRANS value for the table to be updated set to 255. APT_CONFIG_FILE is set to 1way.apt.

After the above settings, job started updating around 100K records however 200K records are getting rejected!!

Any thoughts?

Thanks
Madhav
by Madhav_M
Wed Oct 12, 2005 7:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Re-Using Lookup stage
Replies: 3
Views: 2618

Re-Using Lookup stage

Hi, I'm exploring, is there is anyway to reuse the lookup stages? I mean, In the input stream to lookup stage has 2sets(4) of columns I want to perform lookup based on each sets and output the matched rows. Can it be done in datastage? I am told it is possible in Informatica. can anyone throw some l...
by Madhav_M
Mon Sep 12, 2005 12:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stage variable properties!!
Replies: 4
Views: 2871

Stage variable properties!!

Hi, I need to meet the following requirement. cust_no telno skey_telno(generated output column in transformer ) 1 12 1 1 23 2 1 NULL NULL 2 25 1 2 45 2 3 20 1 3 NULL NULL Basically based on the input columns cust_no, telno I need to generate skey_telno in the target table as shown above. 1) In the s...
by Madhav_M
Thu Aug 11, 2005 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warnings in PX
Replies: 3
Views: 10136

in transfer from "beforeRec" to "outputRec"..

I am also getting the same warning while using CC stage.
FYI both the input page of CC stage has the column(s) which is there in output of CC stage but still the warning is populated.

Can anyone advice me on this?
by Madhav_M
Tue Jul 12, 2005 5:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: plz guide me how to capture the logdetails
Replies: 5
Views: 3152

Ray,
I used this option to generate log details.
Is there is any way to avoid manual intervention.
I mean can we execute any commands to automate this for all jobs in a folder?

Thanks
Madhav
by Madhav_M
Sat Jul 09, 2005 5:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: update insert problem
Replies: 3
Views: 3141

Hi Jayawant,

The smartest way could be in the target stage chane the sql generation to
"auto insert/update" and then import the metadata.

so u will find all the columns automatically in the insert & update sections, then go for editing.

Hope this helps.

Thanks
Madhav
by Madhav_M
Sat Jul 09, 2005 4:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: convert datetime to timestamp
Replies: 21
Views: 16312

Just in the modify or Transformer stage...
"edit derivation" and and use the function suggested.
by Madhav_M
Fri Jul 08, 2005 5:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Process killing
Replies: 6
Views: 3390

You can also follow the following process if u hv access to DS Administrator Using DS administrator. select project wherein the job is locked select COMMAND button type DS.TOOLS select 5 (Administrative tasks) select 4 (list all locks) you might need to resize the window to view all the data write d...
by Madhav_M
Tue Jun 28, 2005 5:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Pros & Cons of Audit stage
Replies: 2
Views: 2477

Pros & Cons of Audit stage

Hi We are struggling to make decission whether to go for Audit stage or Normal Transformer approach. Our case is like Business rule going to be keep on added and also going to be huge... The option we r thinking is: 1. Use audit stage and define rules as filters and generate exception table and use ...
by Madhav_M
Tue Jun 14, 2005 10:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running PX jobs for a limited number of rows
Replies: 7
Views: 5013

In case of server jobs you can invoke the job using

$DSHOME/bin/dsjob -run -mode NORMAL -rows n <project_name> <job_name>
by Madhav_M
Mon Jun 13, 2005 10:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job names in the folder??
Replies: 5
Views: 3611

Thanks chulett