Monitoring DataStage Sessions

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
sidharth
Participant
Posts: 19
Joined: Mon Nov 07, 2005 1:47 am

Monitoring DataStage Sessions

Post by sidharth »

Hi All,
Can some one let me know if we have the below options in datastage,

1. Need to figure out, the time at which users loggin and logout of datastage.
2. When datastage abruptly terminates connection, does it maintain the reason for termination for each user with the timestamp ?

Thank You for the light,
Sidharth
kumar_s
Charter Member
Charter Member
Posts: 5245
Joined: Thu Jun 16, 2005 11:00 pm

Post by kumar_s »

DS_AUDIT will have information only if the jobs are modified or created.
All these are of OS related query which can be tracked by Unix admin.
Impossible doesn't mean 'it is not possible' actually means... 'NOBODY HAS DONE IT SO FAR'
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Re: Monitoring DataStage Sessions

Post by ray.wurlod »

sidharth wrote:Hi All,
Can some one let me know if we have the below options in datastage,

1. Need to figure out, the time at which users loggin and logout of datastage.
2. When datastage abruptly terminates connection, does it maintain the reason for termination for each user with the timestamp ?

Thank You for the light,
Sidharth
1. This is only possible by customizing each project, intercepting login and exit. You can edit LOGIN and ON.EXIT entries in the VOC.

2. By default, no. You can customize this by editing ON.ABORT entry in the VOC. However, this will not trap all conditions; in particular SIGKILL signal (kill -9).
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