<?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: The graph output from running the stored process in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/The-graph-output-from-running-the-stored-process/m-p/564305#M33924</link>
    <description>Did you set the gpath or path in the program? I'm assuming you've switched from running a program locally to on a server when you said it 'working fine for me'? If so, the paths likely have changed and you need to explicitly set the GPATH on your ODS statement.</description>
    <pubDate>Thu, 06 Jun 2019 20:49:53 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-06-06T20:49:53Z</dc:date>
    <item>
      <title>The graph output from running the stored process</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/The-graph-output-from-running-the-stored-process/m-p/564304#M33923</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ran a stored process and it gave error:&lt;/P&gt;
&lt;DIV&gt;
&lt;PRE&gt;&lt;EM&gt;&lt;FONT color="green"&gt;WARNING: GPATH or PATH is not a writable directory. It will be ignored.
&lt;/FONT&gt;&lt;/EM&gt;&lt;STRONG&gt;&lt;FONT color="red"&gt;ERROR: Cannot write image to /mnt/san_install/sas/sasconfig/Lev1/DXGEN_BI/SGPlot.png. Please ensure that proper disk permissions are set.
&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/PRE&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp; It was working fine for me and appreciate to know how to fix this issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Herb&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2019 20:48:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/The-graph-output-from-running-the-stored-process/m-p/564304#M33923</guid>
      <dc:creator>herbman</dc:creator>
      <dc:date>2019-06-06T20:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: The graph output from running the stored process</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/The-graph-output-from-running-the-stored-process/m-p/564305#M33924</link>
      <description>Did you set the gpath or path in the program? I'm assuming you've switched from running a program locally to on a server when you said it 'working fine for me'? If so, the paths likely have changed and you need to explicitly set the GPATH on your ODS statement.</description>
      <pubDate>Thu, 06 Jun 2019 20:49:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/The-graph-output-from-running-the-stored-process/m-p/564305#M33924</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-06-06T20:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: The graph output from running the stored process</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/The-graph-output-from-running-the-stored-process/m-p/564313#M33925</link>
      <description>&lt;P&gt;Your graph output is trying to write to a SAS install directory which is not a good thing to do. Also stored processes run under a SAS service account, possibly sassrv, and this might explain why SAS is writing there. You can confirm the actual user account by checking in SAS Management Console.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please post your graph program so we can advise where to change it to direct output to a better folder location.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2019 21:23:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/The-graph-output-from-running-the-stored-process/m-p/564313#M33925</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-06-06T21:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: The graph output from running the stored process</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/The-graph-output-from-running-the-stored-process/m-p/564528#M33931</link>
      <description>&lt;P&gt;Hi SASKiwi and&amp;nbsp;&lt;SPAN&gt;Reeza,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Yes, The stored process did not specify the specified the ods in the whole program code, and it did not include&amp;nbsp;%STPBEGIN/%STPEND either for the output display.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I am not able to attached the stored process file, the output part include the sgplot:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc sgplot data=inpara noautolegend;&lt;BR /&gt;&lt;BR /&gt;reg y=VA x=Obtained / weight=weight;&lt;BR /&gt;xaxis label="Obtained (&amp;amp;unit)";&lt;BR /&gt;yaxis label="VA (&amp;amp;unit)";&lt;BR /&gt;inset "Intercept = &amp;amp;Int" "Slope = &amp;amp;Slope" / &lt;BR /&gt;border title="Parameter Estimates" position=topleft &lt;BR /&gt;;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is it possible that the prompts or the execution options change caused the issue? the snipped of the settings is attached.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for your help!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Herb&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jun 2019 18:08:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/The-graph-output-from-running-the-stored-process/m-p/564528#M33931</guid>
      <dc:creator>herbman</dc:creator>
      <dc:date>2019-06-07T18:08:41Z</dc:date>
    </item>
  </channel>
</rss>

