issues due to datastage upgrade

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
ramkarthik
Participant
Posts: 27
Joined: Thu Jun 26, 2008 6:13 am
Location: chennai

issues due to datastage upgrade

Post by ramkarthik »

HI,

We just upgraded datastage 7.5.2 to 7.5.3.I have some jobs that are running for more than two days even though we are processing quite small no of records.We have adequate space in the server too.

Thanks in advance
ramkarthik
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

You will need to supply some more information in order for anyone to make an analysis. Are the jobs really running or do they just display as running in the director? What sources and targets do these jobs use and can you see if sessions to the appropriate database are actually still open? These two questions are just the beginning but should point towards a possible cause.
ramkarthik
Participant
Posts: 27
Joined: Thu Jun 26, 2008 6:13 am
Location: chennai

database sources

Post by ramkarthik »

all the jobs that are being shown status "running" in director, have database sources.I am able to view the data in that stage.....connections are open... but while running from director they stuck up...
ramkarthik
ramkarthik
Participant
Posts: 27
Joined: Thu Jun 26, 2008 6:13 am
Location: chennai

database sources

Post by ramkarthik »

all the jobs that are being shown status "running" in director, have database sources.I am able to view the data in that stage.....connections are open... but while running from director they stuck up...
ramkarthik
ramkarthik
Participant
Posts: 27
Joined: Thu Jun 26, 2008 6:13 am
Location: chennai

database sources

Post by ramkarthik »

all the jobs that are being shown status "running" in director, have database sources.I am able to view the data in that stage.....connections are open... but while running from director they stuck up...
ramkarthik
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

How did you determine that the connections are open? Have you identified the UNIX pids associated with your running job(s)? Once you do that, you can use the "truss" command to see what they are actually doing. Are they using CPU or IO time?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

Please try to do a better job of identifying what the 'bottleneck' jobs have in common to see where exactly they might be 'hanging up'. Are they all doing database work? If so, what kind? Again if so, check your 'explain plans' (or equivalent) to make sure they haven't changed in any significant fashion. That should also help verify that they are indeed still running and have database connections open rather than not running but still showing a status of Running in the Director.

Have you done a "ps -ef | grep phantom" from the command line to see if indeed there are still processes for your jobs?
-craig

"You can never have too many knives" -- Logan Nine Fingers
munch9
Premium Member
Premium Member
Posts: 34
Joined: Fri Sep 15, 2006 7:26 am

Post by munch9 »

Hi,

If your jobs are running on a single node this may be of use.

When we upgraded from V7.5.1a to 7.5.3 we experienced issues with a couple of jobs which showed as running but appeared to hang until we manually stopped them.

IBM identified the issue as being due to the fact the project was running on one node and there had been some changes made to optimize one node performance.

We were advised to specify a user defined variable APT_NO_ONE_NODE_COMBINING_OPTIMIZATION with the value 1.

They also suggested setting APT_JOIN_COMBINATION=yes although this was not essential to fix the problem.

If i remember correctly, disabling operator combination also fixed the problem although the IBM recommendation is probably a better fix.

Hope this helps.
udayk_2007
Participant
Posts: 72
Joined: Wed Dec 12, 2007 2:29 am

Post by udayk_2007 »

Hello

We also encountered similar issues when we upgraded from 7.5.1 to 7.5.3.
some clues which we came to know while debuging were
1.While doing the update on the table, Datastage job was not using the table indexes implemented and performing full scan
2. Less number of db connections were getting opened while running the job as compared in 7.5.1

Not sure,if this is the same issue in your case but try to get analysis of ur DBA and DataStage Admin team,when this hanging job is running on upgraded environment.
Post Reply