<?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: Kernel Resource initialization failed in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Kernel-Resource-initialization-failed/m-p/324606#M7028</link>
    <description>&lt;P&gt;Hi KurtBremser, hi Andy547,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for my late answer!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your hints helped to get SAS started, but coming with a new message&lt;/P&gt;&lt;P&gt;concerning&amp;nbsp;OLE:&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Object's class is not registered in the registratin database. The application&amp;nbsp;&lt;/P&gt;&lt;P&gt;necessary to activate this object is unavailable. Would you like to convert&amp;nbsp;&lt;/P&gt;&lt;P&gt;it to or activate it as another type of object using Convert ... ?"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does this mean?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would it be better to completely reinstall the SAS&amp;nbsp;System?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jan 2017 15:53:52 GMT</pubDate>
    <dc:creator>sasmario</dc:creator>
    <dc:date>2017-01-13T15:53:52Z</dc:date>
    <item>
      <title>Kernel Resource initialization failed</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kernel-Resource-initialization-failed/m-p/315186#M6651</link>
      <description>&lt;P&gt;Hello people,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've just installed SAS 9.4M3 on Windows 8.1 (64 Bit).&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I am trying to start SAS the first time, I've got the following error message:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: The ENCODING option value specified is invalid in a SBCS SAS environment.&lt;BR /&gt;ERROR: (SASXKRIN): KERNEL RESOURCE INITIALIZATION FAILED.&lt;BR /&gt;ERROR: SAS-Kern kann nicht initialisiert werden.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone of you have a solution and/or can give me hints to circumvent this issue?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 14:20:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kernel-Resource-initialization-failed/m-p/315186#M6651</guid>
      <dc:creator>sasmario</dc:creator>
      <dc:date>2016-11-29T14:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Resource initialization failed</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kernel-Resource-initialization-failed/m-p/315188#M6652</link>
      <description>&lt;P&gt;You try to start a single-byte instance of SAS with an encoding value that mandates the double-byte capable SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For instance, our SAS executable is&lt;/P&gt;
&lt;PRE&gt;/usr/local/SAS/SASFoundation/9.2/sas&lt;/PRE&gt;
&lt;P&gt;which is a symbolic link that points to&lt;/P&gt;
&lt;PRE&gt;/usr/local/SAS/SASFoundation/9.2/bin/sas_de&lt;/PRE&gt;
&lt;P&gt;If we wanted to run, say, UTF-8 encoding, we would need to run&lt;/P&gt;
&lt;PRE&gt;/usr/local/SAS/SASFoundation/9.2/bin/sas_dbcs&lt;/PRE&gt;
&lt;P&gt;instead&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 14:33:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kernel-Resource-initialization-failed/m-p/315188#M6652</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-11-29T14:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Resource initialization failed</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kernel-Resource-initialization-failed/m-p/315190#M6654</link>
      <description>&lt;P&gt;Mario,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;The message means your data or language is not a Single Byte Character Set. &amp;nbsp;It may be that UTF-8 is what you need. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Try following the directions in tis SAS Note:&amp;nbsp;&lt;A href="http://support.sas.com/kb/52/454.html" target="_blank"&gt;http://support.sas.com/kb/52/454.html&lt;/A&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that helps you may need to change your sasv9.cfg to point to the UTF-8 version permanately. &amp;nbsp;If that does not work you may have to install UTF8 languages. &amp;nbsp;I cannot tell from just the error message. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may want &amp;nbsp;to open a Track to SAS Technical Support if you need help re-installing.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Andy&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2016 14:39:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kernel-Resource-initialization-failed/m-p/315190#M6654</guid>
      <dc:creator>Andy547</dc:creator>
      <dc:date>2016-11-29T14:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Resource initialization failed</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kernel-Resource-initialization-failed/m-p/324606#M7028</link>
      <description>&lt;P&gt;Hi KurtBremser, hi Andy547,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for my late answer!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Your hints helped to get SAS started, but coming with a new message&lt;/P&gt;&lt;P&gt;concerning&amp;nbsp;OLE:&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Object's class is not registered in the registratin database. The application&amp;nbsp;&lt;/P&gt;&lt;P&gt;necessary to activate this object is unavailable. Would you like to convert&amp;nbsp;&lt;/P&gt;&lt;P&gt;it to or activate it as another type of object using Convert ... ?"&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What does this mean?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would it be better to completely reinstall the SAS&amp;nbsp;System?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mario&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 15:53:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kernel-Resource-initialization-failed/m-p/324606#M7028</guid>
      <dc:creator>sasmario</dc:creator>
      <dc:date>2017-01-13T15:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Kernel Resource initialization failed</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Kernel-Resource-initialization-failed/m-p/324823#M7041</link>
      <description>New question/problem, new thread. &lt;BR /&gt;That said, installation issues like this is often best handled by SAS tech support.</description>
      <pubDate>Sat, 14 Jan 2017 13:00:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Kernel-Resource-initialization-failed/m-p/324823#M7041</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-01-14T13:00:18Z</dc:date>
    </item>
  </channel>
</rss>

