<?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: Memcache on Windows 7 with UAC in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Memcache-on-Windows-7-with-UAC/m-p/42196#M285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same issue here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first time in a session when I create a table in a memlib library I get the same:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname myMemLib "c:\temp" memlib;&lt;/P&gt;&lt;P&gt;data myMemLib.class;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set sashelp.class;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ERROR: Cannot adjust the token privileges with error 1300. User probably does not have the right to lock pages in memory.&lt;/P&gt;&lt;P&gt;WARNING: Some installed physical memory may not be accessible. This may cause unexpected out of memory conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data myMemLib.class;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set sashelp.class;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;lt;no error or warning&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname myMemLb2 "c:\temp\2" memlib;&lt;/P&gt;&lt;P&gt;data myMemLb2.class;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set sashelp.class;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;lt;no error or warning&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error message appears after modifying security policy and also after running as admin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jan 2012 19:34:27 GMT</pubDate>
    <dc:creator>RichardDeVen</dc:creator>
    <dc:date>2012-01-13T19:34:27Z</dc:date>
    <item>
      <title>Memcache on Windows 7 with UAC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Memcache-on-Windows-7-with-UAC/m-p/42193#M282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to use the SAS 9.3 memcache option on Windows 7 (64bit) without fully disabiling user access control (UAC)?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Nov 2011 04:39:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Memcache-on-Windows-7-with-UAC/m-p/42193#M282</guid>
      <dc:creator>BruceBrad</dc:creator>
      <dc:date>2011-11-07T04:39:03Z</dc:date>
    </item>
    <item>
      <title>Memcache on Windows 7 with UAC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Memcache-on-Windows-7-with-UAC/m-p/42194#M283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Here is a bit from a link I found on SAS's website:&amp;nbsp;&amp;nbsp; &lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#winperform.htm"&gt;http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/viewer.htm#winperform.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;&lt;A name="extmem64bit"&gt;Specifying the MEMLIB and MEMCACHE Options in 64-Bit Windows Environments&lt;/A&gt;&lt;/H3&gt;&lt;P&gt;&lt;A name="a002757168"&gt;&lt;/A&gt;Sixty-four bit processing in Windows operating environments uses 16 terabytes (TB) of virtual address space, so in these environments, extended memory is not needed. SAS uses the conventional memory that is available to support the MEMLIB and MEMCACHE options.&lt;/P&gt;&lt;DL&gt;&lt;DT&gt;&lt;SPAN class="caution"&gt;CAUTION:&lt;/SPAN&gt;&lt;/DT&gt;&lt;DD&gt;&lt;SPAN class="strong"&gt;It is possible to exhaust system memory, and thus cause system failure.&lt;/SPAN&gt; &lt;P&gt;&lt;A name="a002757169"&gt;&lt;/A&gt;You can use the MEMMAXSZ option to limit the amount of system memory that SAS allocates for the MEMLIB and MEMCACHE options.&amp;nbsp; &lt;IMG align="bottom" alt="[cautionend]" border="0" src="http://support.sas.com/documentation/cdl/en/common/63294/HTML/default/images/cautend.gif" /&gt;&lt;/P&gt;&lt;/DD&gt;&lt;/DL&gt;&lt;P&gt;&lt;A name="a002757170"&gt;&lt;/A&gt;To use the MEMLIB and MEMCACHE options, ensure that the operating environment meets the following requirements:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A name="a002757171"&gt;&lt;/A&gt;Intel or Intel-compatible 64-bit processor (Itanium or later).&lt;/LI&gt;&lt;LI&gt;&lt;A name="a002757172"&gt;&lt;/A&gt;Any 64-bit version of Windows.&lt;/LI&gt;&lt;LI&gt;&lt;A name="a002757173"&gt;&lt;/A&gt;4 GB of RAM or more; you might have better performance if you use more than 8 GB.&lt;/LI&gt;&lt;LI&gt;&lt;A name="a002757174"&gt;&lt;/A&gt;SAS 9.2 for Windows.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;A name="a002757175"&gt;&lt;/A&gt;Then follow these steps:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A name="a002757176"&gt;&lt;/A&gt;Set the total amount of memory for memory-based libraries by using the MEMMAXSZ system option. See &lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/win-sysop-memmaxsz.htm"&gt;MEMMAXSZ System Option: Windows&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;A name="a002757177"&gt;&lt;/A&gt;Set the memory block size for memory-based libraries by using the MEMBLKSZ system option. See &lt;A href="http://support.sas.com/documentation/cdl/en/hostwin/63285/HTML/default/win-sysop-memblksz.htm"&gt;MEMBLKSZ System Option: Windows&lt;/A&gt;.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;H3&gt;&lt;A name="exmemsecurity"&gt;Specifying the Local Security Settings&lt;/A&gt;&lt;/H3&gt;&lt;P&gt;&lt;A name="a002757184"&gt;&lt;/A&gt;In 32-bit environments starting with Windows XP Professional and above, the &lt;SPAN class="strong"&gt;Lock pages in memory security&lt;/SPAN&gt; setting must be set, so that each user who is running SAS has access to the extended memory. If a user does not have the correct permissions, then SAS will issue a warning message to the log.&lt;/P&gt;&lt;P&gt;&lt;A name="a002757185"&gt;&lt;/A&gt;System administrators can set the local security settings through the Start Menu. To set this value&lt;/P&gt;&lt;OL start="1" style="list-style-type: decimal;"&gt;&lt;LI&gt;&lt;A name="a002757186"&gt;&lt;/A&gt;Open the Control Panel.&lt;/LI&gt;&lt;LI&gt;&lt;A name="a002757187"&gt;&lt;/A&gt;Double click &lt;SPAN class="strong"&gt;Administrative Tools&lt;/SPAN&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;A name="a002757188"&gt;&lt;/A&gt;Double click &lt;SPAN class="strong"&gt;Local Security Policy&lt;/SPAN&gt;. The Local Security Settings window will open.&lt;/LI&gt;&lt;LI&gt;&lt;A name="a002757189"&gt;&lt;/A&gt;Double click &lt;SPAN class="strong"&gt;Local Policies&lt;/SPAN&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;A name="a002757190"&gt;&lt;/A&gt;Double click &lt;SPAN class="strong"&gt;User Rights Assignment&lt;/SPAN&gt;.&lt;/LI&gt;&lt;LI&gt;&lt;A name="a002757191"&gt;&lt;/A&gt;Double click &lt;SPAN class="strong"&gt;Lock pages in memory&lt;/SPAN&gt;. The Local Security Policy Setting window will open.&lt;/LI&gt;&lt;LI&gt;&lt;A name="a002757192"&gt;&lt;/A&gt;Click &lt;SPAN class="button"&gt;Add&lt;/SPAN&gt;. The Select User or Groups window will open.&lt;/LI&gt;&lt;LI&gt;&lt;A name="a002757193"&gt;&lt;/A&gt;Select the user IDs or name of the group of users who need to run SAS with access to the extended memory.&lt;/LI&gt;&lt;LI&gt;&lt;A name="a002757194"&gt;&lt;/A&gt;Click &lt;SPAN class="button"&gt;OK&lt;/SPAN&gt; in the Select User or Groups window.&lt;/LI&gt;&lt;LI&gt;&lt;A name="a002757195"&gt;&lt;/A&gt;Click &lt;SPAN class="button"&gt;OK&lt;/SPAN&gt; in the Local Security Policy window.&lt;P&gt;&lt;SPAN class="strong"&gt;Note:&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; In the Local Security Policy window, you might see two check boxes: the Local Security Setting check box and the Effective Policy Setting check box. If the Effective Policy Setting check box is not selected for the users that you added, you will need to reboot your computer so that the new security settings will take effect. &lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 19:16:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Memcache-on-Windows-7-with-UAC/m-p/42194#M283</guid>
      <dc:creator>RobbieFreddie</dc:creator>
      <dc:date>2011-12-28T19:16:27Z</dc:date>
    </item>
    <item>
      <title>Memcache on Windows 7 with UAC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Memcache-on-Windows-7-with-UAC/m-p/42195#M284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This doesn't work on my system (9.3 on Win7x64). I get the following error message in the log even after I have changed the lock pages in memory option. (I recall that I previously got it work by disabling UAC, but I don't want to do that).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;options memcache=4 ;&lt;/P&gt;&lt;P&gt;proc means data=hes.hes10bh;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Cannot adjust the token privileges with error 1300. User probably does not have the right&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; to lock pages in memory.&lt;/P&gt;&lt;P&gt;WARNING: Some installed physical memory may not be accessible. This may cause unexpected out of&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; memory conditions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2012 03:40:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Memcache-on-Windows-7-with-UAC/m-p/42195#M284</guid>
      <dc:creator>BruceBrad</dc:creator>
      <dc:date>2012-01-03T03:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Memcache on Windows 7 with UAC</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Memcache-on-Windows-7-with-UAC/m-p/42196#M285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same issue here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first time in a session when I create a table in a memlib library I get the same:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname myMemLib "c:\temp" memlib;&lt;/P&gt;&lt;P&gt;data myMemLib.class;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set sashelp.class;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ERROR: Cannot adjust the token privileges with error 1300. User probably does not have the right to lock pages in memory.&lt;/P&gt;&lt;P&gt;WARNING: Some installed physical memory may not be accessible. This may cause unexpected out of memory conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data myMemLib.class;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set sashelp.class;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;lt;no error or warning&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname myMemLb2 "c:\temp\2" memlib;&lt;/P&gt;&lt;P&gt;data myMemLb2.class;&lt;/P&gt;&lt;P&gt;&amp;nbsp; set sashelp.class;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;lt;no error or warning&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error message appears after modifying security policy and also after running as admin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2012 19:34:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Memcache-on-Windows-7-with-UAC/m-p/42196#M285</guid>
      <dc:creator>RichardDeVen</dc:creator>
      <dc:date>2012-01-13T19:34:27Z</dc:date>
    </item>
  </channel>
</rss>

