<?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: ERROR: Failed to load the SAS LASR Analytic Server access extension in the distributed computing in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/ERROR-Failed-to-load-the-SAS-LASR-Analytic-Server-access/m-p/497762#M11138</link>
    <description>&lt;P&gt;If you are using SAS 9.4 M4 and higher, please add this option to your program:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options set=SHOWGRIDMSG="1";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Repeat the problem and show me the log file.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Sep 2018 11:10:08 GMT</pubDate>
    <dc:creator>alexal</dc:creator>
    <dc:date>2018-09-21T11:10:08Z</dc:date>
    <item>
      <title>ERROR: Failed to load the SAS LASR Analytic Server access extension in the distributed computing env</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/ERROR-Failed-to-load-the-SAS-LASR-Analytic-Server-access/m-p/441149#M9584</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are getting below error for scheduled Job in SAS VA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Failed to load the SAS LASR Analytic Server access extension in the distributed computing environment.&lt;BR /&gt;ERROR: The server-side process that communicates with the LASR Analytic Server could not be established.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When we run the same query with play button in SAS VA Hub page it is running successfully.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someone please suggest how to solve this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Mar 2018 10:37:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/ERROR-Failed-to-load-the-SAS-LASR-Analytic-Server-access/m-p/441149#M9584</guid>
      <dc:creator>naveenreddyj</dc:creator>
      <dc:date>2018-03-01T10:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Failed to load the SAS LASR Analytic Server access extension in the distributed computing</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/ERROR-Failed-to-load-the-SAS-LASR-Analytic-Server-access/m-p/441177#M9586</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/177253"&gt;@naveenreddyj&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you specified GRIDHOST, GRIDINSTALLLOC, and GRIDRSHCOMMAND globally? I suggest you to do that, especially GRIDRSHCOMMAND. Example of setting GRIDRSHCOMMAND with an OPTIONS statement in SAS code:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options set=GRIDRSHCOMMAND="/usr/bin/ssh -q -o StrictHostKeyChecking=no";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Example of setting GRIDRSHCOMMAND in SASFoundation/9.4/sasv9_local.cfg (useful for applying the variable globally and for environments where SAS code is auto-generated, such as SAS Visual Analytics):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;-SET GRIDRSHCOMMAND "/usr/bin/ssh -q -o StrictHostKeyChecking=no"&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 01 Mar 2018 12:53:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/ERROR-Failed-to-load-the-SAS-LASR-Analytic-Server-access/m-p/441177#M9586</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2018-03-01T12:53:27Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Failed to load the SAS LASR Analytic Server access extension in the distributed computing</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/ERROR-Failed-to-load-the-SAS-LASR-Analytic-Server-access/m-p/442340#M9613</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;Thank you for your inputs.&lt;BR /&gt;&lt;BR /&gt;I have included the options set=GRIDRSHCOMMAND="/usr/bin/ssh -q -o StrictHostKeyChecking=no";&lt;BR /&gt;given statement in our query. Now we are not getting error but the query is not getting executed completely. It stops execution after some part of the query without any error. But sometimes it is running completely without any error.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 13:15:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/ERROR-Failed-to-load-the-SAS-LASR-Analytic-Server-access/m-p/442340#M9613</guid>
      <dc:creator>naveenreddyj</dc:creator>
      <dc:date>2018-03-05T13:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Failed to load the SAS LASR Analytic Server access extension in the distributed computing</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/ERROR-Failed-to-load-the-SAS-LASR-Analytic-Server-access/m-p/442344#M9614</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/177253"&gt;@naveenreddyj&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the current value for&amp;nbsp;MaxStartups on your TKGrid nodes?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;sudo grep -i maxstartups /etc/ssh/sshd_config&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 13:38:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/ERROR-Failed-to-load-the-SAS-LASR-Analytic-Server-access/m-p/442344#M9614</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2018-03-05T13:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Failed to load the SAS LASR Analytic Server access extension in the distributed computing</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/ERROR-Failed-to-load-the-SAS-LASR-Analytic-Server-access/m-p/442354#M9618</link>
      <description># grep -i maxstartups /etc/ssh/sshd_config&lt;BR /&gt;#MaxStartups 10:30:100&lt;BR /&gt;#</description>
      <pubDate>Mon, 05 Mar 2018 14:08:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/ERROR-Failed-to-load-the-SAS-LASR-Analytic-Server-access/m-p/442354#M9618</guid>
      <dc:creator>naveenreddyj</dc:creator>
      <dc:date>2018-03-05T14:08:13Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Failed to load the SAS LASR Analytic Server access extension in the distributed computing</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/ERROR-Failed-to-load-the-SAS-LASR-Analytic-Server-access/m-p/442481#M9624</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/177253"&gt;@naveenreddyj&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MaxStartups should be set at least to 1000 on each node of your cluster. Please make sure that you have restarted SSHD as well as LASR servers after making that change.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Mar 2018 19:13:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/ERROR-Failed-to-load-the-SAS-LASR-Analytic-Server-access/m-p/442481#M9624</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2018-03-05T19:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Failed to load the SAS LASR Analytic Server access extension in the distributed computing</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/ERROR-Failed-to-load-the-SAS-LASR-Analytic-Server-access/m-p/497737#M11137</link>
      <description>&lt;P&gt;The problem occurs when starting LASR with PROC LASR CREATE or when executing a high-performance procedure such as PROC HPDS2.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="data-lake-tools-configure-local-data-root" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23445i55C80E55199D02AA/image-size/large?v=v2&amp;amp;px=999" role="button" title="data-lake-tools-configure-local-data-root" alt="data-lake-tools-configure-local-data-root" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;errors might continue even&amp;nbsp;after you have verified successful passwordless SSH authentication between all nodes.&lt;A href="https://www.hptechnicalsupportphonenumbersusa.com/" target="_self"&gt;HP Support&lt;/A&gt; provides the solution of it but it can't be resolved my issue.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 09:44:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/ERROR-Failed-to-load-the-SAS-LASR-Analytic-Server-access/m-p/497737#M11137</guid>
      <dc:creator>emnipetro</dc:creator>
      <dc:date>2018-09-21T09:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Failed to load the SAS LASR Analytic Server access extension in the distributed computing</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/ERROR-Failed-to-load-the-SAS-LASR-Analytic-Server-access/m-p/497762#M11138</link>
      <description>&lt;P&gt;If you are using SAS 9.4 M4 and higher, please add this option to your program:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options set=SHOWGRIDMSG="1";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Repeat the problem and show me the log file.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Sep 2018 11:10:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/ERROR-Failed-to-load-the-SAS-LASR-Analytic-Server-access/m-p/497762#M11138</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2018-09-21T11:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Failed to load the SAS LASR Analytic Server access extension in the distributed computing</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/ERROR-Failed-to-load-the-SAS-LASR-Analytic-Server-access/m-p/598076#M13234</link>
      <description>&lt;P&gt;Understanding the SAS Visual Analytics AutoLoad Process&lt;/P&gt;&lt;P&gt;It’s easier to understand how these elements work together once you understand the overall process. &amp;nbsp;The AutoLoad Drop location has three directories: AutoLoad, Append, and Unload. Users place data in each directory based on the desired action and the AutoLoad process evaluates the data based on its name and its timestamp to determine if it is loaded or unloaded. &amp;nbsp;The following figure shows a basic overview of what happens to the data when placed in each folder.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2015_autoload_02-03_551_433.png" style="width: 551px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/33322i4EFEB6407DF03DC7/image-size/large?v=v2&amp;amp;px=999" role="button" title="2015_autoload_02-03_551_433.png" alt="2015_autoload_02-03_551_433.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The following figure shows how the directory appears in Linux for the Public LASR Server. The EVDMLA and VALIBLA are the AutoLoad folders for the other LASR server libraries. &lt;A href="https://www.gadgetsick.com/hp-printer-offline/" target="_blank" rel="noopener"&gt;HP offline support&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2019 10:43:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/ERROR-Failed-to-load-the-SAS-LASR-Analytic-Server-access/m-p/598076#M13234</guid>
      <dc:creator>mandyusa</dc:creator>
      <dc:date>2019-10-21T10:43:44Z</dc:date>
    </item>
  </channel>
</rss>

