<?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: SAS Stored Process Pop-Up Timeouts in Portal in Developers</title>
    <link>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Pop-Up-Timeouts-in-Portal/m-p/105852#M3777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi BIFellow,&lt;/P&gt;&lt;P&gt;Could you share some sample code?&amp;nbsp; Maybe just a small bit, using the sleep() function to simulate long processing, instead of including all of the code.&amp;nbsp; I'm curious as to how you are creating a pop-up of the results.&amp;nbsp; I would expect if you can post a small example replicating the time-out issue, someone will be better able to help you solve it.&lt;/P&gt;&lt;P&gt;-Q.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2012 12:40:45 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2012-05-08T12:40:45Z</dc:date>
    <item>
      <title>SAS Stored Process Pop-Up Timeouts in Portal</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Pop-Up-Timeouts-in-Portal/m-p/105848#M3773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to the forum so be gentle:-)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a stored procedure deployed to the portal and it's running just fine. Well, with a tiny exception. Sometimes the process (which typically produces either a chart or error message) takes too long and the pop up generated by the stored procedure timesout. When I examine the log of the process it's clear that it ran succesfully but because the timeout occurs &lt;EM&gt;before&lt;/EM&gt; it finishes the results don't appear in the pop up window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there some parameter that can be tweaked either in Portal preferences or elsewhere to lengthen the timeout time to ensure that all processes finish with a result in the pop up window?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any light you fellows and ladies can shed:-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 11:40:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Pop-Up-Timeouts-in-Portal/m-p/105848#M3773</guid>
      <dc:creator>theBIFellow</dc:creator>
      <dc:date>2012-05-07T11:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Stored Process Pop-Up Timeouts in Portal</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Pop-Up-Timeouts-in-Portal/m-p/105849#M3774</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;Try this SAS note.&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.sas.com/kb/35/028.html"&gt;http://support.sas.com/kb/35/028.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can share your code and sample data ,it would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 11:46:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Pop-Up-Timeouts-in-Portal/m-p/105849#M3774</guid>
      <dc:creator>shivas</dc:creator>
      <dc:date>2012-05-07T11:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Stored Process Pop-Up Timeouts in Portal</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Pop-Up-Timeouts-in-Portal/m-p/105850#M3775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shivas!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the speedy response! That looks like it will solve my problem. I'll let you know how I get on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 May 2012 12:23:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Pop-Up-Timeouts-in-Portal/m-p/105850#M3775</guid>
      <dc:creator>theBIFellow</dc:creator>
      <dc:date>2012-05-07T12:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Stored Process Pop-Up Timeouts in Portal</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Pop-Up-Timeouts-in-Portal/m-p/105851#M3776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shivas!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I implemented that code :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive-pre"&gt;&amp;nbsp;&amp;nbsp; %LET rc=%sysfunc(stpsrvset(session timeout,3600));&amp;nbsp; &lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it seemed to have no effect. Thanks for your response nonetheless, it was a good effort&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 10:59:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Pop-Up-Timeouts-in-Portal/m-p/105851#M3776</guid>
      <dc:creator>theBIFellow</dc:creator>
      <dc:date>2012-05-08T10:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Stored Process Pop-Up Timeouts in Portal</title>
      <link>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Pop-Up-Timeouts-in-Portal/m-p/105852#M3777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi BIFellow,&lt;/P&gt;&lt;P&gt;Could you share some sample code?&amp;nbsp; Maybe just a small bit, using the sleep() function to simulate long processing, instead of including all of the code.&amp;nbsp; I'm curious as to how you are creating a pop-up of the results.&amp;nbsp; I would expect if you can post a small example replicating the time-out issue, someone will be better able to help you solve it.&lt;/P&gt;&lt;P&gt;-Q.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 12:40:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/SAS-Stored-Process-Pop-Up-Timeouts-in-Portal/m-p/105852#M3777</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2012-05-08T12:40:45Z</dc:date>
    </item>
  </channel>
</rss>

