<?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: SAS EG4.1 AND BI server 9.3.1 of AIX 5.3 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG4-1-AND-BI-server-9-3-1-of-AIX-5-3/m-p/2025#M676</link>
    <description>Hi.&lt;BR /&gt;
&lt;BR /&gt;
I don't know if your problem is the same, but maybe your java (JRE) version on the server is not the one that SAS is expecting (SAS 9.1.3 requires JRE 1.4.2_09). If your JRE version is 2 or higher, it can cause some trouble when using ODS GRAPHICS.&lt;BR /&gt;
&lt;BR /&gt;
How does one check the JRE version on AIX ? This is far beyond my skills !</description>
    <pubDate>Fri, 05 Jan 2007 09:21:16 GMT</pubDate>
    <dc:creator>Olivier</dc:creator>
    <dc:date>2007-01-05T09:21:16Z</dc:date>
    <item>
      <title>SAS EG4.1 AND BI server 9.3.1 of AIX 5.3</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG4-1-AND-BI-server-9-3-1-of-AIX-5-3/m-p/2024#M675</link>
      <description>Hi I'm Sung Joon yi of Bank of Korea&lt;BR /&gt;
I use EG 4.1 connected on BI Sever of AIX 5.3&lt;BR /&gt;
Recently I tried the codes belows:&lt;BR /&gt;
&lt;BR /&gt;
   ods html;&lt;BR /&gt;
   ods graphics on;&lt;BR /&gt;
&lt;BR /&gt;
   title "Illustration of ODS Graphics";&lt;BR /&gt;
   proc timeseries data=sashelp.workers out= test&lt;BR /&gt;
      crossplot=all;&lt;BR /&gt;
      id date interval=month;&lt;BR /&gt;
      var electric;&lt;BR /&gt;
      crossvar masonry;&lt;BR /&gt;
   run;&lt;BR /&gt;
&lt;BR /&gt;
   ods graphics off;&lt;BR /&gt;
   ods html close;&lt;BR /&gt;
&lt;BR /&gt;
but error occured with message &lt;BR /&gt;
"ERROR: Java class generated an exception."&lt;BR /&gt;
and then plot image did not appeared.&lt;BR /&gt;
&lt;BR /&gt;
I also recevied a solution which made by sas of Korea:&lt;BR /&gt;
&lt;BR /&gt;
"Add two statement into sasenv file belows&lt;BR /&gt;
   DISPLAY=:0&lt;BR /&gt;
   export DISPLAY&lt;BR /&gt;
"&lt;BR /&gt;
But this did not work either&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your reply in advance</description>
      <pubDate>Fri, 05 Jan 2007 08:39:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG4-1-AND-BI-server-9-3-1-of-AIX-5-3/m-p/2024#M675</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-01-05T08:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG4.1 AND BI server 9.3.1 of AIX 5.3</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG4-1-AND-BI-server-9-3-1-of-AIX-5-3/m-p/2025#M676</link>
      <description>Hi.&lt;BR /&gt;
&lt;BR /&gt;
I don't know if your problem is the same, but maybe your java (JRE) version on the server is not the one that SAS is expecting (SAS 9.1.3 requires JRE 1.4.2_09). If your JRE version is 2 or higher, it can cause some trouble when using ODS GRAPHICS.&lt;BR /&gt;
&lt;BR /&gt;
How does one check the JRE version on AIX ? This is far beyond my skills !</description>
      <pubDate>Fri, 05 Jan 2007 09:21:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG4-1-AND-BI-server-9-3-1-of-AIX-5-3/m-p/2025#M676</guid>
      <dc:creator>Olivier</dc:creator>
      <dc:date>2007-01-05T09:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS EG4.1 AND BI server 9.3.1 of AIX 5.3</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG4-1-AND-BI-server-9-3-1-of-AIX-5-3/m-p/2026#M677</link>
      <description>You can check the version of Java configured for your SAS server by running this SAS program:&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc javainfo; run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
Chris</description>
      <pubDate>Mon, 08 Jan 2007 13:32:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-EG4-1-AND-BI-server-9-3-1-of-AIX-5-3/m-p/2026#M677</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2007-01-08T13:32:19Z</dc:date>
    </item>
  </channel>
</rss>

