I am trying ase 12.5 audit system. I enabled audit for login from powerbuilder app and got records like:
45 | 1 | 166 | 05/15/2014 1:50:10.570 PM | 1 | 37 | 5 | [NULL] | [NULL] | myuser | mydb | [NULL] | [NULL] | ; ; ; ; , 192.168.1.72; ; myuser/ase; |
then I enabled audit for exec_procedure and got the audit record like:
1 | 38 | 1 | 37 | 06/11/2014 11:50:25.833 AM | 1 | 37 | 5 | 1014460553 | [NULL] | myuser | mydb | myproc | dbo | ; ; ; ; @var = 0; ; ; |
How to get client id for exec_procedure in audit records like for login?