<?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: How to add new SAS Folder in stored process web application tree view in Developers</title>
    <link>https://communities.sas.com/t5/Developers/How-to-add-new-SAS-Folder-in-stored-process-web-application-tree/m-p/434484#M5592</link>
    <description>&lt;P&gt;Have you stored a Stored Process in that folder?&lt;/P&gt;</description>
    <pubDate>Tue, 06 Feb 2018 08:20:19 GMT</pubDate>
    <dc:creator>andreas_lds</dc:creator>
    <dc:date>2018-02-06T08:20:19Z</dc:date>
    <item>
      <title>How to add new SAS Folder in stored process web application tree view</title>
      <link>https://communities.sas.com/t5/Developers/How-to-add-new-SAS-Folder-in-stored-process-web-application-tree/m-p/434483#M5591</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a new SAS folder in different blanch from "/Product/SAS Intelligence Platform/Samples". But my new SAS folder is not displayed in tree view in stored process web application linked as List Available Stored Processes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stored Processes Developer’s Guide says that&lt;/P&gt;&lt;P&gt;You can use the _PATH variable with _ACTION=INDEX to control what level the tree view begins with. For example, if you specify _PATH=/Products/SAS Intelligence Platform/Samples on the SAS Stored Process Web Application URL, then the Samples folder is at the top of the tree view.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I cloud not&amp;nbsp; find which jsp file specify the "_PATH" parameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In "My_Config&lt;SPAN&gt;\&lt;/SPAN&gt;Lev1&lt;SPAN&gt;\&lt;/SPAN&gt;Web&lt;SPAN&gt;\&lt;/SPAN&gt;WebAppServer\SASServer1_1\sas_webapps\sas.storedprocess.war\jsp&lt;SPAN&gt;\index.jsp" got only this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;%@page language="java"&lt;BR /&gt;%&amp;gt;&amp;lt;%&lt;BR /&gt;pageContext.forward("/do");&lt;BR /&gt;%&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please tell me the file to edit to display new SAS folder in tree view.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;Asako&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 07:49:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-add-new-SAS-Folder-in-stored-process-web-application-tree/m-p/434483#M5591</guid>
      <dc:creator>AsakoOkano</dc:creator>
      <dc:date>2018-02-06T07:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to add new SAS Folder in stored process web application tree view</title>
      <link>https://communities.sas.com/t5/Developers/How-to-add-new-SAS-Folder-in-stored-process-web-application-tree/m-p/434484#M5592</link>
      <description>&lt;P&gt;Have you stored a Stored Process in that folder?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 08:20:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-add-new-SAS-Folder-in-stored-process-web-application-tree/m-p/434484#M5592</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2018-02-06T08:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to add new SAS Folder in stored process web application tree view</title>
      <link>https://communities.sas.com/t5/Developers/How-to-add-new-SAS-Folder-in-stored-process-web-application-tree/m-p/434489#M5593</link>
      <description>&lt;P&gt;Once I saved a "stored process", now SAS folder appers in my tree view. But tree view shows from root path. I want to set the direct folder that saves stored processes without parent folder as a top of tree.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 08:53:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-add-new-SAS-Folder-in-stored-process-web-application-tree/m-p/434489#M5593</guid>
      <dc:creator>AsakoOkano</dc:creator>
      <dc:date>2018-02-06T08:53:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to add new SAS Folder in stored process web application tree view</title>
      <link>https://communities.sas.com/t5/Developers/How-to-add-new-SAS-Folder-in-stored-process-web-application-tree/m-p/434490#M5594</link>
      <description>&lt;P&gt;You already got it. Quote:&lt;/P&gt;
&lt;P&gt;"if you specify _PATH=/Products/SAS Intelligence Platform/Samples &lt;STRONG&gt;on the SAS Stored Process Web Application URL&lt;/STRONG&gt;"&lt;/P&gt;
&lt;P&gt;(emphasis by me)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need to set the PATH as a variable for the CGI-type script interface in the URL used to access your STP's. Like&lt;/P&gt;
&lt;PRE&gt;http://server.domain/SASStoredProcess/do?_PATH=your_path&lt;/PRE&gt;
&lt;P&gt;wherever you link to your STP web application.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2018 09:01:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/How-to-add-new-SAS-Folder-in-stored-process-web-application-tree/m-p/434490#M5594</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-02-06T09:01:52Z</dc:date>
    </item>
  </channel>
</rss>

