<?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: ERROR: Insufficient authorization to access C:\WINDOWS\system32\ in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Insufficient-authorization-to-access-C-WINDOWS-system32/m-p/563658#M33892</link>
    <description>&lt;P&gt;Reset all solved the problem, thank you.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jun 2019 10:32:46 GMT</pubDate>
    <dc:creator>pietinma</dc:creator>
    <dc:date>2019-06-05T10:32:46Z</dc:date>
    <item>
      <title>ERROR: Insufficient authorization to access C:\WINDOWS\system32\</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Insufficient-authorization-to-access-C-WINDOWS-system32/m-p/556711#M33644</link>
      <description>&lt;P&gt;SAS GRAPH produces an error message "ERROR: Insufficient authorization to access C:\WINDOWS\system32\" in SAS Enterprise Guide. The same code does not produce error message in Base SAS and it prints graphic. How to get Base SAS code to work in EG?&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 10:00:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Insufficient-authorization-to-access-C-WINDOWS-system32/m-p/556711#M33644</guid>
      <dc:creator>pietinma</dc:creator>
      <dc:date>2019-05-07T10:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient authorization to access C:\WINDOWS\system32\</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Insufficient-authorization-to-access-C-WINDOWS-system32/m-p/556743#M33645</link>
      <description>&lt;P&gt;You will have to share the code you are using, without it, it is hardly possible to suggest something useful.&lt;/P&gt;</description>
      <pubDate>Tue, 07 May 2019 11:45:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Insufficient-authorization-to-access-C-WINDOWS-system32/m-p/556743#M33645</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-05-07T11:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient authorization to access C:\WINDOWS\system32\</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Insufficient-authorization-to-access-C-WINDOWS-system32/m-p/561354#M33792</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data tmp;
	input F1;
	datalines;
    8
    5
    9
    7
    6
    2
    2
    5
    3
    2
    5
    3
    2
    2
    7
    3
	;
run;



Axis1
	STYLE=1
	WIDTH=1
	MINOR=NONE


;
Axis2
	STYLE=1
	WIDTH=1


;
TITLE;
TITLE1;FOOTNOTE;
FOOTNOTE1;
PROC GCHART DATA=tmp
;
	VBAR 
	 F1
 /
	CLIPREF
FRAME	TYPE=FREQ
	NOLEGEND
	COUTLINE=BLACK
	RAXIS=AXIS1
	MAXIS=AXIS2
PATTERNID=MIDPOINT
Discrete
;
RUN; QUIT;
TITLE; FOOTNOTE;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 24 May 2019 11:57:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Insufficient-authorization-to-access-C-WINDOWS-system32/m-p/561354#M33792</guid>
      <dc:creator>pietinma</dc:creator>
      <dc:date>2019-05-24T11:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient authorization to access C:\WINDOWS\system32\</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Insufficient-authorization-to-access-C-WINDOWS-system32/m-p/562145#M33814</link>
      <description>&lt;P&gt;That code runs fine for me in EG 7.15 HF7.&amp;nbsp; (No errors and produces graph. Note: I'm using all default options in EG -- I reset all before running to make sure.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please also post the SAS log you get from running that exact code in EG.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Casey&lt;/P&gt;</description>
      <pubDate>Wed, 29 May 2019 02:54:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Insufficient-authorization-to-access-C-WINDOWS-system32/m-p/562145#M33814</guid>
      <dc:creator>CaseySmith</dc:creator>
      <dc:date>2019-05-29T02:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Insufficient authorization to access C:\WINDOWS\system32\</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Insufficient-authorization-to-access-C-WINDOWS-system32/m-p/563658#M33892</link>
      <description>&lt;P&gt;Reset all solved the problem, thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2019 10:32:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Insufficient-authorization-to-access-C-WINDOWS-system32/m-p/563658#M33892</guid>
      <dc:creator>pietinma</dc:creator>
      <dc:date>2019-06-05T10:32:46Z</dc:date>
    </item>
  </channel>
</rss>

