<?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: Modify SAP timeout for query in SQ01 using C# in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-sap-timeout-for-query-in-sq01-using-c/m-p/11849344#M1958073</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, not that I know of.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Aug 2016 06:33:36 GMT</pubDate>
    <dc:creator>retired_member</dc:creator>
    <dc:date>2016-08-24T06:33:36Z</dc:date>
    <item>
      <title>Modify SAP timeout for query in SQ01 using C#</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-sap-timeout-for-query-in-sq01-using-c/m-p/11849341#M1958070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am connecting to an SAP query in SQ01 from a C# console application however due to the large amount of data which needs to be fetched, I am getting a timeout exception. Is there a way to modify the time period before the timeout occurs using C#?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An alternative would be to execute the query in the background. Is there a way to do this using C#?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 05:28:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-sap-timeout-for-query-in-sq01-using-c/m-p/11849341#M1958070</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-24T05:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Modify SAP timeout for query in SQ01 using C#</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-sap-timeout-for-query-in-sq01-using-c/m-p/11849342#M1958071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are allowed to, you&amp;nbsp; can set the profile parameter rdisp/max_wprun_time&amp;nbsp; to a higher value in TA RZ11.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 06:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-sap-timeout-for-query-in-sq01-using-c/m-p/11849342#M1958071</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2016-08-24T06:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Modify SAP timeout for query in SQ01 using C#</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-sap-timeout-for-query-in-sq01-using-c/m-p/11849343#M1958072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe that this will change the timeout period for all SAP processes though. Is there a way to apply this timeout period for one particular query?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 06:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-sap-timeout-for-query-in-sq01-using-c/m-p/11849343#M1958072</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-24T06:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Modify SAP timeout for query in SQ01 using C#</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-sap-timeout-for-query-in-sq01-using-c/m-p/11849344#M1958073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, not that I know of.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 06:33:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-sap-timeout-for-query-in-sq01-using-c/m-p/11849344#M1958073</guid>
      <dc:creator>retired_member</dc:creator>
      <dc:date>2016-08-24T06:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Modify SAP timeout for query in SQ01 using C#</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-sap-timeout-for-query-in-sq01-using-c/m-p/11849345#M1958074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Urg... it's &lt;STRONG&gt;NOT&lt;/STRONG&gt; a clean and safe way but it works: add in your query the call to function 'TH_REDISPATCH'.&lt;/P&gt;&lt;P&gt;The function reset the timeout counter.&lt;/P&gt;&lt;P&gt;This FM should be used &lt;STRONG&gt;at your own risk&lt;/STRONG&gt; and only if &lt;STRONG&gt;you are sure the report/query is correct&lt;/STRONG&gt; otherwise you risk to keep alive forever a report/query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can call it every 2 minutes (saving the timestamp and checking it).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another not too nice solution could be scheduling the query and save the result on server file (it can be done easily with specific customer function) and then your C# application read the last file generated.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;It's just an option but I do not know your whole scenario.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 06:52:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-sap-timeout-for-query-in-sq01-using-c/m-p/11849345#M1958074</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2016-08-24T06:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Modify SAP timeout for query in SQ01 using C#</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/modify-sap-timeout-for-query-in-sq01-using-c/m-p/11849346#M1958075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer. I'll keep these two solutions as my last resort &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 06:58:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/modify-sap-timeout-for-query-in-sq01-using-c/m-p/11849346#M1958075</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-08-24T06:58:24Z</dc:date>
    </item>
  </channel>
</rss>

