<?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 Parallel processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/4795870#M1123175</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a report for parallel processing, its working fine,&lt;/P&gt;&lt;P&gt;But I read some where that each process will be having Time out period, It can be set in the &lt;/P&gt;&lt;P&gt;system configuration. I dont know where this configuration can be done.&lt;/P&gt;&lt;P&gt;1.Please tell me , where can i change this configurations.&lt;/P&gt;&lt;P&gt;2. I have created 10 parallel process, but can i create more than 10, I read that we can not use all the available free process. how we can decide the number of process creation.&lt;/P&gt;&lt;P&gt;3. SM50 and SM51 shows Running process, but where I can see the Error file, as process showing 2 errors,(I tried ST22) as some of the database insetion fails does not give dumps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sushant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Dec 2008 12:10:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-03T12:10:26Z</dc:date>
    <item>
      <title>Parallel processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/4795870#M1123175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a report for parallel processing, its working fine,&lt;/P&gt;&lt;P&gt;But I read some where that each process will be having Time out period, It can be set in the &lt;/P&gt;&lt;P&gt;system configuration. I dont know where this configuration can be done.&lt;/P&gt;&lt;P&gt;1.Please tell me , where can i change this configurations.&lt;/P&gt;&lt;P&gt;2. I have created 10 parallel process, but can i create more than 10, I read that we can not use all the available free process. how we can decide the number of process creation.&lt;/P&gt;&lt;P&gt;3. SM50 and SM51 shows Running process, but where I can see the Error file, as process showing 2 errors,(I tried ST22) as some of the database insetion fails does not give dumps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sushant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 12:10:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/4795870#M1123175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-03T12:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/4795871#M1123176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; 1.Please tell me , where can i change this configurations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RZ11, parameter rdisp/max_wprun_time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; 2. I have created 10 parallel process, but can i create more than 10, I read that we can not use all the available free process. how we can decide the number of process creation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call SPBT_INITIALIZE and subtract as many processes as should remain available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; 3. SM50 and SM51 shows Running process, but where I can see the Error file, as process showing 2 errors,(I tried ST22) as some of the database insetion fails does not give dumps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no idea, too vague. Read &lt;A href="http://help.sap.com/saphelp_nw70/helpdata/EN/fa/096e92543b11d1898e0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/EN/fa/096e92543b11d1898e0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Dec 2008 12:21:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/4795871#M1123176</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-12-03T12:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/4795872#M1123177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have seen you posting in SDN,  I have similar kind of requirments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to run the same program parallel to generate the formatted output of excel for all the files created in application server,  in foreground.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If you did, such kind of parallel processing in foreground, please let me know. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appricate your earlier response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Harikrishna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 18:52:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/4795872#M1123177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T18:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Parallel processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/4795873#M1123178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi,&lt;/P&gt;&lt;P&gt;&amp;gt; I have seen you posting in SDN,  I have similar kind of requirments.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; We need to run the same program parallel to generate the formatted output of excel for all the files created in application server,  in foreground.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt;  If you did, such kind of parallel processing in foreground, please let me know. &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Appricate your earlier response.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; Regards&lt;/P&gt;&lt;P&gt;&amp;gt; Harikrishna.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just a suggestion, since your problem has no relation with his question, why not creating new thread for your question? Frankly speaking, i can not found any similarities except that it contain word paraller in it. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abraham&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jan 2009 03:00:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parallel-processing/m-p/4795873#M1123178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-09T03:00:29Z</dc:date>
    </item>
  </channel>
</rss>

