<?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 with prompts not displaying in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Stored-Process-with-prompts-not-displaying/m-p/329815#M5216</link>
    <description>&lt;P&gt;The stored process had one dynamic prompt.&amp;nbsp; I removed that prompt, and now all the other prompts load fine for the user.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assume this means one of:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 1. The user does not have metadata permissions to the metadata table used to populate the prompt&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 2. The user does not have metadata permissions to the metadata library used to register the metadata table used to populate the prompt&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 3. The user does not have OS permissions to the SAS dataset used to populate the prompt.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Today, I weep for not having Metacoda.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suppose if I sit down with the user for 30 minutes and have him repeatedly try stuff as I brute force various permissions, I might manage to get it working.&amp;nbsp; But if it was just a metadata permissions issue, I would think the user would still see all the prompts defined, but some prompts might say "no data available" (or be blank) when the source data couldn't be found.&amp;nbsp; I know I've seen that before.&amp;nbsp; Does it make sense these sorts of problems would cause all prompts not to display?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not an admin on this server.&amp;nbsp; Curious if there are server logs I should ask the admin to review. That is, when this user clicks a stored process in SPWA, which has prompts defined, but none of the prompts are displayed (and all they see is a non-fuctional "run" button), is it likely that the metadata server or stored process server would have thrown some errors when it tried to load the stored processs?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;-Q.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 03 Feb 2017 15:31:40 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2017-02-03T15:31:40Z</dc:date>
    <item>
      <title>Stored Process with prompts not displaying</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-with-prompts-not-displaying/m-p/329596#M5215</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm migrating some stored processes from a SAS server running 9.3 to a new server running 9.4M3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I thought I had everything working, but when I asked a user to test, they can see the stored processes (in SPWA) but when they click a stored process, the prompts don't appear.&amp;nbsp; All they get is a run button, which does nothing when clicked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm thinking perhaps there is a permissions issue involved, but I'm not seeing it.&amp;nbsp; THe stored process has a handful of prompts, some are shared and/or dynamic, but some are just simple prompts.&amp;nbsp; And none of them are showing up for my end user.&amp;nbsp; But when I click it (or an admin clicks it), the prompts display fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even if one the prompts was dependent upon a data source a user didn't have access to, or even if one of the shared prompts couldn'tbe read, I wouldn't think this would prevent it from displaying all prompts, would it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just made a new stored process with a single prompt, and that is showing up fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for any thoughts.&lt;/P&gt;
&lt;P&gt;--Q.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 15:21:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-with-prompts-not-displaying/m-p/329596#M5215</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2017-02-03T15:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process with prompts not displaying</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-with-prompts-not-displaying/m-p/329815#M5216</link>
      <description>&lt;P&gt;The stored process had one dynamic prompt.&amp;nbsp; I removed that prompt, and now all the other prompts load fine for the user.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I assume this means one of:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 1. The user does not have metadata permissions to the metadata table used to populate the prompt&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 2. The user does not have metadata permissions to the metadata library used to register the metadata table used to populate the prompt&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 3. The user does not have OS permissions to the SAS dataset used to populate the prompt.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Today, I weep for not having Metacoda.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suppose if I sit down with the user for 30 minutes and have him repeatedly try stuff as I brute force various permissions, I might manage to get it working.&amp;nbsp; But if it was just a metadata permissions issue, I would think the user would still see all the prompts defined, but some prompts might say "no data available" (or be blank) when the source data couldn't be found.&amp;nbsp; I know I've seen that before.&amp;nbsp; Does it make sense these sorts of problems would cause all prompts not to display?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not an admin on this server.&amp;nbsp; Curious if there are server logs I should ask the admin to review. That is, when this user clicks a stored process in SPWA, which has prompts defined, but none of the prompts are displayed (and all they see is a non-fuctional "run" button), is it likely that the metadata server or stored process server would have thrown some errors when it tried to load the stored processs?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;-Q.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 15:31:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-with-prompts-not-displaying/m-p/329815#M5216</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2017-02-03T15:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Stored Process with prompts not displaying</title>
      <link>https://communities.sas.com/t5/Developers/Stored-Process-with-prompts-not-displaying/m-p/329839#M5217</link>
      <description>&lt;P&gt;Well, I think I've got this sorted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Turns out the metadata permissions and OS permissions were fine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But the metadata library that had the data for the prompt was not assigned on the correct server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It's surprising that it worked when I tested it.&amp;nbsp; I assume I must have got permission to use the data from some other inheritance path, while the user must have needed to inherit through this metata library.&amp;nbsp; Also suprised that this caused none of the prompts to load/display.&amp;nbsp; I assume if I asked the admin to go digging through logs, they would have found errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 17:21:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Stored-Process-with-prompts-not-displaying/m-p/329839#M5217</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2017-02-03T17:21:48Z</dc:date>
    </item>
  </channel>
</rss>

