Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Session Still Active

PS_1978
Active Participant
0 Likes
365

Hello All,

A program is calling SM35 using call transaction method in Error mode and the batch input session is filtered based on the session name.

But when i try to process the session in foreground, an error message "Session still active" is stopping from further process. But I am able to process this session in background.

Please help me in solving this issue.

Regards,

Phani.

1 REPLY 1
Read only

Former Member
0 Likes
269

Hi!

If a session contains numerous entries, it could take a lot of time until it is finished.

We can say processing 1 batch input entry takes 1 second. If there are 100000 entries, then it will take 100000 seconds to process.

Because it is already running, you can't continue it online, running it again in background will do nothing, however it will not give an error message.. But you can check how many processed entries there are using the BI log.

You can delete unwanted and corrupted BI sessions, using program RSBDCDEL.

Regards

Tamá