<?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: Trying to Start LASR Server get Failed to load analytic extension for the distributed computing in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/368819#M9637</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/145342"&gt;@msjhicks&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error 111 means connection refused. Are you sure that SSHD daemon is up and running on busas.binghamton.edu? Send these log files to the track and in the message state that they are for Alex. Also, send /var/log/secure and /var/log/messages from busas.binghamton.edu.&lt;/P&gt;</description>
    <pubDate>Tue, 20 Jun 2017 16:42:05 GMT</pubDate>
    <dc:creator>alexal</dc:creator>
    <dc:date>2017-06-20T16:42:05Z</dc:date>
    <item>
      <title>Trying to Start LASR Server get Failed to load analytic extension for the distributed computing env.</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/367776#M9628</link>
      <description>&lt;P&gt;I'm trying to get the LASR Server started (vs 7.3 on REHL).&amp;nbsp; We did have it running once a month or so again when first installed but something's changed since then.&amp;nbsp; I get the error: &lt;STRONG&gt;ERROR: Failed to load analytic extension for the distributed computing environment&lt;/STRONG&gt;.&amp;nbsp; I am starting as the user sas, which has SSH (passwordless) keys set up between the main server and 3 distributed servers for VA.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found this article: &lt;A href="http://support.sas.com/kb/60/126.html" target="_blank"&gt;http://support.sas.com/kb/60/126.html&lt;/A&gt; and was able to verify the SSH works for sas between nodes (&lt;SPAN style="font-family: Courier New;"&gt;/opt/TKGrid/bin/simsh /opt/TKGrid/bin/simsh hostname&lt;/SPAN&gt;).&amp;nbsp; At the bottom of the article was info &amp;amp; I confirmed I'm using RSA keys, and keys are stored in $HOME/.ssh.&amp;nbsp; I think this may be true: SSH authentication is performed using GSSAPIAuthentication (based on Kerberos) so I tried the next tip (setting GRIDRSHCOMMAND) - tried in the sasv9_local.cfg.&amp;nbsp; This seemd to hang the start process (rather than return an error message).&amp;nbsp; Any ideas to debug are welcome.&amp;nbsp; Do have a ticket open also.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jun 2017 16:04:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/367776#M9628</guid>
      <dc:creator>msjhicks</dc:creator>
      <dc:date>2017-06-16T16:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Start LASR Server get Failed to load analytic extension for the distributed computing</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/367932#M9629</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/145342"&gt;@msjhicks&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please send an output from following commands. Do not forget to replace &amp;lt;PATH_TO&amp;gt; &amp;amp; &amp;lt;FQDN_OF_LASR_HEAD_NODE&amp;gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;export TKPATH=/&amp;lt;PATH_TO&amp;gt;/TKGrid/lib:/&amp;lt;PATH_TO&amp;gt;/TKGrid/bin&lt;BR /&gt;export GRIDHOST=&amp;lt;FQDN_OF_LASR_HEAD_NODE&amp;gt;&lt;BR /&gt;export GRIDINSTALLLOC=/&amp;lt;PATH_TO&amp;gt;/TKGrid&lt;BR /&gt;export GRIDRSHCOMMAND="/usr/bin/ssh -q -o StrictHostKeyChecking=no -o PasswordAuthentication=no -o GSSAPIAuthentication=yes -o GSSAPIDelegateCredentials=yes -o RSAAuthentication=no"&lt;BR /&gt;/&amp;lt;PATH_TO&amp;gt;/TKGrid/bin/checknodes /&amp;lt;PATH_TO&amp;gt;/TKGrid/grid.hosts&lt;BR /&gt;/&amp;lt;PATH_TO&amp;gt;/TKGrid/bin/tkgridperf&lt;BR /&gt;/&amp;lt;PATH_TO&amp;gt;/TKGrid/bin/tkgridmon&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jun 2017 06:38:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/367932#M9629</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-06-17T06:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Start LASR Server get Failed to load analytic extension for the distributed computing</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/368416#M9630</link>
      <description>&lt;P&gt;I believe I set all the env vars okay (including the GRIDHOST which I didn't include)&lt;/P&gt;&lt;P&gt;env | grep GRID&lt;/P&gt;&lt;P&gt;GRIDRSHCOMMAND=/usr/bin/ssh -q -o StrictHostKeyChecking=no -o PasswordAuthentication=no -o GSSAPIAuthentication=yes -o GSSAPIDntials=yes -o RSAAuthentication=no&lt;BR /&gt;GRIDINSTALLLOC=/opt/sasva/TKGrid&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;env | grep TKPATH&lt;BR /&gt;TKPATH=/opt/sasva/TKGrid/lib:/opt/sasva/TKGrid/bin&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I get this when I try to run checknodes I get the following messages (4 times - just showing first "set") and failure with RC 255&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/opt/sasva/TKGrid/bin/checknodes /opt/sasva/TKGrid/grid.hosts&lt;/P&gt;&lt;P&gt;unknown option --&lt;BR /&gt;usage: ssh [-1246AaCfgKkMNnqsTtVvXxYy] [-b bind_address] [-c cipher_spec]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [-D [bind_address:]port] [-E log_file] [-e escape_char]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [-F configfile] [-I pkcs11] [-i identity_file]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [-L [bind_address:]port:host:hostport] [-l login_name] [-m mac_spec]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [-O ctl_cmd] [-o option] [-p port]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [-Q cipher | cipher-auth | mac | kex | key]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [-R [bind_address:]port:host:hostport] [-S ctl_path] [-W host:port]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [-w local_tun[:remote_tun]] [user@]hostname [command]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The other 2 commands just hang&lt;/P&gt;&lt;P&gt;Janette&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 18:03:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/368416#M9630</guid>
      <dc:creator>msjhicks</dc:creator>
      <dc:date>2017-06-19T18:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Start LASR Server get Failed to load analytic extension for the distributed computing</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/368418#M9631</link>
      <description>&lt;P&gt;Also, had a question after talking to someone here more knowledgeable.&amp;nbsp; In our main server we have in /etc/ssh/sshd_config:&lt;/P&gt;&lt;P&gt;KerberosAuthentication yes&lt;/P&gt;&lt;P&gt;GSSAPIAuthentication yes&lt;BR /&gt;GSSAPICleanupCredentials no&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using kerberos and authenticating back to an LDAP server (using pam and other processes)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, on our 3 nodes (for VA High Perf. Analytics) we have all Kerberos options commented out but still have:&lt;/P&gt;&lt;P&gt;GSSAPIAuthentication yes&lt;BR /&gt;GSSAPICleanupCredentials no&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Should that GSSAPIAuthentication on those nodes by "no"?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Janette&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 18:18:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/368418#M9631</guid>
      <dc:creator>msjhicks</dc:creator>
      <dc:date>2017-06-19T18:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Start LASR Server get Failed to load analytic extension for the distributed computing</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/368498#M9632</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/145342"&gt;@msjhicks&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The value for GRIDRSHCOMMAND must&amp;nbsp;be in double quotes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;gt;&amp;gt; Should that GSSAPIAuthentication on those nodes by "no"?&lt;/P&gt;
&lt;P&gt;No.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 21:46:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/368498#M9632</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-06-19T21:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Start LASR Server get Failed to load analytic extension for the distributed computing</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/368715#M9633</link>
      <description>&lt;P&gt;Hi.&amp;nbsp; I did the export as you had typed it - should I do something different?&amp;nbsp; Sorry if I'm missing what you meant.&amp;nbsp; Thank you,&lt;/P&gt;&lt;P&gt;Janette&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;export GRIDRSHCOMMAND="/usr/bin/ssh -q -o StrictHostKeyChecking=no -o PasswordAuthentication=no -o GSSAPIAuthentication=yes -o GSSAPIDelegateCredentials=yes -o RSAAuthentication=no"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;env | grep GRIDRSH&lt;BR /&gt;GRIDRSHCOMMAND=/usr/bin/ssh -q -o StrictHostKeyChecking=no -o PasswordAuthentication=no -o GSSAPIAuthentication=yes -o GSSAPIDelegateCredentials=yes -o RSAAuthentication=no&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 13:55:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/368715#M9633</guid>
      <dc:creator>msjhicks</dc:creator>
      <dc:date>2017-06-20T13:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Start LASR Server get Failed to load analytic extension for the distributed computing</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/368720#M9634</link>
      <description>&lt;P&gt;OK, I thought I'd try putting single quotes around so it kept the quotes.&amp;nbsp; This time I get:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/opt/sasva/TKGrid/bin/checknodes /opt/sasva/TKGrid/grid.hosts&lt;BR /&gt;Machine busas.binghamton.edu responded with failure. RC: 20&lt;BR /&gt;Machine sasproc01.binghamton.edu responded with failure. RC: 20&lt;BR /&gt;Machine sasproc02.binghamton.edu responded with failure. RC: 20&lt;BR /&gt;Machine sasproc03.binghamton.edu responded with failure. RC: 20&lt;BR /&gt;Num Returned: 4&lt;BR /&gt;Num Failed: 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/opt/sasva/TKGrid/bin/tkgridperf&lt;BR /&gt;Unable to enumerate grid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/opt/sasva/TKGrid/bin/tkgridmon&lt;BR /&gt;Unable to enumerate grid.&lt;BR /&gt;ERROR: Failed to execute command: "/usr/bin/ssh -q -o StrictHostKeyChecking=no -o PasswordAuthentication=no -o GSSAPIAuthenticat&lt;BR /&gt;ion=yes -o GSSAPIDelegateCredentials=yes -o RSAAuthentication=no" busas.binghamton.edu export TKMPI_INFO=""; /opt/sasva/TKGrid/t&lt;BR /&gt;kmpirsh.sh -np 1 /opt/sasva/TKGrid/tkmpinodelib.sh busas.binghamton.edu 65206 tkegenum&lt;BR /&gt;Timeout waiting for Grid connection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 13:59:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/368720#M9634</guid>
      <dc:creator>msjhicks</dc:creator>
      <dc:date>2017-06-20T13:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Start LASR Server get Failed to load analytic extension for the distributed computing</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/368768#M9635</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/145342"&gt;@msjhicks&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please export these variables once again and run these commands:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;strace -fv -s 1000 -o /tmp/tkgridperf.strace.log /opt/sasva/TKGrid/bin/tkgridperf
strace -fv -s 1000 -o /tmp/tkgridmon.strace.log /opt/sasva/TKGrid/bin/tkgridmon&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attach log files for further investigation. Also, make sure that you have an entry for localhost in /etc/hosts on each machine in your TKGrid cluster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, what happens if you run this command?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;/usr/bin/ssh -q -o StrictHostKeyChecking=no -o PasswordAuthentication=no -o GSSAPIAuthentication=yes -o GSSAPIDelegateCredentials=yes -o RSAAuthentication=no busas.binghamton.edu export TKMPI_INFO=""; /opt/sasva/TKGrid/tkmpirsh.sh -np 1 /opt/sasva/TKGrid/tkmpinodelib.sh busas.binghamton.edu 65206 tkegenum&lt;/PRE&gt;</description>
      <pubDate>Tue, 20 Jun 2017 14:55:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/368768#M9635</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-06-20T14:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Start LASR Server get Failed to load analytic extension for the distributed computing</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/368790#M9636</link>
      <description>&lt;P&gt;Hi.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We do have a localhost entry in /etc/hosts on each machine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I run this I get errno 111:&lt;/P&gt;&lt;P&gt;/usr/bin/ssh -q -o StrictHostKeyChecking=no -o PasswordAuthentication=no -o GSSAPIAuthentication=yes -o GSSAPIDelegateCredentials=yes -o RSAAuthentication=no busas.binghamton.edu export TKMPI_INFO=""; /opt/sasva/TKGrid/tkmpirsh.sh -np 1 /opt/sasva/TKGrid/tkmpinodelib.sh busas.binghamton.edu 65206 tkegenum&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Failed to connect to 'busas.binghamton.edu', errno: 111&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I emailed you privately about attaching the logs - let me know.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Janette&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 15:36:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/368790#M9636</guid>
      <dc:creator>msjhicks</dc:creator>
      <dc:date>2017-06-20T15:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Start LASR Server get Failed to load analytic extension for the distributed computing</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/368819#M9637</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/145342"&gt;@msjhicks&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error 111 means connection refused. Are you sure that SSHD daemon is up and running on busas.binghamton.edu? Send these log files to the track and in the message state that they are for Alex. Also, send /var/log/secure and /var/log/messages from busas.binghamton.edu.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 16:42:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/368819#M9637</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-06-20T16:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Start LASR Server get Failed to load analytic extension for the distributed computing</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/368824#M9638</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/145342"&gt;@msjhicks&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just sent you a message.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jun 2017 17:27:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/368824#M9638</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-06-20T17:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Start LASR Server get Failed to load analytic extension for the distributed computing</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/379170#M9639</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have been following this thread and are experiencing the same results. &amp;nbsp;What was the final resolution?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 19:01:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/379170#M9639</guid>
      <dc:creator>dave_foster</dc:creator>
      <dc:date>2017-07-25T19:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Start LASR Server get Failed to load analytic extension for the distributed computing</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/379174#M9640</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/7451"&gt;@dave_foster&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are still working on it. To workaround the problem you can remove a dns&amp;nbsp;entry from /etc/resolv.conf.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 19:06:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/379174#M9640</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-07-25T19:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Start LASR Server get Failed to load analytic extension for the distributed computing</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/379492#M9641</link>
      <description>&lt;P&gt;Thanks. &amp;nbsp;I believe there are a number of entries in this folder, am I looking for something specific?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also you sent me the SAS ticket number for this, so I can have my customers SAS AE keep tabs on it?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 18:09:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/379492#M9641</guid>
      <dc:creator>dave_foster</dc:creator>
      <dc:date>2017-07-26T18:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Start LASR Server get Failed to load analytic extension for the distributed computing</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/379497#M9642</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/7451"&gt;@dave_foster&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A host entry. I will have another debug session next week, so I will keep everyone posted.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 18:23:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/379497#M9642</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-07-26T18:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Start LASR Server get Failed to load analytic extension for the distributed computing</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/385743#M9964</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Update:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem has been identified and resolved. Hot Fix has been pushed to SAS 9.4 M5. If you need a fix for SAS 9.4 M3 or M4, please open a track and let me know the number.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Special thanks go to &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/145342"&gt;@msjhicks&lt;/a&gt;&amp;nbsp;and her colleagues for help with debugging the problem!&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2017 18:34:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/385743#M9964</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2017-08-04T18:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Start LASR Server get Failed to load analytic extension for the distributed computing</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/522881#M15307</link>
      <description>&lt;P&gt;&amp;nbsp;Hi Alexal,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please share the permanent fix for this one, we are facing similar issue and have raised a SAS track however it is race against time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly share the same.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 15:23:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/522881#M15307</guid>
      <dc:creator>ankitd</dc:creator>
      <dc:date>2018-12-20T15:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Start LASR Server get Failed to load analytic extension for the distributed computing</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/522883#M15308</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/134772"&gt;@ankitd&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to know your tracking number and exact SAS version.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 15:31:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/522883#M15308</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2018-12-20T15:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Start LASR Server get Failed to load analytic extension for the distributed computing</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/522884#M15309</link>
      <description>&lt;P&gt;SAS Track --&amp;nbsp;7612630045&lt;/P&gt;&lt;P&gt;SAS Version 9.4 M5, SAS VA 7.4&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 15:33:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/522884#M15309</guid>
      <dc:creator>ankitd</dc:creator>
      <dc:date>2018-12-20T15:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to Start LASR Server get Failed to load analytic extension for the distributed computing</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/522886#M15310</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/134772"&gt;@ankitd&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The problem described in that track is slightly different. I see that consultant held a call with you and explained a few things. Have you had a chance to follow his directions?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Dec 2018 15:44:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Trying-to-Start-LASR-Server-get-Failed-to-load-analytic/m-p/522886#M15310</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2018-12-20T15:44:14Z</dc:date>
    </item>
  </channel>
</rss>

