Job Monitor issues in DataStage designer client 11.5 version

A forum for discussing DataStage<sup>®</sup> basics. If you're not sure where your question goes, start here.

Moderators: chulett, rschirm, roy

Post Reply
venkat626
Participant
Posts: 35
Joined: Thu Feb 14, 2013 7:19 am

Job Monitor issues in DataStage designer client 11.5 version

Post by venkat626 »

Hello Team,

We are facing on job monitor issues in DataStage v11.5 server.

The performance statistics(stage wise) is not showing in designer client and it is visible on director client for detailed stage level statistics.

Is anyone faced like this issue in DataStage v11.5 server?if yes, please let me know how to achieve?



Regards
Venkat
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Are all your monitor processes started? (An easy way to check is on the Operations Console.)
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
venkat626
Participant
Posts: 35
Joined: Thu Feb 14, 2013 7:19 am

Post by venkat626 »

yes, it's running . i can see in console and LINUX level.

Job monapp is up and running.
PaulVL
Premium Member
Premium Member
Posts: 1315
Joined: Fri Dec 17, 2010 4:36 pm

Post by PaulVL »

Multi instance job?
venkat626
Participant
Posts: 35
Joined: Thu Feb 14, 2013 7:19 am

Post by venkat626 »

yes, We are using multiinstance jobs.
venkat626
Participant
Posts: 35
Joined: Thu Feb 14, 2013 7:19 am

Post by venkat626 »

Can anyone provide me an update for this issues?
chulett
Charter Member
Charter Member
Posts: 43085
Joined: Tue Nov 12, 2002 4:34 pm
Location: Denver, CO

Post by chulett »

This support article may help. Or you could actually involve support yourself.

And from what I recall, Paul asked about multi-instance jobs because they cannot show their statistics in the Designer. Are your issues only with MI jobs or ALL jobs?
-craig

"You can never have too many knives" -- Logan Nine Fingers
venkat626
Participant
Posts: 35
Joined: Thu Feb 14, 2013 7:19 am

Post by venkat626 »

yes all jobs are not showing performance statistics whenever job is failed.
qt_ky
Premium Member
Premium Member
Posts: 2895
Joined: Wed Aug 03, 2011 6:16 am
Location: USA

Post by qt_ky »

Craig posted a great support article link to follow. See if that resolves it.
Choose a job you love, and you will never have to work a day in your life. - Confucius
venkat626
Participant
Posts: 35
Joined: Thu Feb 14, 2013 7:19 am

Post by venkat626 »

Thanks , We got a response from IBM and they suggested to use the below variables to resolve the issues.

To improve the performance of JobMonApp by ignoring extra gather info, which would also help to resolve the 'Consumer client has closed connection without ending requests. '

APT_DISABLE_PROCESS_METADATA = 1

APT_DISABLE_JOBMON_RESOURCE_INFO = 1

APT_DISABLE_JOBMON_SCHEMA_STRING=1

OSHMON_READ_RETRY = 180

Thank you
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

You will need these gathering processes enabled if you want to build lineage reports that include column metadata and process metadata.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply