<?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 SAS EG Library Error in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Library-Error/m-p/880608#M43150</link>
    <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have below set up done to fetech the data in SAS library:&lt;/P&gt;&lt;P&gt;.dat File are placed on network drive. And we are creating library using that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Users than map the network drive to their local laptop and then access the library.&lt;/P&gt;&lt;P&gt;All of the users can access the library. While one of the users is getting below error:&lt;/P&gt;&lt;P&gt;Unable to load the Library's items.&lt;/P&gt;&lt;P&gt;The requested operation could not be performed by the SAS server.&lt;/P&gt;&lt;P&gt;Server response: Libref H_ABC_Q is not assigned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone guide on what can be the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have verified below settings for both the users, and they are same:&lt;/P&gt;&lt;P&gt;1. Similar way they have mapped the network drive.&lt;/P&gt;&lt;P&gt;2. User can access the network drive.&lt;/P&gt;&lt;P&gt;3. Both the users have similar access.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion on what the issue can be?&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jun 2023 10:26:28 GMT</pubDate>
    <dc:creator>SonalNeema</dc:creator>
    <dc:date>2023-06-14T10:26:28Z</dc:date>
    <item>
      <title>SAS EG Library Error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Library-Error/m-p/880608#M43150</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have below set up done to fetech the data in SAS library:&lt;/P&gt;&lt;P&gt;.dat File are placed on network drive. And we are creating library using that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Users than map the network drive to their local laptop and then access the library.&lt;/P&gt;&lt;P&gt;All of the users can access the library. While one of the users is getting below error:&lt;/P&gt;&lt;P&gt;Unable to load the Library's items.&lt;/P&gt;&lt;P&gt;The requested operation could not be performed by the SAS server.&lt;/P&gt;&lt;P&gt;Server response: Libref H_ABC_Q is not assigned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone guide on what can be the issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have verified below settings for both the users, and they are same:&lt;/P&gt;&lt;P&gt;1. Similar way they have mapped the network drive.&lt;/P&gt;&lt;P&gt;2. User can access the network drive.&lt;/P&gt;&lt;P&gt;3. Both the users have similar access.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion on what the issue can be?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 10:26:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Library-Error/m-p/880608#M43150</guid>
      <dc:creator>SonalNeema</dc:creator>
      <dc:date>2023-06-14T10:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Library Error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Library-Error/m-p/880612#M43151</link>
      <description>&lt;P&gt;Have both users run the following and compare the SAS Logs&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt; Libref H_ABC_Q list ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;They will get something like this:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;277  libname H_ABC_Q list ;
NOTE: Libref=   H_ABC_Q
      Scope=    Kernel
      Engine=   V9
      Access=   TEMP
      Physical Name= &amp;lt;path&amp;gt;
      Filename= &amp;lt;path&amp;gt;
      Owner Name= &amp;lt;user&amp;gt;
      File Size=              4KB
      File Size (bytes)= 4096
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Based on the error message "&lt;SPAN&gt;&lt;EM&gt;Libref H_ABC_Q is not assigned.&lt;/EM&gt;"&amp;nbsp;&lt;/SPAN&gt;(I'm assuming that is what the user sees in their SAS log), it would appear that the user has not set up a SAS library reference to the folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jun 2023 11:23:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Library-Error/m-p/880612#M43151</guid>
      <dc:creator>AMSAS</dc:creator>
      <dc:date>2023-06-14T11:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG Library Error</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Library-Error/m-p/880613#M43152</link>
      <description>Hi,&lt;BR /&gt;Thanks fro quick response. User is trying to access the library from SAS EG by right clicking the library &amp;amp; Clicking Assign.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Jun 2023 11:28:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG-Library-Error/m-p/880613#M43152</guid>
      <dc:creator>SonalNeema</dc:creator>
      <dc:date>2023-06-14T11:28:22Z</dc:date>
    </item>
  </channel>
</rss>

