<?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 Server process terminated with exit value 111 in SAS Data Science</title>
    <link>https://communities.sas.com/t5/SAS-Data-Science/Server-process-terminated-with-exit-value-111/m-p/212686#M4255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When starting up my project in SAS Enterprise Miner workstation 13.2 I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The application could not log on to the server. The server process terminated unexpectedly with exit value 111."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Until yesterday my SAS Miner worked perfectly fine and I did not change anything to the settings. What can I do to fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jun 2015 08:05:09 GMT</pubDate>
    <dc:creator>jonb</dc:creator>
    <dc:date>2015-06-24T08:05:09Z</dc:date>
    <item>
      <title>Server process terminated with exit value 111</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Server-process-terminated-with-exit-value-111/m-p/212686#M4255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When starting up my project in SAS Enterprise Miner workstation 13.2 I get the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The application could not log on to the server. The server process terminated unexpectedly with exit value 111."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Until yesterday my SAS Miner worked perfectly fine and I did not change anything to the settings. What can I do to fix this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 08:05:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Server-process-terminated-with-exit-value-111/m-p/212686#M4255</guid>
      <dc:creator>jonb</dc:creator>
      <dc:date>2015-06-24T08:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Server process terminated with exit value 111</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Server-process-terminated-with-exit-value-111/m-p/286315#M4256</link>
      <description>&lt;P&gt;May I ask what the solution to your problem turned out to be?&amp;nbsp; We have 4 folks here that just experienced this exact error are unable to access their projects. I attached the error.&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/12769i39250B6F36FFCEBA/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="lee3.png" title="lee3.png" /&gt;</description>
      <pubDate>Fri, 22 Jul 2016 03:18:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Server-process-terminated-with-exit-value-111/m-p/286315#M4256</guid>
      <dc:creator>WaltA</dc:creator>
      <dc:date>2016-07-22T03:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Server process terminated with exit value 111</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Server-process-terminated-with-exit-value-111/m-p/286414#M4257</link>
      <description>&lt;P&gt;Here's what I gleaned from an internal track on this type of problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First step: check for expired license. &amp;nbsp;On the same machine where the issue occurs, run this in Base SAS:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc setinit; run; 
proc product_info; run; &lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also review this &lt;A href="http://support.sas.com/kb/49/327.html" target="_self"&gt;SAS Note to see if you find any hints.&lt;/A&gt;&amp;nbsp; You might need to change some file paths referenced in the note, according to the version you have.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jul 2016 15:25:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Server-process-terminated-with-exit-value-111/m-p/286414#M4257</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-07-22T15:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Server process terminated with exit value 111</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Server-process-terminated-with-exit-value-111/m-p/286529#M4258</link>
      <description>&lt;P&gt;Thanks for the reply.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In our case we were running SAS Enterprise Miner via Citrix virtualization.&amp;nbsp; The licensing is fine.&amp;nbsp; But we were changing the way students save files and in so doing changed an attribute that ended up clearing the home folder variable.&amp;nbsp; On the surface it seemed like it should still work be able to work, but... restoring the variable set everything right.&amp;nbsp; Now to figure out why and the procedure needed to correct the issue when that drive space is altered in the future. Alas that is for someone else to figure out, I was just triaging the intial problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jul 2016 02:51:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Server-process-terminated-with-exit-value-111/m-p/286529#M4258</guid>
      <dc:creator>WaltA</dc:creator>
      <dc:date>2016-07-23T02:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Server process terminated with exit value 111</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Server-process-terminated-with-exit-value-111/m-p/286530#M4259</link>
      <description>&lt;P&gt;I just now looked over the note you linked to.&amp;nbsp; It seems this may indeed apply to our situation.&amp;nbsp; I forwarded the link to those that are moving forward with this project.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jul 2016 03:00:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Server-process-terminated-with-exit-value-111/m-p/286530#M4259</guid>
      <dc:creator>WaltA</dc:creator>
      <dc:date>2016-07-23T03:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Server process terminated with exit value 111</title>
      <link>https://communities.sas.com/t5/SAS-Data-Science/Server-process-terminated-with-exit-value-111/m-p/306862#M4576</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I face same problem. It is my first time to use SAS 9.4EM. It said because of exit value 111.&lt;/P&gt;&lt;P&gt;I try to uninstall and reinstall the SAS, but it has same problem.&lt;/P&gt;&lt;P&gt;So what can I do now?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to follow your instruction but when I open SAS9.4, it appears error.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Oct 2016 16:08:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Science/Server-process-terminated-with-exit-value-111/m-p/306862#M4576</guid>
      <dc:creator>jiuchen</dc:creator>
      <dc:date>2016-10-24T16:08:57Z</dc:date>
    </item>
  </channel>
</rss>

