2007 Jan 24 6:39 AM
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
2007 Jan 24 6:55 AM
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.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |