<?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: Internal error occured when processing parallel RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756163#M1583158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone pls tell me resolution of this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are also getting Dump as MESSAGE_TYPE_X in BI system during DSO activation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Invalid PBT server group name: PARALLEL_GENERATORS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system tried to initialize the environment for processing parallel RFCs using the function module SPBT_INITIALIZE. The server group name specified was found to be invalid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Rupali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Aug 2011 13:56:54 GMT</pubDate>
    <dc:creator>rupali_karbhari3</dc:creator>
    <dc:date>2011-08-12T13:56:54Z</dc:date>
    <item>
      <title>Internal error occured when processing parallel RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756154#M1583149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;I have created one FM and calling that FM as prallel process in a report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;CALL FUNCTION 'ZHR_TIME_EVAL_PARALLEL_PROCESS'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;STARTING NEW TASK first_task&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;DESTINATION IN GROUP srv_grp&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;EXPORTING&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;        &lt;STRONG&gt;p_job     = sub_job&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;TABLES&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;        &lt;STRONG&gt;rspar_tab = rspar_tab.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;In development system its working fine. In quality it throwing a dump saying "Internal error occured when processing parallel RFC" . Error mesage number - BT 857.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any body came across this problem.Please help me to resolve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 09:17:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756154#M1583149</guid>
      <dc:creator>Pramanan</dc:creator>
      <dc:date>2011-04-07T09:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Internal error occured when processing parallel RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756155#M1583150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramanan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error BT-857 is being used in the below FM's which mainly check on the availability of the server and their resources, SPBT_INITIALIZE&lt;/P&gt;&lt;P&gt;SPBT_FIND_FREE_SERVER&lt;/P&gt;&lt;P&gt;SPBT_GET_CURR_RESOURCE_INFO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you are using a server group here, are you sure it is set in your Q system using RZ12?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If yes, then you would have to check if you are spanning too many calls in parallel and using up all the DIA WPs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 09:31:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756155#M1583150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-07T09:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Internal error occured when processing parallel RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756156#M1583151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Group server name is created in RZ12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please elaborate me what i have to check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am using the  function module  mentioned above. It will create only one task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also  In development it is working fine. In Quality its failing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 09:37:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756156#M1583151</guid>
      <dc:creator>Pramanan</dc:creator>
      <dc:date>2011-04-07T09:37:26Z</dc:date>
    </item>
    <item>
      <title>Re: Internal error occured when processing parallel RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756157#M1583152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramanan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try to execute the three function modules(along with SPBT_GET_CURR_RESOURCE_INFO) in your Q Env using SE37 and check if the exception is thrown?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 09:49:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756157#M1583152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-07T09:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Internal error occured when processing parallel RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756158#M1583153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have executed the function modules.Its throwing the floowing exceptions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SPBT_INITIALIZE&lt;/STRONG&gt;     is throwing the exception &lt;STRONG&gt;INVALID_GROUP_NAME&lt;/STRONG&gt;  Message number  &lt;STRONG&gt;BT  - 831&lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function modules &lt;STRONG&gt;SPBT_GET_CURR_RESOURCE_INFO&lt;/STRONG&gt; , &lt;STRONG&gt;SPBT_FIND_FREE_SERVER&lt;/STRONG&gt;, &lt;STRONG&gt;SPBT_GET_CURR_RESOURCE_INFO&lt;/STRONG&gt; are throwing the exception &lt;STRONG&gt;PBT_ENV_NOT_INITIALIZED_YET&lt;/STRONG&gt;  message number &lt;STRONG&gt;BT - 838&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to resolve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 03:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756158#M1583153</guid>
      <dc:creator>Pramanan</dc:creator>
      <dc:date>2011-04-08T03:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: Internal error occured when processing parallel RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756159#M1583154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramanan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The server group hasn't been created properly or the value being passed in your program is not correct, please verify these two. As i do not have access to SM59/RZ12 in our landscape i am not able to provide more info on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any specific reason for using a server group, if not i would suggest you use "DEFAULT"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;To guarantee that only application servers with sufficient resources are accessed, we recommend that you use the addition DEFAULT with explicitly defined RFC server groups. &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 05:31:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756159#M1583154</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-08T05:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: Internal error occured when processing parallel RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756160#M1583155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi chen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CONCATENATE 'TASK' lv_tsk_cnt INTO first_task.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CALL FUNCTION 'ZHR_TIME_EVAL_PARALLEL_PROCESS'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;STARTING NEW TASK first_task&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DESTINATION IN GROUP DEFAULT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Exporting&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;p_job = sub_job&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TABLES&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rspar_tab = rspar_tab.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Above the parallel rfc function call and the values i am using to call the fm.  is there any parameters i am missing here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 10:07:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756160#M1583155</guid>
      <dc:creator>Pramanan</dc:creator>
      <dc:date>2011-04-08T10:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Internal error occured when processing parallel RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756161#M1583156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramanan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks good, try and let me know the results, All the best !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 11:17:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756161#M1583156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-08T11:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Internal error occured when processing parallel RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756162#M1583157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot. Actually there is some basis problem. As you suggested i executed the function modules , which are working fine in dev and live system. but throws exception in Quality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so transported the progrma to live and its working fine there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You inputs helped me a lot and also i learnt a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hearty thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2011 10:12:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756162#M1583157</guid>
      <dc:creator>Pramanan</dc:creator>
      <dc:date>2011-04-13T10:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: Internal error occured when processing parallel RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756163#M1583158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone pls tell me resolution of this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are also getting Dump as MESSAGE_TYPE_X in BI system during DSO activation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Invalid PBT server group name: PARALLEL_GENERATORS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system tried to initialize the environment for processing parallel RFCs using the function module SPBT_INITIALIZE. The server group name specified was found to be invalid. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Rupali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Aug 2011 13:56:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-error-occured-when-processing-parallel-rfc/m-p/7756163#M1583158</guid>
      <dc:creator>rupali_karbhari3</dc:creator>
      <dc:date>2011-08-12T13:56:54Z</dc:date>
    </item>
  </channel>
</rss>

