spartacus
2nd June 2006, 15:13
Is there any possibility to determine the ID of the process which executes the stpapi-call?
I tried the predfined variables "pid" and "parent" within a programm which is started via AFS, but I found nothing what could help me to recognize the calling process.


Thanx:confused:

mark_h
2nd June 2006, 17:31
Check this post (http://www.baanboard.com/baanboard/showthread.php?s=&threadid=14201&highlight=kill) out. Not sure it will help. What I did in this code was to export the calling process id number. Then import it into the session that was activated. This way I could read through its processes and kill the one I needed. Hope it helps.