gget79
23rd June 2010, 18:42
Hi experts,

We are faced a big problem with AFS functionality.
We made a AFS to whinh4202m000 – Release Outbound and we see that the session doesn’t close at the end program, then We have searched and found that this session show us a session exceptions on “tccom0005s000” and this is the session that not closed.
We have identifyed the part of standard code and resolving this with api.mode variable in the standard program, but now we have a additional problem.

Anybody can tell me how to can work the session tccom0005s000 with AFS functionality?


Thank's

mark_h
23rd June 2010, 19:31
This is the correct forum for questions like this.

You can try using the stpapi.handle.subproc with this session. So before the session starts input stpapi.handle.subproc command - of course using the appropriate main session. You can using "ADD" functionality and then stpapi.end.session on it. As an alternative you could try "kill" functionality of stpapi.handle.subproc. That is about the only suggestion I can make.