cancel
Showing results for 
Search instead for 
Did you mean: 

AS Java sessions leaving locks in AS ABAP

Former Member
0 Kudos

Hi all,

I am working on a BI Java application, that, when the browser-based sessions are ended abruptly (eg. hitting the X in the top right corner, or killing the browser process) is leaving sessions open in the AS ABAP that it is working on at the time, and also locks on the records that are being modified.

In the Internet Transaction Server, the DSM component (Distributed Session Management) took care of this by firing a Javascript onUnload event that killed the backend session in the ABAP AS.

I know I've found references to a similarly named component in the AS Java, but it definitely does not seem active here (NW 7.0, SPS13.)

Does anyone know if there is a similar mechanism involved in the AS Java?

Thanks,

Troy

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

To solve this problem you can define ITS Parameter ~DISCONNECTONCLOSE=1 for the corresponding services with TCode SICF.

Regards,

-Pankaj Kapote

Former Member
0 Kudos

Hi Pankaj,

Thanks very much for your reply, but I don't think I was clear enough in my question.

I'm not using the ITS, I reference it only because I know the DSM component existed on it. I am using the AS Java only.

Cheers,

Troy