<?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: An issue in triggering the stored process in Developers</title>
    <link>https://communities.sas.com/t5/Developers/An-issue-in-triggering-the-stored-process/m-p/205151#M4587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KurtBremser,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Enterprise 5 did not show exact guidance in the list 17316. It did seem to be&amp;nbsp; the problem with STP. When replaced &amp;lt;Form Action='&amp;amp;URL'&amp;gt; with &amp;lt;Form action='Http://server/sasstoredprocess/do?_action=execute%_program=/path../Test1" method="post"&amp;gt; &amp;lt;/Form&amp;gt;, it functions well now. Thank very much!&lt;/P&gt;&lt;P&gt;Limin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Aug 2015 20:17:10 GMT</pubDate>
    <dc:creator>herbman</dc:creator>
    <dc:date>2015-08-26T20:17:10Z</dc:date>
    <item>
      <title>An issue in triggering the stored process</title>
      <link>https://communities.sas.com/t5/Developers/An-issue-in-triggering-the-stored-process/m-p/205149#M4585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to check a problem in triggering the next stored process:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we run this stored process from the very beginning, it successfully active the following stored process 'upload' (activate the Test1file stored process) :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; (upload stored process:)&lt;/P&gt;&lt;P&gt;data form;&lt;/P&gt;&lt;P&gt;file _webout;&lt;/P&gt;&lt;P&gt;put "HTML";&lt;/P&gt;&lt;P&gt;put "&amp;lt;Body&amp;gt;";&lt;/P&gt;&lt;P&gt;put "&amp;lt;H3&amp;gt; Please choose a file to upload&amp;lt;/H3&amp;gt;;&lt;/P&gt;&lt;P&gt;put "&amp;lt;Form Action='&amp;amp;_URL'&amp;gt;";&lt;/P&gt;&lt;P&gt;put "&amp;lt;Input TYPE='Hidden'&amp;nbsp; Name='_program' value='Shared data/SAS Testing/ABC/Test1file'&amp;gt;";&lt;/P&gt;&lt;P&gt;put "&amp;lt;Input TYPE='Hidden' Name='submit' value='submited'&amp;gt;";&lt;/P&gt;&lt;P&gt;put "&amp;lt;table border='0' cellpadding='5'&amp;gt;";&lt;/P&gt;&lt;P&gt;put "&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;";&lt;/P&gt;&lt;P&gt;put "&amp;lt;input Type='file' Name='attach1' /&amp;gt;";&lt;/P&gt;&lt;P&gt;put "&amp;lt;/td&amp;gt;&amp;lt;/tr&amp;gt;";&lt;/P&gt;&lt;P&gt;put "&amp;lt;/table&amp;gt;";&lt;/P&gt;&lt;P&gt;put "&amp;lt;/form&amp;gt;";&lt;/P&gt;&lt;P&gt;put "&amp;lt;/body&amp;gt;";&lt;/P&gt;&lt;P&gt;put "&amp;lt;/HTML&amp;gt;";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; When I insert a 'selection' store process (below) to trigger above upload stored process (the Data_resource macrovarible was successfully given value 1 from previous home stored process),&amp;nbsp; the log showed that it goes to the above test1file stored process), However, an error message showed:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: Insufficient authorization to access /sas/sas93/compute_config/Lev1/SASApp/_webout.dat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Appreciate if you can help to provide a solution to trigger the test1file, thank you!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(Selection stored process:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%global Data_Resource _URL _Username;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%macro checking;&lt;/P&gt;&lt;P&gt;%if &amp;amp;data_resource=1 %then %do;&lt;/P&gt;&lt;P&gt;proc stp program ='shared data/SAS testing/ABC/Test1file';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;%end;&lt;/P&gt;&lt;P&gt;%if &amp;amp;data_resource=2 %then %do;&lt;/P&gt;&lt;P&gt;proc step program='shared data/SAS testing/ABC/Test2file';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;%end;&lt;/P&gt;&lt;P&gt;%mend checking;&lt;/P&gt;&lt;P&gt;%checking&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 21:10:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/An-issue-in-triggering-the-stored-process/m-p/205149#M4585</guid>
      <dc:creator>herbman</dc:creator>
      <dc:date>2015-08-21T21:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: An issue in triggering the stored process</title>
      <link>https://communities.sas.com/t5/Developers/An-issue-in-triggering-the-stored-process/m-p/205150#M4586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: Insufficient authorization to access /sas/sas93/compute_config/Lev1/SASApp/_webout.dat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;indicates that the STP tries to write to a file instead of the HTML output stream. Might be a problem with the STP definition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This could help:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/17/316.html" title="http://support.sas.com/kb/17/316.html"&gt;17316 - Enterprise Guide 4 forces Stored Process "Streaming" output to"Transient" output&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 07:40:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/An-issue-in-triggering-the-stored-process/m-p/205150#M4586</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-08-24T07:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: An issue in triggering the stored process</title>
      <link>https://communities.sas.com/t5/Developers/An-issue-in-triggering-the-stored-process/m-p/205151#M4587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi KurtBremser,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Enterprise 5 did not show exact guidance in the list 17316. It did seem to be&amp;nbsp; the problem with STP. When replaced &amp;lt;Form Action='&amp;amp;URL'&amp;gt; with &amp;lt;Form action='Http://server/sasstoredprocess/do?_action=execute%_program=/path../Test1" method="post"&amp;gt; &amp;lt;/Form&amp;gt;, it functions well now. Thank very much!&lt;/P&gt;&lt;P&gt;Limin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Aug 2015 20:17:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/An-issue-in-triggering-the-stored-process/m-p/205151#M4587</guid>
      <dc:creator>herbman</dc:creator>
      <dc:date>2015-08-26T20:17:10Z</dc:date>
    </item>
  </channel>
</rss>

