Search found 51 matches

by nikhil_bhasin
Mon Jul 02, 2012 3:57 am
Forum: General
Topic: Monitor window in Director showing job stopped
Replies: 6
Views: 4462

Try restarting the JobMonApp . that may work. I checked with Admin team, and found that JobMonApp was not down at all and was working fine. However this problem does not occurs on daily basis, it works fine on weekdays but during saturday, it abends. Does the number of jobs running at a given insta...
by nikhil_bhasin
Mon Jul 02, 2012 3:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parameterizing where clause in db2 connector
Replies: 5
Views: 4874

Parameterizing where clause in db2 connector

I am trying to paramterize the arguments of where clause in Db2 connector stage like below:- Select col1,col2 from schema.tabname1 where col2 IN ('#var1#') Now the above query works well if i pass only 1 value e.g var1='N', but does not pull any data when i pass more than 1 e.g. var1='N','D' I am as...
by nikhil_bhasin
Thu Jun 28, 2012 5:25 am
Forum: General
Topic: Monitor window in Director showing job stopped
Replies: 6
Views: 4462

Re: Monitor window in Director showing job stopped

There is no specific warning for this in the log.
by nikhil_bhasin
Thu Jun 28, 2012 4:54 am
Forum: General
Topic: Monitor window in Director showing job stopped
Replies: 6
Views: 4462

Monitor window in Director showing job stopped

We are facing an issue while running a datastage sequencer. When we open the job monitor from director, sometimes it shows "Stopped" and due to this incorrect counts are displayed.

Any ideas on this?
by nikhil_bhasin
Mon Jun 11, 2012 9:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creating History records using SCD stage
Replies: 2
Views: 1342

Creating History records using SCD stage

I have a scenario in which we will need to create history of a given record(based on some key) of the change of the status code:- Input:- key,status_cd,change_dt 1,C,2012-05-25 1,D,2012-05-29 Output:- Key,status_cd,change_dt,effect_dt 1,C,2012-05-28,2012-05-25 1,D,9999-12-31,2012-05-29 Problem is th...
by nikhil_bhasin
Mon Jun 11, 2012 3:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Logic to update end_dt for previous records
Replies: 5
Views: 3083

Re: Logic to update end_dt for previous records

Hi Ajay.. did you find any solution for your scenario. I am also facing a similar one.