Link keeps black

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

jusami25
Premium Member
Premium Member
Posts: 84
Joined: Tue Oct 26, 2004 12:49 am

Link keeps black

Post by jusami25 »

Hi all,

Normally when you run a job (on the designer) the links changes their colours between black, blue, green, red. We have one job that during and after the execution the links are allways black. The job finish successfully and the records gets the target stage.

Do you know how to see the links colours and the statistics?

We enable the Show performance statictics job option without success.

Thanks in advance.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Multi-instance ?
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

Have you disabled display of "performance statistics"?
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
jusami25
Premium Member
Premium Member
Posts: 84
Joined: Tue Oct 26, 2004 12:49 am

Post by jusami25 »

Yes it's still active, but the colors and the number of rows are not displayed. However te job seems to work fine.


We just have to know what is causing this behaviour, because from time to time it's happening.


Thanks a lot for your help
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

can you see the stats in job monitor?
if no
Do you have any warning in the log?
any message handler active?
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

Maybe your job monitor is not running.
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

What exactly are the stage types at either end, and/or other characteristics....is there a container involved, etc.. I've seen this sort of thing lots of times. Does the Job work as designed?

The performance stats are just a "convenience aid". Personally, they annoy me, especially since in v8 they seem to always get "turned back on again" after I uncheck them. ; ) Once they are on, you can't easily re-name the links, etc. until you turn them back off. And if it's red, you have to go back to the Director anyway (old habits die hard).

My humble opinions aside, what is the structure of the job...that may offer us some hints.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
jusami25
Premium Member
Premium Member
Posts: 84
Joined: Tue Oct 26, 2004 12:49 am

Post by jusami25 »

Hi,

the stage types are:

Dataset ------> Remove Duplicates ---------> Oracle (Green link)


Dataset ------------------------------------------> Oracle (Black link)

No containers involved. The job works as expected. But no statistics are shown por the Dataset to Oracle link.
jusami25
Premium Member
Premium Member
Posts: 84
Joined: Tue Oct 26, 2004 12:49 am

Post by jusami25 »

Hi,

I forgot to clarify that it's not a multiple instance job.

regards.
Sainath.Srinivasan
Participant
Posts: 3337
Joined: Mon Jan 17, 2005 4:49 am
Location: United Kingdom

Post by Sainath.Srinivasan »

What if you put a copy and force it ?
eostic
Premium Member
Premium Member
Posts: 3838
Joined: Mon Oct 17, 2005 9:34 am

Post by eostic »

Are those separate paths in the same job? That may explain it. As noted above, I've seen Containers and other "not-so-standard" Job constructs result in behavior where some links fail to show any performance results or color status. This may be one of those situations.

If in fact they are separate paths, what happens if you put it in its own job...and also, what happens if there is something, like a Copy as noted before, or a Transformer, between the two I/O stages.

Ernie
Ernie Ostic

blogit!
<a href="https://dsrealtime.wordpress.com/2015/0 ... ere/">Open IGC is Here!</a>
priyadarshikunal
Premium Member
Premium Member
Posts: 1735
Joined: Thu Mar 01, 2007 5:44 am
Location: Troy, MI

Post by priyadarshikunal »

What about my questions?

add one more question to that.

What is the value set for APT_NO_JOB_MON?
Priyadarshi Kunal

Genius may have its limitations, but stupidity is not thus handicapped. :wink:
jusami25
Premium Member
Premium Member
Posts: 84
Joined: Tue Oct 26, 2004 12:49 am

Post by jusami25 »

APT_NO_JOB_MON = False
jusami25
Premium Member
Premium Member
Posts: 84
Joined: Tue Oct 26, 2004 12:49 am

Post by jusami25 »

Hi,

Following eostic workaround to add a copy stage between the dataset and the oracle stages now the link becomes green.

I think remember that when datastage compiles a copy stage that is just mapping all the fields on the compiled code is like this copy stage doesn't exist. In case I'm right. Why the link is not working without the copy stage?

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

Post by ray.wurlod »

Dump the score, inspect it, and answer your own question. Please post the results of your investigations here.
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