DS not showing job statistics after job runned successsfully

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
chrisjones
Participant
Posts: 194
Joined: Thu May 11, 2006 9:42 am

DS not showing job statistics after job runned successsfully

Post by chrisjones »

Hi Friends,
DS is not showing job statistics after job runned successsfully.
Records are getting inserted into target tables but in job we are not getting any job information after job runned successfully..today early morning we are able to see but now the problem is coming...


Please let meknow what to do to get the job statistics
Thanks,
Chris Jones
ArndW
Participant
Posts: 16318
Joined: Tue Nov 16, 2004 9:08 am
Location: Germany
Contact:

Post by ArndW »

The first question is where are you looking for the statistics and not seeing the results you expect? Designer, Director? Log files? dsjob call?
chrisjones
Participant
Posts: 194
Joined: Thu May 11, 2006 9:42 am

DS not showing job statistics after job runned successsfully

Post by chrisjones »

ArndW wrote:The first question is where are you looking for the statistics and not seeing the results you expect? Designer, Director? Log files? dsjob call?
Thanks for ur reply,

In the datastage designer..i:e after job runned succussfully generally we will get the no of records inserted or rejected in green color..that we are not able to see...
Thanks,
Chris Jones
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

Right click on the palette and show performance statistics.
Mamu Kim
chrisjones
Participant
Posts: 194
Joined: Thu May 11, 2006 9:42 am

DS not showing job statistics after job runned successsfully

Post by chrisjones »

kduke wrote:Right click on the palette and show performance statistics.

Yes ,we already did but we are not able to see..
Thanks,
Chris Jones
kduke
Charter Member
Charter Member
Posts: 5227
Joined: Thu May 29, 2003 9:47 am
Location: Dallas, TX
Contact:

Post by kduke »

It does not show right after a compile.
Mamu Kim
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

I note that this is a parallel job. Is the job monitor running? You won't get statistics at all unless it is.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
samsuf2002
Premium Member
Premium Member
Posts: 397
Joined: Wed Apr 12, 2006 2:28 pm
Location: Tennesse

Post by samsuf2002 »

is it because the data stage not installed correctly?
hi sam here
roy
Participant
Posts: 2598
Joined: Wed Jul 30, 2003 2:05 am
Location: Israel

Post by roy »

Hi,
As Ray noted if the monitor process is not running no info will be shown.
Is this a fresh install?, if so it might be lacking (missing) a patch install.
Otherwise if all is well you might need to jump-start it (contact your support, or wait till some one having current access to parallel engine get the exact command to run)

IHHTH,
Roy R.
Time is money but when you don't have money time is all you can afford.

Search before posting:)

Join the DataStagers team effort at:
http://www.worldcommunitygrid.org
Image
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

Chris,
You need to go your ../DataStage/PXEngine.751.1/java directory to re-start the jobmoninit, i.e. sh jobmoninit start $APT_ORCHHOME.
After jobmoninit started, then you will see the perfomance statistics.
Nageshsunkoji
Participant
Posts: 222
Joined: Tue Aug 30, 2005 2:07 am
Location: pune
Contact:

Post by Nageshsunkoji »

Hi Chris,
Just check the environmental variable called APT_JOB_MONITOR in the project level. If it is switch off position, you will not able to see the statictics.
NageshSunkoji

If you know anything SHARE it.............
If you Don't know anything LEARN it...............
chrisjones
Participant
Posts: 194
Joined: Thu May 11, 2006 9:42 am

DS not showing job statistics after job runned successsfully

Post by chrisjones »

Thans for the information.

Yes after re-start the jobmoninitor we are able to see but we wonder why this happend suddenly with doing any changes..

IBM asked us to give some information on this when and in what suitation this happening but we are not getting this suitation now..but we are worried when this problem again may come after moving into production..

Please let us know generally when we will face this problem and why does this happen and in which suitation this problem comes.


lstsaur wrote:Chris,
You need to go your ../DataStage/PXEngine.751.1/java directory to re-start the jobmoninit, i.e. sh jobmoninit start $APT_ORCHHOME.
After jobmoninit started, then you will see the perfomance statistics.
Thanks,
Chris Jones
lstsaur
Participant
Posts: 1139
Joined: Thu Oct 21, 2004 9:59 pm

Post by lstsaur »

Chris,
This situation is caused by when the DS server is brought down for whatever reasons (e.g. updating the dsenv file), but during the re-start of the DS server, the jobmoninit did not start properly (due to one of the ports, 13401, 13402, is unavailable). This situation can also happen when the Unix box is re-booted.
Magesh_bala
Participant
Posts: 86
Joined: Mon Nov 27, 2006 3:42 am
Location: Wilmington

Post by Magesh_bala »

Hi,

After reseting jobmoninit also i am not getting the statistics, can u just give me some other solution :roll:
Post Reply