cancel
Showing results for 
Search instead for 
Did you mean: 

POWL Error while refresh

Former Member
0 Kudos

when we refresh query in the POWL.I get error " Query Shopping cart is already open in another session"

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

The locking issue happens only when the query is running on two session

or might be the first session has not closed properly as explained

earlier as well.

********************************

The locks are released when the session ends, meaning, when browser is

closed. If the browser is ended abruptly, the exit for the application

does not get called and hence the lock is not released.

The solution would be to manually delete it from the backend tx SM12

or wait for the Http timeout to complete. Once this timeout is reached

the locks are released.

Answers (1)

Answers (1)

jason_boggans
Active Contributor
0 Kudos

Hi,

Check SM12 in the backend SRM to see if there is a lock held there.

Regards,

Jason