<?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 Insufficient authorization to access in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Insufficient-authorization-to-access/m-p/426088#M11820</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using SAS MC to schedule programs. But when I schedule them I'm getting the following error in log file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Insufficient authorization to access /opt/sas94/config/Lev1/SASApp/ABCD.lst&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the problem?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jan 2018 13:46:20 GMT</pubDate>
    <dc:creator>Riana</dc:creator>
    <dc:date>2018-01-09T13:46:20Z</dc:date>
    <item>
      <title>Insufficient authorization to access</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Insufficient-authorization-to-access/m-p/426088#M11820</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm using SAS MC to schedule programs. But when I schedule them I'm getting the following error in log file:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ERROR: Insufficient authorization to access /opt/sas94/config/Lev1/SASApp/ABCD.lst&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What is the problem?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 13:46:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Insufficient-authorization-to-access/m-p/426088#M11820</guid>
      <dc:creator>Riana</dc:creator>
      <dc:date>2018-01-09T13:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient authorization to access</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Insufficient-authorization-to-access/m-p/426097#M11822</link>
      <description>&lt;P&gt;Hi Riana,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know what your program does but to start, what is the behavior if you add an "ods listing close;" statement at the top of your code?&lt;/P&gt;
&lt;P&gt;If that does not resolve the issue, we can try to change the default folder where output files are created.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Damo&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 14:00:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Insufficient-authorization-to-access/m-p/426097#M11822</guid>
      <dc:creator>Damo</dc:creator>
      <dc:date>2018-01-09T14:00:02Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient authorization to access</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Insufficient-authorization-to-access/m-p/426099#M11824</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/62003"&gt;@Riana&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The user doesn't have write access to /opt/sas94/config/Lev1/SASApp/. Please see the important comment from&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13934"&gt;@Damo&lt;/a&gt; above.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 14:03:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Insufficient-authorization-to-access/m-p/426099#M11824</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2018-01-09T14:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient authorization to access</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Insufficient-authorization-to-access/m-p/426102#M11826</link>
      <description>&lt;P&gt;Your info is very lomited but it does ring a bell. Please elaborate if my response misses the point.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your program tries to create an output file in the default location (current working directory) of the SASApp server.&amp;nbsp;Users are generally not allowed to create files in that location, nor is it recommended.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IF this program is run through the sas data step batch server than configure the log and print locations such that they end up in a more suitable place.&amp;nbsp;This can either be&amp;nbsp;somewhere under the user's home directory (I'm not enthousiastic about that idea) or a specific location dedicated to this purpose. Talk to your SAS administrator about this configuration aspect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The output location can be configured via SASMC. It's in the properties of DATA Step Batch server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;-- Jan.&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 14:07:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Insufficient-authorization-to-access/m-p/426102#M11826</guid>
      <dc:creator>jklaverstijn</dc:creator>
      <dc:date>2018-01-09T14:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient authorization to access</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Insufficient-authorization-to-access/m-p/427654#M11890</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13934"&gt;@Damo&lt;/a&gt;,&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12460"&gt;@jklaverstijn&lt;/a&gt;&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;&amp;nbsp;,adding&amp;nbsp;&lt;SPAN&gt;"ods listing close;" resolve the issue &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But I'm a little curious about the second solution: "...&lt;SPAN&gt;&amp;nbsp;we can try to change the default folder where output files are created.&lt;/SPAN&gt;"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please explain more about it?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2018 12:19:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Insufficient-authorization-to-access/m-p/427654#M11890</guid>
      <dc:creator>Riana</dc:creator>
      <dc:date>2018-01-15T12:19:22Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient authorization to access</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Insufficient-authorization-to-access/m-p/427660#M11892</link>
      <description>&lt;P&gt;An option I did for our workspace server was to add&lt;/P&gt;
&lt;PRE&gt;cd $HOME&lt;/PRE&gt;
&lt;P&gt;to the WorkspaceServer_usermods.sh file. You can do the same in the sasbatch_usermods.sh.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2018 12:57:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Insufficient-authorization-to-access/m-p/427660#M11892</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-01-15T12:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient authorization to access</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Insufficient-authorization-to-access/m-p/427668#M11893</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/62003"&gt;@Riana&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Great news.&lt;/P&gt;
&lt;P&gt;The &lt;A href="http://go.documentation.sas.com/?docsetId=hostwin&amp;amp;docsetTarget=n0zoj5b5bfebnyn1w6m97qqzccgm.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_self"&gt;PRINT System Option: Windows&lt;/A&gt;&amp;nbsp;could be what you're looking for.&lt;/P&gt;
&lt;P&gt;It will allow you to direct all your *.lst files to a dedicated folder.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;Damo&lt;/P&gt;</description>
      <pubDate>Mon, 15 Jan 2018 13:11:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Insufficient-authorization-to-access/m-p/427668#M11893</guid>
      <dc:creator>Damo</dc:creator>
      <dc:date>2018-01-15T13:11:39Z</dc:date>
    </item>
  </channel>
</rss>

