<?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: Can SAS VA access SAS programs like SSRS? in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/497208#M11129</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13754"&gt;@AndrewHowell&lt;/a&gt;&amp;nbsp;is it not possible for other users to execute the stored process if they don't have SAS EG access?&lt;/P&gt;</description>
    <pubDate>Thu, 20 Sep 2018 01:38:07 GMT</pubDate>
    <dc:creator>Ramakanthkrovi</dc:creator>
    <dc:date>2018-09-20T01:38:07Z</dc:date>
    <item>
      <title>Can SAS VA access SAS programs like Microsoft's SSRS accesses SQL programs/jobs?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/495550#M11107</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: I am on v7.4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible for VA to access and run a program by itself with dynamic values (user input) as macro variables. If a user enters the from and to dates, the macro variables in my code can automatically run the code for the dates entered ? or any such instances where user input can access the macro variables dynamically and change the value and execute the program?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rama&lt;/P&gt;</description>
      <pubDate>Mon, 17 Sep 2018 00:52:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/495550#M11107</guid>
      <dc:creator>Ramakanthkrovi</dc:creator>
      <dc:date>2018-09-17T00:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can SAS VA access SAS programs like SSRS?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/495564#M11108</link>
      <description>&lt;UL&gt;
&lt;LI&gt;Elsewhere (Enterprise Guide) create a SAS stored process with prompts&lt;/LI&gt;
&lt;LI&gt;When designing a Visual Analytics report, add a Stored Process object.&lt;/LI&gt;
&lt;LI&gt;Other VA objects (report/section filters, etc) can create &amp;amp; populate parameters; these parameters can be passed to the VA Stored Process object, which can consume them as macros.&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Fri, 14 Sep 2018 03:03:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/495564#M11108</guid>
      <dc:creator>AndrewHowell</dc:creator>
      <dc:date>2018-09-14T03:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can SAS VA access SAS programs like SSRS?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/495565#M11109</link>
      <description>&lt;P&gt;What is SSRS? SAS uses hundreds of acronyms so please be specific.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please be aware that SAS VA is a "cut-down" version of SAS that may not necessarily have all of the functionality of traditional SAS. If SSRS uses any functionality not in Base SAS then it is highly likely to fail.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Sep 2018 03:30:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/495565#M11109</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-09-14T03:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can SAS VA access SAS programs like SSRS?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/496027#M11122</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976"&gt;@SASKiwi&lt;/a&gt;&amp;nbsp;- I think&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/151521"&gt;@Ramakanthkrovi&lt;/a&gt;&amp;nbsp;is referring to the Microsoft SQL Server Reporting Services (SSRS - I don't think SAS "does" 4-letter acronyms..) being able to call pre-defined code.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Sep 2018 11:12:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/496027#M11122</guid>
      <dc:creator>AndrewHowell</dc:creator>
      <dc:date>2018-09-16T11:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can SAS VA access SAS programs like SSRS?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/496076#M11123</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13754"&gt;@AndrewHowell&lt;/a&gt;&amp;nbsp;- thanks for the clarification. "SAS programs like SSRS" had me confused.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Sep 2018 20:09:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/496076#M11123</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-09-16T20:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can SAS VA access SAS programs like SSRS?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/496089#M11124</link>
      <description>Read: "SAS programs similar to Microsoft's SSRS"</description>
      <pubDate>Mon, 17 Sep 2018 00:09:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/496089#M11124</guid>
      <dc:creator>AndrewHowell</dc:creator>
      <dc:date>2018-09-17T00:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Can SAS VA access SAS programs like SSRS?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/497208#M11129</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13754"&gt;@AndrewHowell&lt;/a&gt;&amp;nbsp;is it not possible for other users to execute the stored process if they don't have SAS EG access?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 01:38:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/497208#M11129</guid>
      <dc:creator>Ramakanthkrovi</dc:creator>
      <dc:date>2018-09-20T01:38:07Z</dc:date>
    </item>
    <item>
      <title>Re: Can SAS VA access SAS programs like SSRS?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/497239#M11130</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/151521"&gt;@Ramakanthkrovi&lt;/a&gt;&amp;nbsp;- I only suggested EG as the simplest way to create the stored process. The&amp;nbsp;stored process can (should?) be able to be executed by any SAS (metadata) client: EG, Visual Analytics, Add-In for Microsoft Office, Stored Process web application, etc.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 03:52:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/497239#M11130</guid>
      <dc:creator>AndrewHowell</dc:creator>
      <dc:date>2018-09-20T03:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can SAS VA access SAS programs like SSRS?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/497241#M11131</link>
      <description>&lt;P&gt;I have created the Stored Process in SAS EG and executed it from VA. It worked fine for me as it is created by me but when someone else tried to access the stored process from SAS VA Viewer, they were not able to execute the stored proc because SAS EG needs my(developer) credentials. Is there a workaround this issue?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 03:59:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/497241#M11131</guid>
      <dc:creator>Ramakanthkrovi</dc:creator>
      <dc:date>2018-09-20T03:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can SAS VA access SAS programs like SSRS?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/497247#M11132</link>
      <description>&lt;P&gt;When creating the stored process, did you register it to use a workspace server or the stored process server? (Should be stored process server, which uses a shared credential).&lt;/P&gt;</description>
      <pubDate>Thu, 20 Sep 2018 04:08:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/497247#M11132</guid>
      <dc:creator>AndrewHowell</dc:creator>
      <dc:date>2018-09-20T04:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can SAS VA access SAS programs like SSRS?</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/511272#M11433</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13754"&gt;@AndrewHowell&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to run it under "Stored Process Server only" as suggested but I get this error when I try to execute :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;&lt;FONT color="red"&gt;ERROR: Failed to load analytic extension for the distributed computing environment.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;There are two datasets which have to be loaded in memory in the same program. Do you think that could be the reason because out of the two the second one is loaded into memory without error but the first one is throwing the error. Anything that should be checked?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rama&lt;/P&gt;</description>
      <pubDate>Thu, 08 Nov 2018 04:54:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Can-SAS-VA-access-SAS-programs-like-Microsoft-s-SSRS-accesses/m-p/511272#M11433</guid>
      <dc:creator>Ramakanthkrovi</dc:creator>
      <dc:date>2018-11-08T04:54:08Z</dc:date>
    </item>
  </channel>
</rss>

