<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: parallel processing maximum sessions error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-maximum-sessions-error/m-p/11562526#M1937459</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you called the Function module inside a loop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paste your code to analyse further&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Feb 2016 07:54:09 GMT</pubDate>
    <dc:creator>ThangaPrakash</dc:creator>
    <dc:date>2016-02-25T07:54:09Z</dc:date>
    <item>
      <title>parallel processing maximum sessions error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-maximum-sessions-error/m-p/11562523#M1937456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have implemented a parallel processing logic inside a report. I created a FM and calling in using&amp;nbsp; STARTING A NEW TASK IN GROUP addition. Inside this FM there is a RFC call to other system. when I am executing this report, I am getting pop-up s saying 'Maximum number of GUI sessions reached". Why is this pop-up coming. Is the number of parallel sessions are limited to number of maximum sessions that a user can open? I am not using any CALL SCREEN or CALL TRANSACTION inside the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 08:40:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-maximum-sessions-error/m-p/11562523#M1937456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-24T08:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: parallel processing maximum sessions error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-maximum-sessions-error/m-p/11562524#M1937457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P style="font-family: courier; color: black;"&gt;&lt;SPAN style="color: #0000ff;"&gt;call&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff;"&gt;function&lt;/SPAN&gt; &lt;SPAN style="color: #4da616;"&gt;'TH_USER_INFO'&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; &lt;SPAN style="color: #0000ff;"&gt;importing&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; act_sessions&lt;SPAN style="color: #800080;"&gt; = &lt;/SPAN&gt;act_sessions&lt;/P&gt;
&lt;P style="font-family: courier; color: black;"&gt;&amp;nbsp; max_sessions&lt;SPAN style="color: #800080;"&gt; = &lt;/SPAN&gt;max_sessions&lt;SPAN style="color: #800080;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;to prevent this error, read also&amp;nbsp; &lt;A href="http://service.sap.com/sap/support/notes/734205" title="734205  - Remote GUI check in module TH_USER_INFO"&gt;&lt;SPAN class="title"&gt;734205 - Remote GUI check in module TH_USER_INFO&lt;/SPAN&gt; &lt;/A&gt;.&lt;/P&gt;&lt;P&gt;(Also check with RZ11 value of rdisp/max_alt_modes)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 12:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-maximum-sessions-error/m-p/11562524#M1937457</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-02-24T12:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: parallel processing maximum sessions error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-maximum-sessions-error/m-p/11562525#M1937458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RZ11 parameter has value 6. When I run the parallel process report, in SM50 I see there are 20 dialog WPs that are keep running. Then after some time I get this pop-up saying maximum SAP-GUI sessions reached. So what exactly is happening? Does the RFC call opens another session internally? If I understand the significance of RZ11 parameter,we can attach 6 user sessions to a single dialog WP. Am i right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;sankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 14:52:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-maximum-sessions-error/m-p/11562525#M1937458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-02-24T14:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: parallel processing maximum sessions error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-maximum-sessions-error/m-p/11562526#M1937459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you called the Function module inside a loop?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paste your code to analyse further&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2016 07:54:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing-maximum-sessions-error/m-p/11562526#M1937459</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2016-02-25T07:54:09Z</dc:date>
    </item>
  </channel>
</rss>

