<?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 Allowing users to create libraries on their local machines in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Allowing-users-to-create-libraries-on-their-local-machines/m-p/139048#M1577</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm still pretty new to this so please bear with me.&amp;nbsp; I am helping set-up a SAS 9.3 server on a Windows box, and everything appears to be running fine. However, users cannot write data to their local machine using a libname, for instance:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname MYCOMP '\\USER\Shared';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;returns an error saying-- "user '' does not have appropriate permissions".&amp;nbsp; I am using IWA and the server itself has access to the shared folder. I can access other data that has libraries defined on the metadata server. I would prefer to not have to define the each user computer in metadata, since maintaining that would be a hassle, and I'm pretty sure I've worked in environments where it has worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is my first time setting up a SAS server and I was wondering if anyone had run into this problem. All help is Appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ehren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Mar 2014 22:33:30 GMT</pubDate>
    <dc:creator>echeadley</dc:creator>
    <dc:date>2014-03-10T22:33:30Z</dc:date>
    <item>
      <title>Allowing users to create libraries on their local machines</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Allowing-users-to-create-libraries-on-their-local-machines/m-p/139048#M1577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm still pretty new to this so please bear with me.&amp;nbsp; I am helping set-up a SAS 9.3 server on a Windows box, and everything appears to be running fine. However, users cannot write data to their local machine using a libname, for instance:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname MYCOMP '\\USER\Shared';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;returns an error saying-- "user '' does not have appropriate permissions".&amp;nbsp; I am using IWA and the server itself has access to the shared folder. I can access other data that has libraries defined on the metadata server. I would prefer to not have to define the each user computer in metadata, since maintaining that would be a hassle, and I'm pretty sure I've worked in environments where it has worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is my first time setting up a SAS server and I was wondering if anyone had run into this problem. All help is Appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ehren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 22:33:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Allowing-users-to-create-libraries-on-their-local-machines/m-p/139048#M1577</guid>
      <dc:creator>echeadley</dc:creator>
      <dc:date>2014-03-10T22:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing users to create libraries on their local machines</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Allowing-users-to-create-libraries-on-their-local-machines/m-p/139049#M1578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can they write data to their local machine if they use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname mydata "C:\datafolderpath";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where datafolder path is to a folder that already exists on their computer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 22:46:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Allowing-users-to-create-libraries-on-their-local-machines/m-p/139049#M1578</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2014-03-10T22:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing users to create libraries on their local machines</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Allowing-users-to-create-libraries-on-their-local-machines/m-p/139050#M1579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That libname statement runs with no errors, but it points the library to the specified folder on the server where SAS is running as opposed to the client machine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 22:52:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Allowing-users-to-create-libraries-on-their-local-machines/m-p/139050#M1579</guid>
      <dc:creator>echeadley</dc:creator>
      <dc:date>2014-03-10T22:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Allowing users to create libraries on their local machines</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Allowing-users-to-create-libraries-on-their-local-machines/m-p/139051#M1580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If they are able to refer to a shared workstation folder from the server using a UNC path, and IWA is being used uniformly (both for the initial SAS Metadata Server connection and the SAS Workspace Server launch by the SAS Object Spawner - all verifiable in the appropriate SAS logs), then it may be that the server(s) running the SAS Workspace Server session(s) may not be Trusted for Delegation in Active Directory. I wrote down some notes about this type of configuration in a blog post &lt;A href="http://platformadmin.com/blogs/paul/2012/01/sas-and-iwa-two-hops/"&gt;SAS and IWA: Two Hops&lt;/A&gt; that may help (as well as a few others in a series on &lt;A href="http://platformadmin.com/blogs/paul/tag/iwa/"&gt;IWA&lt;/A&gt;).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Mar 2014 05:30:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Allowing-users-to-create-libraries-on-their-local-machines/m-p/139051#M1580</guid>
      <dc:creator>PaulHomes</dc:creator>
      <dc:date>2014-03-11T05:30:19Z</dc:date>
    </item>
  </channel>
</rss>

