Page 1 of 1

Monitoring DataStage Sessions

Posted: Tue Oct 17, 2006 1:32 am
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

Posted: Tue Oct 17, 2006 4:22 am
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.

Re: Monitoring DataStage Sessions

Posted: Tue Oct 17, 2006 8:42 am
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).