<?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: Enhanced Editor closes when I submit setup code to the server in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Enhanced-Editor-closes-when-I-submit-setup-code-to-the-server/m-p/774363#M23234</link>
    <description>&lt;P&gt;Looks like the called macro is expecting a remote session ID when one is not defined. This implies you should be signing on to a remote server from your local SAS session and that the macro includes remote submits. Is this what you expect?&lt;/P&gt;</description>
    <pubDate>Thu, 14 Oct 2021 21:22:43 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2021-10-14T21:22:43Z</dc:date>
    <item>
      <title>Enhanced Editor closes when I submit setup code to the server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Enhanced-Editor-closes-when-I-submit-setup-code-to-the-server/m-p/774209#M23230</link>
      <description>&lt;P&gt;Here is the code I submitted to the server to setup folders and libraries:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;%let&lt;/FONT&gt; proj=medicare/;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;%let&lt;/FONT&gt; server=local;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;options source source2 msgleve&lt;/FONT&gt;l=I &lt;FONT color="#0000FF"&gt;mcompilenote&lt;/FONT&gt;=all &lt;FONT color="#0000FF"&gt;mautosource mrecall sasautos&lt;/FONT&gt;=(SASAUTOS "/&amp;amp;server./projects/&amp;amp;proj./Programs/Macros");&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;options formchar&lt;/FONT&gt;="|----|+|---+=|-/\&amp;lt;&amp;gt;*" &lt;FONT color="#0000FF"&gt;symbolgen mprint mlogic&lt;/FONT&gt;;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;ods listing gpath&lt;/FONT&gt;="/&amp;amp;server./projects/&amp;amp;proj./Output/";&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;%let&lt;/FONT&gt; sample=1pct;&lt;BR /&gt;&lt;FONT color="#000000"&gt;%setup&lt;/FONT&gt;(sample=&amp;amp;sample., programname=outcomes, saveLog=n);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;When I submit the code above the Enhanced Editor closes and I get the ERROR Message below:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;ERROR: Invalid or unspecified remote session ID. Set OPTIONS REMOTE=session_id.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;ERROR: An exception has been encountered.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Please contact technical support and provide them with the following traceback information:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;The SAS task name is [Enhanced Editor]&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;ERROR: Read Access Violation Enhanced Editor&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Exception occurred at (689A355D)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Task Traceback&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;Address Frame (DBGHELP API Version 4.0 rev 5)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;00007FFF689A355D 00000026B40FC510 sasxed:tkvercn1+0x1251D&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;00007FFF49BF379B 00000026B40FC518 saszrlnk:tkvercn1+0x1275B&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;00007FFF49BE253C 00000026B40FD9C0 saszrlnk:tkvercn1+0x14FC&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;00007FFF64661F59 00000026B40FD9C8 sasyuc:tkvercn1+0xF19&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;00007FFF826D3E35 00000026B40FE908 sasxfs:tkvercn1+0x2DF5&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;00007FFF826D2E3E 00000026B40FEDE0 sasxfs:tkvercn1+0x1DFE&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;00007FFF826D5412 00000026B40FEFA0 sasxfs:tkvercn1+0x43D2&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;00007FFF6893323C 00000026B40FEFA8 sasvedit:tkvercn1+0x21FC&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;00007FFF68931F1F 00000026B40FF9F0 sasvedit:tkvercn1+0xEDF&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;00007FFF694AF5A8 00000026B40FF9F8 sashost:Main+0x15268&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;00007FFF694B59CC 00000026B40FFD20 sashost:Main+0x1B68C&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;00007FFFCB267034 00000026B40FFD28 KERNEL32:BaseThreadInitThunk+0x14&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;00007FFFCCAC2651 00000026B40FFD58 ntdll:RtlUserThreadStart+0x21&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;ERROR: Generic critical error.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 13:22:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Enhanced-Editor-closes-when-I-submit-setup-code-to-the-server/m-p/774209#M23230</guid>
      <dc:creator>chrisagala</dc:creator>
      <dc:date>2021-10-14T13:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Editor closes when I submit setup code to the server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Enhanced-Editor-closes-when-I-submit-setup-code-to-the-server/m-p/774238#M23232</link>
      <description>&lt;P&gt;This happens in the macro, the code of which we don't know. So we need to see that code.&lt;/P&gt;
&lt;P&gt;But every time that SAS tells you to call technical support, it's a good idea to do so, as the software has encountered an unexpected condition it can't properly deal with, and this can point to a SAS bug.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 14:34:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Enhanced-Editor-closes-when-I-submit-setup-code-to-the-server/m-p/774238#M23232</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-14T14:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Editor closes when I submit setup code to the server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Enhanced-Editor-closes-when-I-submit-setup-code-to-the-server/m-p/774363#M23234</link>
      <description>&lt;P&gt;Looks like the called macro is expecting a remote session ID when one is not defined. This implies you should be signing on to a remote server from your local SAS session and that the macro includes remote submits. Is this what you expect?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2021 21:22:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Enhanced-Editor-closes-when-I-submit-setup-code-to-the-server/m-p/774363#M23234</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-10-14T21:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Editor closes when I submit setup code to the server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Enhanced-Editor-closes-when-I-submit-setup-code-to-the-server/m-p/775082#M23252</link>
      <description>&lt;P&gt;Yes, I had signed into SAS for remote submission of code. This only started happening after I upgraded to&amp;nbsp;SAS/STAT 15.2 from 14.2. 14.2 never had this problem. Would multiple signons on the laptop and desktop cause this may be, as in may be I am not allowed to have multiple signons? If I run the exact same code on the 14.2 version I experience no problem at all, so I am thinking it might be the Enhanced Editor in 15.2 is corrupted, how can I confirm this and how can I solve the problem?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 12:14:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Enhanced-Editor-closes-when-I-submit-setup-code-to-the-server/m-p/775082#M23252</guid>
      <dc:creator>chrisagala</dc:creator>
      <dc:date>2021-10-19T12:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Editor closes when I submit setup code to the server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Enhanced-Editor-closes-when-I-submit-setup-code-to-the-server/m-p/775084#M23253</link>
      <description>&lt;P&gt;I did contact SAS but I still haven't had a solution. Since the program closes, the only log I get is what I shared (in red font color), so no other log is available at all. And this program runs un&amp;nbsp;SAS/STAT 14.2, but just not on this upgraded&amp;nbsp;SAS/STAT 15.2. I just did an upgrade on one desktop, but now I have to stop upgrading other computers until I know what is causing this problem and how to solve it.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 12:18:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Enhanced-Editor-closes-when-I-submit-setup-code-to-the-server/m-p/775084#M23253</guid>
      <dc:creator>chrisagala</dc:creator>
      <dc:date>2021-10-19T12:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Editor closes when I submit setup code to the server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Enhanced-Editor-closes-when-I-submit-setup-code-to-the-server/m-p/775085#M23254</link>
      <description>&lt;P&gt;This doesn't look like a STAT issue, the messages point to a CONNECT problem while trying to establish a session.&lt;/P&gt;
&lt;P&gt;What does SAS TS say?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OK, I see, nothing yet. But your upgrade of STAT was part of a larger upgrade of the SAS system, so you also have changes in other modules like SAS/CONNECT.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 12:28:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Enhanced-Editor-closes-when-I-submit-setup-code-to-the-server/m-p/775085#M23254</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-19T12:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Enhanced Editor closes when I submit setup code to the server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Enhanced-Editor-closes-when-I-submit-setup-code-to-the-server/m-p/775093#M23255</link>
      <description>&lt;P&gt;I also have an inkling that this is not the only, but just the last ERROR of several. The ERROR points to a SUBMIT statement that happens when there is no SAS/CONNECT session established, so you likely have another ERROR before that when the program tries to establish the CONNECT session with a SIGNON statement.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Oct 2021 12:33:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Enhanced-Editor-closes-when-I-submit-setup-code-to-the-server/m-p/775093#M23255</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-19T12:33:36Z</dc:date>
    </item>
  </channel>
</rss>

