<?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 SAS 9.2 on AIX - ODS HTML &amp;quot;Fatal error&amp;quot; in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-2-on-AIX-ODS-HTML-quot-Fatal-error-quot/m-p/76068#M8623</link>
    <description>We recently upgraded to SAS 9.2 on a Unix server that is maintained offsite, and previously we were on a Windows SAS 9.13 installation. Code that I used in Windows to run a few PROC SQLs, spin the data, generate some graphs, and then output everything to multiple HTML files worked fine. It actually works great in Enterprise Guide connected to our new Unix server as well.&lt;BR /&gt;
&lt;BR /&gt;
However, when I attempt to SSH into our Unix server (which works) and run SAS from the command line with a command like the following (I'm using the -stdio option just to get more verbose error messages - same problem persists without the -stdio option):&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; sas -stdio mainCode.sas&lt;BR /&gt;
&lt;BR /&gt;
I get the following error when the 'mainCode.sas' script attempts to perform an "ods html close;" statement:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Fatal I/O error with the network connection to the X display server.&lt;BR /&gt;
Connection to display localhost:11.0 was lost.&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
Traceback&lt;BR /&gt;
&lt;BR /&gt;
vacrash+0x1c8&lt;BR /&gt;
vacrash+0x38 -- bridge stub&lt;BR /&gt;
FatalShutdown_8_1+0x160&lt;BR /&gt;
wutxioe+0xc&lt;BR /&gt;
_XIOError+0x3c&lt;BR /&gt;
_XRead@AF58_34+0x200&lt;BR /&gt;
XOpenDisplay+0x1414&lt;BR /&gt;
wuwixtk(0x4f52000000000000, 0x9000000, 0x900000009b45104)+0x238&lt;BR /&gt;
wutinit+0x270&lt;BR /&gt;
wuxinit+0x160&lt;BR /&gt;
wuxinit+0x38 -- bridge stub&lt;BR /&gt;
yustrt+0x26c&lt;BR /&gt;
14                                                     The SAS System&lt;BR /&gt;
&lt;BR /&gt;
yuinit+0x32c&lt;BR /&gt;
yuropen+0x194&lt;BR /&gt;
xuropen+0x38 -- bridge stub&lt;BR /&gt;
fmxuini+0x6c&lt;BR /&gt;
dpdinit+0x5b0&lt;BR /&gt;
dpdinit+0x38 -- bridge stub&lt;BR /&gt;
fminit+0x78&lt;BR /&gt;
saszaf+0x1e0&lt;BR /&gt;
vvtentr+0xf0&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Named item not found in list.&lt;BR /&gt;
Arguments passed to GETNITEML:&lt;BR /&gt;
  1 APPLLIST = 4&lt;BR /&gt;
  2 APPLNAME = 'T2'&lt;BR /&gt;
Program returning prematurely at line 198&lt;BR /&gt;
AF Program: SASHELP.FSP.AFCLASS.SCL&lt;BR /&gt;
*** Line 159: [ERROR:  #114]  Calling function SEND.  Unable to perform requested function&lt;BR /&gt;
Arguments passed to SEND:&lt;BR /&gt;
  1 _self_ = 4913&lt;BR /&gt;
  2 (Character Literal) = 'CLOSEPORT'&lt;BR /&gt;
Parameters passed to SEND ENTRY:&lt;BR /&gt;
  1 mgrid = 2&lt;BR /&gt;
  2 rc = 0&lt;BR /&gt;
Program returning prematurely at line 159&lt;BR /&gt;
AF Program: SASHELP.FSP.COMM.SCL&lt;BR /&gt;
&lt;BR /&gt;
(emphasis on the "Fatal I/O Error..." is mine)&lt;BR /&gt;
&lt;BR /&gt;
The funny thing is, when I open an Xming window on my Windows machine (Xming is the interface we use to give us access to the X Windows environment on the Unix box), the same script will run without error, presumably because the Unix machine sees that I have an X Windows session connected via my Xming session.&lt;BR /&gt;
&lt;BR /&gt;
So my question is this: Is there a way to fix this error without being required to have Enterprise Guide or an XMing session open to run the code that is using the ODS HTML statements? I need to be able to get this code automated to run on a daily basis without my involvement, so doing away with the windowing is a necessity so that I can run this in batch directly on the server.  Any ideas what's going on?  Is this a user setup problem that I could have our admin fix?</description>
    <pubDate>Wed, 21 Apr 2010 20:59:21 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-04-21T20:59:21Z</dc:date>
    <item>
      <title>SAS 9.2 on AIX - ODS HTML "Fatal error"</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-2-on-AIX-ODS-HTML-quot-Fatal-error-quot/m-p/76068#M8623</link>
      <description>We recently upgraded to SAS 9.2 on a Unix server that is maintained offsite, and previously we were on a Windows SAS 9.13 installation. Code that I used in Windows to run a few PROC SQLs, spin the data, generate some graphs, and then output everything to multiple HTML files worked fine. It actually works great in Enterprise Guide connected to our new Unix server as well.&lt;BR /&gt;
&lt;BR /&gt;
However, when I attempt to SSH into our Unix server (which works) and run SAS from the command line with a command like the following (I'm using the -stdio option just to get more verbose error messages - same problem persists without the -stdio option):&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt; sas -stdio mainCode.sas&lt;BR /&gt;
&lt;BR /&gt;
I get the following error when the 'mainCode.sas' script attempts to perform an "ods html close;" statement:&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;Fatal I/O error with the network connection to the X display server.&lt;BR /&gt;
Connection to display localhost:11.0 was lost.&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
Traceback&lt;BR /&gt;
&lt;BR /&gt;
vacrash+0x1c8&lt;BR /&gt;
vacrash+0x38 -- bridge stub&lt;BR /&gt;
FatalShutdown_8_1+0x160&lt;BR /&gt;
wutxioe+0xc&lt;BR /&gt;
_XIOError+0x3c&lt;BR /&gt;
_XRead@AF58_34+0x200&lt;BR /&gt;
XOpenDisplay+0x1414&lt;BR /&gt;
wuwixtk(0x4f52000000000000, 0x9000000, 0x900000009b45104)+0x238&lt;BR /&gt;
wutinit+0x270&lt;BR /&gt;
wuxinit+0x160&lt;BR /&gt;
wuxinit+0x38 -- bridge stub&lt;BR /&gt;
yustrt+0x26c&lt;BR /&gt;
14                                                     The SAS System&lt;BR /&gt;
&lt;BR /&gt;
yuinit+0x32c&lt;BR /&gt;
yuropen+0x194&lt;BR /&gt;
xuropen+0x38 -- bridge stub&lt;BR /&gt;
fmxuini+0x6c&lt;BR /&gt;
dpdinit+0x5b0&lt;BR /&gt;
dpdinit+0x38 -- bridge stub&lt;BR /&gt;
fminit+0x78&lt;BR /&gt;
saszaf+0x1e0&lt;BR /&gt;
vvtentr+0xf0&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Named item not found in list.&lt;BR /&gt;
Arguments passed to GETNITEML:&lt;BR /&gt;
  1 APPLLIST = 4&lt;BR /&gt;
  2 APPLNAME = 'T2'&lt;BR /&gt;
Program returning prematurely at line 198&lt;BR /&gt;
AF Program: SASHELP.FSP.AFCLASS.SCL&lt;BR /&gt;
*** Line 159: [ERROR:  #114]  Calling function SEND.  Unable to perform requested function&lt;BR /&gt;
Arguments passed to SEND:&lt;BR /&gt;
  1 _self_ = 4913&lt;BR /&gt;
  2 (Character Literal) = 'CLOSEPORT'&lt;BR /&gt;
Parameters passed to SEND ENTRY:&lt;BR /&gt;
  1 mgrid = 2&lt;BR /&gt;
  2 rc = 0&lt;BR /&gt;
Program returning prematurely at line 159&lt;BR /&gt;
AF Program: SASHELP.FSP.COMM.SCL&lt;BR /&gt;
&lt;BR /&gt;
(emphasis on the "Fatal I/O Error..." is mine)&lt;BR /&gt;
&lt;BR /&gt;
The funny thing is, when I open an Xming window on my Windows machine (Xming is the interface we use to give us access to the X Windows environment on the Unix box), the same script will run without error, presumably because the Unix machine sees that I have an X Windows session connected via my Xming session.&lt;BR /&gt;
&lt;BR /&gt;
So my question is this: Is there a way to fix this error without being required to have Enterprise Guide or an XMing session open to run the code that is using the ODS HTML statements? I need to be able to get this code automated to run on a daily basis without my involvement, so doing away with the windowing is a necessity so that I can run this in batch directly on the server.  Any ideas what's going on?  Is this a user setup problem that I could have our admin fix?</description>
      <pubDate>Wed, 21 Apr 2010 20:59:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-2-on-AIX-ODS-HTML-quot-Fatal-error-quot/m-p/76068#M8623</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-21T20:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: SAS 9.2 on AIX - ODS HTML "Fatal error"</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-2-on-AIX-ODS-HTML-quot-Fatal-error-quot/m-p/76069#M8624</link>
      <description>Hi:&lt;BR /&gt;
  I'd recommend that you contact Tech Support on this one. They may have to get a copy of your mainCode.sas file in order to test in the various ways that you describe. Generally a Fatal Error is something that Tech Support needs to look at to determine the cause and the fix.&lt;BR /&gt;
&lt;BR /&gt;
Searching at support.sas.com on terms like&lt;BR /&gt;
vacrash fatal error &lt;BR /&gt;
named item not found in list&lt;BR /&gt;
program returning prematurely&lt;BR /&gt;
&lt;BR /&gt;
these hits came up (which may or may not be relevant to your issue):&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/11/824.html" target="_blank"&gt;http://support.sas.com/kb/11/824.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/5/008.html" target="_blank"&gt;http://support.sas.com/kb/5/008.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/7/491.html" target="_blank"&gt;http://support.sas.com/kb/7/491.html&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/7/471.html" target="_blank"&gt;http://support.sas.com/kb/7/471.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
To open a track with Tech Support, go to:&lt;BR /&gt;
&lt;A href="http://support.sas.com/ctx/supportform/createForm" target="_blank"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 21 Apr 2010 22:24:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-9-2-on-AIX-ODS-HTML-quot-Fatal-error-quot/m-p/76069#M8624</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-04-21T22:24:14Z</dc:date>
    </item>
  </channel>
</rss>

