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

Delete the internal sessions created in the report program

Former Member
0 Likes
480

Hi,

I have problem when a user defined transaction is called for many times from a report program. My program uses call transaction method to call a user-defined transaction for many times, i get a error like 'Maximum number of internal sessions reached' when the number of internal sessions created exceeds 6 . Please let me know whether there is any way to close/delete the previous internal sessions that are created through the program.

Please help me to solve this problem.

Thanks in Advance,

Prabavathi

Hi,

I have problem when a user defined transaction is called for many times from a report program. My program uses call transaction method to call a user-defined transaction for many times, i get a error like 'Maximum number of internal sessions reached' when the number of internal sessions created exceeds 6 . Please let me know whether there is any way to close/delete the previous internal sessions that are created through the program.

Please help me to solve this problem.

Thanks in Advance,

Prabavathi

1 REPLY 1
Read only

Former Member
0 Likes
381

Hi prabhavathi,

1. If a new window is opened then, by default, we can have atmost

six sessions.

(This can be increased by basis team)

2. I just tried, from a program,

using call transaction 10 times.

But the first one is executed, and when we come out of it,

only then the second one gets executed.

Its remaining in only one window/session.

regards,

amit m.