<?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: Stored process integration with web server in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Stored-process-integration-with-web-server/m-p/325933#M5198</link>
    <description>&lt;P&gt;Hi Bremser,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When i hit the URL ,it is showing a blank page.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Sandeep.o&lt;/P&gt;</description>
    <pubDate>Thu, 19 Jan 2017 11:33:13 GMT</pubDate>
    <dc:creator>sandeep_reddy</dc:creator>
    <dc:date>2017-01-19T11:33:13Z</dc:date>
    <item>
      <title>Stored process integration with web server</title>
      <link>https://communities.sas.com/t5/Developers/Stored-process-integration-with-web-server/m-p/324547#M5192</link>
      <description>&lt;P&gt;Dear Team,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created one stored process and i am trying to integrate with SAS web server. I have followed some sample steps in the following URL &lt;A href="https://libraries.io/github/Boemska/sas-hot-editor" target="_blank"&gt;https://libraries.io/github/Boemska/sas-hot-editor&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Requirement is &amp;nbsp;, a user needs to select the path of a .csv file and a column from csv file &amp;nbsp;needs &amp;nbsp;to be updated in a database table.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Sandeep&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 13:36:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-process-integration-with-web-server/m-p/324547#M5192</guid>
      <dc:creator>sandeep_reddy</dc:creator>
      <dc:date>2017-01-13T13:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: Stored process integration with web server</title>
      <link>https://communities.sas.com/t5/Developers/Stored-process-integration-with-web-server/m-p/324553#M5193</link>
      <description>&lt;P&gt;So you need&lt;/P&gt;
&lt;P&gt;- a prompt for a filename&lt;/P&gt;
&lt;P&gt;- import that file to a SAS dataset&lt;/P&gt;
&lt;P&gt;- update an existing dataset with data from the imported dataset&lt;/P&gt;
&lt;P&gt;?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 13:53:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-process-integration-with-web-server/m-p/324553#M5193</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-01-13T13:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Stored process integration with web server</title>
      <link>https://communities.sas.com/t5/Developers/Stored-process-integration-with-web-server/m-p/324556#M5194</link>
      <description>&lt;P&gt;HI Bremser,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks For your Reply,&lt;/P&gt;
&lt;P&gt;I have tested from SAS E.G and my code is working fine by giving a location in prompt. I need to link this stored process with existing &amp;nbsp;web server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Sandeep&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:00:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-process-integration-with-web-server/m-p/324556#M5194</guid>
      <dc:creator>sandeep_reddy</dc:creator>
      <dc:date>2017-01-13T14:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Stored process integration with web server</title>
      <link>https://communities.sas.com/t5/Developers/Stored-process-integration-with-web-server/m-p/324558#M5195</link>
      <description>&lt;P&gt;Once you have converted your EG code into a stored process, your web application server can run it.&lt;/P&gt;
&lt;P&gt;(http://servername/SASStoredProcess)&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:04:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-process-integration-with-web-server/m-p/324558#M5195</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-01-13T14:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Stored process integration with web server</title>
      <link>https://communities.sas.com/t5/Developers/Stored-process-integration-with-web-server/m-p/324576#M5196</link>
      <description>&lt;P&gt;Hi Bremser,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AS in attached document i have followed the steps,but still i am not able to access. The mentioned code in the document is sample one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Sandeep&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 14:52:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-process-integration-with-web-server/m-p/324576#M5196</guid>
      <dc:creator>sandeep_reddy</dc:creator>
      <dc:date>2017-01-13T14:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Stored process integration with web server</title>
      <link>https://communities.sas.com/t5/Developers/Stored-process-integration-with-web-server/m-p/324669#M5197</link>
      <description>&lt;P&gt;And what happens when you try to access the web service?&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 18:57:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-process-integration-with-web-server/m-p/324669#M5197</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-01-13T18:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Stored process integration with web server</title>
      <link>https://communities.sas.com/t5/Developers/Stored-process-integration-with-web-server/m-p/325933#M5198</link>
      <description>&lt;P&gt;Hi Bremser,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When i hit the URL ,it is showing a blank page.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;
&lt;P&gt;Sandeep.o&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2017 11:33:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-process-integration-with-web-server/m-p/325933#M5198</guid>
      <dc:creator>sandeep_reddy</dc:creator>
      <dc:date>2017-01-19T11:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Stored process integration with web server</title>
      <link>https://communities.sas.com/t5/Developers/Stored-process-integration-with-web-server/m-p/328594#M5199</link>
      <description>&lt;P&gt;Sandeep,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What exactly are you trying to do? The link you pasted points to an app that we built, but the steps there are deployment steps specific to that app - you shouldn't have to create any more stored processes or do any further integration. Following just&amp;nbsp;&lt;EM&gt;some&amp;nbsp;&lt;/EM&gt;steps from that page really won't get you very far.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The original app and instructions can be found at &lt;A href="https://github.com/Boemska/sas-hot-editor" target="_self"&gt;https://github.com/Boemska/sas-hot-editor&lt;/A&gt;, but you must either have your csv data already in a dataset, or point the editor to a database.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I'm most curious to find out is.... how did you come across this project? We've barely advertised it to anyone...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nik&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 21:53:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-process-integration-with-web-server/m-p/328594#M5199</guid>
      <dc:creator>boemskats</dc:creator>
      <dc:date>2017-01-30T21:53:41Z</dc:date>
    </item>
  </channel>
</rss>

