<?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: Insufficient Authorization Error when trying to save chart in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Insufficient-Authorization-Error-when-trying-to-save-chart/m-p/322659#M62031</link>
    <description>&lt;P&gt;Hi Priyanka_b,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition to the GPATH statement, did you try to add the below statement prior to your ODS statement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ods _all_ close;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Damo&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jan 2017 13:39:34 GMT</pubDate>
    <dc:creator>Damo</dc:creator>
    <dc:date>2017-01-05T13:39:34Z</dc:date>
    <item>
      <title>Insufficient Authorization Error when trying to save chart</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Insufficient-Authorization-Error-when-trying-to-save-chart/m-p/316303#M61713</link>
      <description>&lt;P&gt;Received below error on Linux 64 bit(SAS 9.4 Grid). Same code is working in EG but not when I execute directly on server&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Insufficient authorization to access /sas/9.4/prod/config/Lev1/SASApp/sasgraph.png.&lt;/P&gt;&lt;DIV&gt;data cars_small; /* For Scatter Plots*/&lt;BR /&gt;set sashelp.cars;&lt;BR /&gt;where make in ('Jeep' 'Chevrolet' 'Ford' 'Chrysler');&lt;BR /&gt;data cars_large; /* For Bar Charts*/&lt;BR /&gt;set sashelp.cars;&lt;BR /&gt;n1=(cylinders le 4)*-1;&lt;BR /&gt;n2=(cylinders gt 4)*1;&lt;BR /&gt;label n1='&amp;lt;= 4 Cylinders' n2='&amp;gt;4 Cylinders';&lt;BR /&gt;run;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods html path="/sasuserhome/XYZ" (url=none)&lt;BR /&gt;body="barGraph.html";&lt;/P&gt;&lt;P&gt;proc sgplot data=cars_small;&lt;BR /&gt;reg x=weight y=MSRP / degree=2 clm;&lt;BR /&gt;scatter x=weight y=invoice;&lt;BR /&gt;run; quit;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried to specify gpath=&amp;lt;location where I have complete access&amp;gt; or ods html path but still it is looking for default sas configuration path. Do I need to use any grid enable options?Any suggestions?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 17:07:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Insufficient-Authorization-Error-when-trying-to-save-chart/m-p/316303#M61713</guid>
      <dc:creator>Priyanka_b</dc:creator>
      <dc:date>2016-12-02T17:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: Insufficient Authorization Error when trying to save chart</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Insufficient-Authorization-Error-when-trying-to-save-chart/m-p/322659#M62031</link>
      <description>&lt;P&gt;Hi Priyanka_b,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In addition to the GPATH statement, did you try to add the below statement prior to your ODS statement:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; ods _all_ close;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Damo&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 13:39:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Insufficient-Authorization-Error-when-trying-to-save-chart/m-p/322659#M62031</guid>
      <dc:creator>Damo</dc:creator>
      <dc:date>2017-01-05T13:39:34Z</dc:date>
    </item>
  </channel>
</rss>

