<?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: Running SAS code from VS Code SAS Extension connecting to SAS v9.4 remote Server? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Re-Running-SAS-code-from-VS-Code-SAS-Extension-connecting-to-SAS/m-p/912445#M27871</link>
    <description>&lt;P&gt;Success!&amp;nbsp; I ran an update from v15.0 (2 months old) to v16.0 and was presented with an SAS Remote (IOM) option for a new connection. Looking good so far. Thanks&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jan 2024 13:29:38 GMT</pubDate>
    <dc:creator>Acf2</dc:creator>
    <dc:date>2024-01-22T13:29:38Z</dc:date>
    <item>
      <title>Re: Running SAS code from VS Code SAS Extension connecting to SAS v9.4 remote Server?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Re-Running-SAS-code-from-VS-Code-SAS-Extension-connecting-to-SAS/m-p/912396#M27866</link>
      <description>&lt;P&gt;Has anyone got this working?&lt;/P&gt;&lt;P&gt;From&amp;nbsp;&lt;A href="https://github.com/sassoftware/vscode-sas-extension/blob/HEAD/connect-and-run.md#add-new-sas-94-remote-profile" target="_blank" rel="noopener"&gt;vscode-sas-extension/connect-and-run.md at 431a2b6e3cf11c473c1a0221a10ce9be0fccde97 · sassoftware/vscode-sas-extension · GitHub&lt;/A&gt;&amp;nbsp;:&lt;/P&gt;&lt;P&gt;Profile: SAS 9.4 (remote - IOM)&lt;/P&gt;&lt;P&gt;In order to use this option, you'll need to have "Integration Technologies Client" (ITC) installed on the machine this extension runs on. You can do this by making sure the "Integration Technologies Client" checkbox is checked when installing SAS 9.4, or by visiting the following&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://support.sas.com/downloads/browse.htm?fil=&amp;amp;cat=56" target="_blank" rel="nofollow noopener"&gt;link&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(Make sure to download the 9.4m8 option).&lt;/P&gt;&lt;P&gt;Profile Anatomy&lt;/P&gt;&lt;P&gt;The parameters listed below make up the profile settings for configuring a connection to a remote SAS 9.4 instance.&lt;/P&gt;&lt;P&gt;Name Description Additional Notes&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;Name of the profile&lt;/TD&gt;&lt;TD&gt;This will display on the status bar&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Host&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;IOM Server Host&lt;/TD&gt;&lt;TD&gt;This will appear when hovering over the status bar&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Username&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;IOM Server Username&lt;/TD&gt;&lt;TD&gt;A username to use when establishing the IOM connection to the server&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Port&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;IOM Server Port&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;The port of the IOM server. Default value is 8591&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We cannot run a listening SSH service on our Windows 2019 server but the Integration Technologies client is showing a successful connection to SASApp - Logical Workspace Server and SASMeta.&amp;nbsp;SASApp - Logical Stored Process Server times out but works using the MS Office addin. Hopefully, that is not relevant.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Using &lt;SPAN&gt;SAS.addProfile , specifying the connection name then 'SAS 9.4 (remote)' only prompts for the name of the SAS 9 SSH server and the SAS executable location on the server. How do we get the IOM option?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have tried manually editing settings.json with these values replacing "ssh" with "com" and 22 with 8591 :&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"profiles"&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"hqocaSAS94_com"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"connectionType"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"com"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"host"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"hqocasocial2"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"username"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"userid"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;"port"&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;8591&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Running a simple SAS program, I see a quick&amp;nbsp;connection&amp;nbsp;attempt then 'There was an error executing the SAS Program. See console log for more details'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The VSCode Debug Console is empty.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If someone has a working IOM connection, please provide the relevant section of settings.json from VSCode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Jan 2024 22:22:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Re-Running-SAS-code-from-VS-Code-SAS-Extension-connecting-to-SAS/m-p/912396#M27866</guid>
      <dc:creator>Acf2</dc:creator>
      <dc:date>2024-01-21T22:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Running SAS code from VS Code SAS Extension connecting to SAS v9.4 remote Server?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Re-Running-SAS-code-from-VS-Code-SAS-Extension-connecting-to-SAS/m-p/912400#M27867</link>
      <description>&lt;P&gt;I suggest you open a Tech Support track for this. The instructions clearly state you should choose an IOM connection type while adding a new connection profile. If you aren't seeing that option to select, TS help seems like the best option.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm also moving this to the Admin and Deploy category for better visibility.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 01:19:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Re-Running-SAS-code-from-VS-Code-SAS-Extension-connecting-to-SAS/m-p/912400#M27867</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2024-01-22T01:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Running SAS code from VS Code SAS Extension connecting to SAS v9.4 remote Server?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Re-Running-SAS-code-from-VS-Code-SAS-Extension-connecting-to-SAS/m-p/912436#M27869</link>
      <description>&lt;P&gt;As you suggest, I will contact SAS TS. I recently posted regarding 'Recent Files' in SAS/Studio which is related to this. VSCode keeps a lot of history whereas SAS/Studio submission history does not persist. Maybe I am unusual, but I am running on 3 different platforms with 3 different identities and it hard to keep track.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 11:53:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Re-Running-SAS-code-from-VS-Code-SAS-Extension-connecting-to-SAS/m-p/912436#M27869</guid>
      <dc:creator>Acf2</dc:creator>
      <dc:date>2024-01-22T11:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Running SAS code from VS Code SAS Extension connecting to SAS v9.4 remote Server?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Re-Running-SAS-code-from-VS-Code-SAS-Extension-connecting-to-SAS/m-p/912443#M27870</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/440477"&gt;@Acf2&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just tried creating Profile: SAS 9.4 (remote - IOM), and I was able to run code successfully&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TH&gt;Name&lt;/TH&gt;
&lt;TH&gt;Description&lt;/TH&gt;
&lt;TH&gt;Additional Notes&lt;/TH&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;Name of the profile&lt;/TD&gt;
&lt;TD&gt;SASIOM&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Host&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;IOM Server Host&lt;/TD&gt;
&lt;TD&gt;&amp;lt;MetaData Server Name&amp;gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Username&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;IOM Server Username&lt;/TD&gt;
&lt;TD&gt;&amp;lt;Registered UserName in the MetaData&amp;gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG&gt;Port&lt;/STRONG&gt;&lt;/TD&gt;
&lt;TD&gt;IOM Server Port&lt;/TD&gt;
&lt;TD&gt;8591&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;For this to work properly, you'll need to have a running&lt;/P&gt;
&lt;P&gt;- MetaData Server&lt;/P&gt;
&lt;P&gt;- SAS Object Spawner&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 13:10:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Re-Running-SAS-code-from-VS-Code-SAS-Extension-connecting-to-SAS/m-p/912443#M27870</guid>
      <dc:creator>AhmedAl_Attar</dc:creator>
      <dc:date>2024-01-22T13:10:16Z</dc:date>
    </item>
    <item>
      <title>Re: Running SAS code from VS Code SAS Extension connecting to SAS v9.4 remote Server?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Re-Running-SAS-code-from-VS-Code-SAS-Extension-connecting-to-SAS/m-p/912445#M27871</link>
      <description>&lt;P&gt;Success!&amp;nbsp; I ran an update from v15.0 (2 months old) to v16.0 and was presented with an SAS Remote (IOM) option for a new connection. Looking good so far. Thanks&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 13:29:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Re-Running-SAS-code-from-VS-Code-SAS-Extension-connecting-to-SAS/m-p/912445#M27871</guid>
      <dc:creator>Acf2</dc:creator>
      <dc:date>2024-01-22T13:29:38Z</dc:date>
    </item>
  </channel>
</rss>

