<?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: User has insufficient permissions to create in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/754688#M10078</link>
    <description>This is a technical Issue nothing to do with code.</description>
    <pubDate>Fri, 16 Jul 2021 21:10:09 GMT</pubDate>
    <dc:creator>NaveenKha</dc:creator>
    <dc:date>2021-07-16T21:10:09Z</dc:date>
    <item>
      <title>User has insufficient permissions to create</title>
      <link>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/531515#M6944</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm using the code below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc import&lt;BR /&gt;datafile ='\home\x***.sav'&lt;BR /&gt;out= burum&lt;BR /&gt;dbms= sav&lt;BR /&gt;replace;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and it gives me a pop-up window, saying "&lt;SPAN&gt;User *** has insufficient permissions to create /‌home/‌x****. Contact your system administrator to resolve". It continues giving me the same message when I run any other codes.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Need help to get the SAS back to work. Thank you very much!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 01:36:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/531515#M6944</guid>
      <dc:creator>Elaine0223</dc:creator>
      <dc:date>2019-01-31T01:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: User has insufficient permissions to create</title>
      <link>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/531521#M6945</link>
      <description>Restart SAS and try again. If it still gives this error, you likely need to contact your administrator because that's not an error that makes sense for the code. I'm assuming you've using ** to mask the name of the data set, and that's not your actual code.</description>
      <pubDate>Thu, 31 Jan 2019 02:34:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/531521#M6945</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-31T02:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: User has insufficient permissions to create</title>
      <link>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/531522#M6946</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Yes, the **** is only the path I have used many times to have access to the data, which is unrelated to the issue. I actually restarted and tried, it still did not work. I contacted the tech support and posted a question here just to see if I can get any solutions. Thank you!&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jan 2019 02:37:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/531522#M6946</guid>
      <dc:creator>Elaine0223</dc:creator>
      <dc:date>2019-01-31T02:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: User has insufficient permissions to create</title>
      <link>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/531524#M6947</link>
      <description>What if you use the actual file name?</description>
      <pubDate>Thu, 31 Jan 2019 02:39:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/531524#M6947</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-31T02:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: User has insufficient permissions to create</title>
      <link>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/531525#M6948</link>
      <description>Actually have you checked if you can access the file in another way? I wonder if you're having a temporary network issue, especially if the code used to work before.</description>
      <pubDate>Thu, 31 Jan 2019 02:40:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/531525#M6948</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-31T02:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: User has insufficient permissions to create</title>
      <link>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/531531#M6949</link>
      <description>%web_drop_table(INP7071.D0130);&lt;BR /&gt;FILENAME REFFILE '/home/xzhao10/INP 7071/INP 7071 0130.sav';&lt;BR /&gt;&lt;BR /&gt;PROC IMPORT DATAFILE=REFFILE&lt;BR /&gt;DBMS=SAV&lt;BR /&gt;OUT=INP7071.D0130;&lt;BR /&gt;RUN;&lt;BR /&gt;proc reg data=INP7071.D0130;&lt;BR /&gt;/*v31_reverse is job strese; v44_reverse is job satisfaction*/&lt;BR /&gt;model v31_reverse = v44_reverse/ B stb EDF ADJRSQ covb;&lt;BR /&gt;&lt;BR /&gt;title ' Regression model 1 / testing Hypothesis 1' ;/&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;Here is a sample code that I used. It used to work perfectly fine, but now it gives the same pop-up window I mentioned.&lt;BR /&gt;&lt;BR /&gt;What do you mean to access the file in other way? I tried the code both in the school and at home. Not the issue of internet.&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jan 2019 02:45:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/531531#M6949</guid>
      <dc:creator>Elaine0223</dc:creator>
      <dc:date>2019-01-31T02:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: User has insufficient permissions to create</title>
      <link>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/531536#M6950</link>
      <description>&lt;P&gt;/home/xzhao seems like a network location to me, ergo I suggested a network issue.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not, you'll have to talk to your administrator, especially if there's no errors in the log.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would also try to access other files to find out if it was just this file or if there was an issue with my account or something.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/225340"&gt;@Elaine0223&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;%web_drop_table(INP7071.D0130);&lt;BR /&gt;FILENAME REFFILE '/home/xzhao10/INP 7071/INP 7071 0130.sav';&lt;BR /&gt;&lt;BR /&gt;PROC IMPORT DATAFILE=REFFILE&lt;BR /&gt;DBMS=SAV&lt;BR /&gt;OUT=INP7071.D0130;&lt;BR /&gt;RUN;&lt;BR /&gt;proc reg data=INP7071.D0130;&lt;BR /&gt;/*v31_reverse is job strese; v44_reverse is job satisfaction*/&lt;BR /&gt;model v31_reverse = v44_reverse/ B stb EDF ADJRSQ covb;&lt;BR /&gt;&lt;BR /&gt;title ' Regression model 1 / testing Hypothesis 1' ;/&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;Here is a sample code that I used. It used to work perfectly fine, but now it gives the same pop-up window I mentioned.&lt;BR /&gt;&lt;BR /&gt;What do you mean to access the file in other way? I tried the code both in the school and at home. Not the issue of internet.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 02:51:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/531536#M6950</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-01-31T02:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: User has insufficient permissions to create</title>
      <link>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/531537#M6951</link>
      <description>Thank you. I also tried other files. None of them worked. I will talk to the administrator.&lt;BR /&gt;</description>
      <pubDate>Thu, 31 Jan 2019 02:54:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/531537#M6951</guid>
      <dc:creator>Elaine0223</dc:creator>
      <dc:date>2019-01-31T02:54:12Z</dc:date>
    </item>
    <item>
      <title>Re: User has insufficient permissions to create</title>
      <link>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/531561#M6952</link>
      <description>&lt;P&gt;Since SAS complains about &lt;U&gt;&lt;EM&gt;creating&lt;/EM&gt;&lt;/U&gt; "/‌home/‌x****", it seems that "/‌home/‌x****" does not exist in the environment of the SAS process.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For further help, post your log of the &lt;U&gt;&lt;EM&gt;whole&lt;/EM&gt;&lt;/U&gt; step &lt;U&gt;&lt;EM&gt;as is&lt;/EM&gt;&lt;/U&gt;, only masking the certain items that need to be kept confidential. &lt;EM&gt;Use the {i} button&lt;/EM&gt; for posting logs.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jan 2019 06:24:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/531561#M6952</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-01-31T06:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: User has insufficient permissions to create</title>
      <link>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/754688#M10078</link>
      <description>This is a technical Issue nothing to do with code.</description>
      <pubDate>Fri, 16 Jul 2021 21:10:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/754688#M10078</guid>
      <dc:creator>NaveenKha</dc:creator>
      <dc:date>2021-07-16T21:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: User has insufficient permissions to create</title>
      <link>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/754720#M10079</link>
      <description>&lt;P&gt;To add to what&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt;&amp;nbsp;states:&lt;/P&gt;
&lt;P&gt;The error message states that you're lacking permission to CREATE the file which means it doesn't already exist.&lt;/P&gt;
&lt;P&gt;The actual path you've shared -&amp;nbsp;&lt;SPAN&gt;'/home/xzhao10/INP 7071/INP 7071 0130.sav -&lt;/SPAN&gt; looks like this is under your Unix HOME directory where you should have permissions to create files. I guess that currently even the folder .../&lt;SPAN&gt;INP 7071/.. doesn't exist. ....and I've just realized that there are embedded blanks in this folder name which could cause further challenges.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;First thing to do: Check via Putty or WinSCP or similar if the file really exists under this exact path.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And just as a thought: &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;In case there was a recent upgrade/change of your machine then your /home/&amp;lt;user&amp;gt; directory might not have been migrated.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;And IF this is a SAS Grid then your home directory is per Grid node and your session might at one time execute on the one grid node and next time on another grid node - meaning a file you've created in one session on node A in your home directory will not exist in a second session on node B (because that's a different home directory).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Jul 2021 08:49:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/754720#M10079</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2021-07-17T08:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: User has insufficient permissions to create</title>
      <link>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/755014#M10080</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/225340"&gt;@Elaine0223&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;You are Importing i.e.&amp;nbsp; reading the file from the Unix folder. So&amp;nbsp;t&lt;SPAN&gt;he error message states that you're lacking permission to CREATE the file&amp;nbsp; looks a bit confusing.&lt;BR /&gt;It could also&amp;nbsp; be that you don't have access to SAS work directory.&lt;BR /&gt;To have a clear picture&amp;nbsp; can you please share the message and details about your environment?&lt;BR /&gt;Typically under these type of scenarios&amp;nbsp; the first person to seek help would be a more experienced colleague / SAS Administrator .&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 15:20:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/User-has-insufficient-permissions-to-create/m-p/755014#M10080</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-07-19T15:20:42Z</dc:date>
    </item>
  </channel>
</rss>

