<?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 Connect SAS Enterprise Guide to Visual Analytics different servers in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Connect-SAS-Enterprise-Guide-to-Visual-Analytics-different/m-p/613653#M18463</link>
    <description>&lt;P&gt;Hi community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to configure my SAS EG server to connect to SAS Visual Analytics server and to Enterprise Miner Server,&amp;nbsp; I've been reading about use SAS\CONNECT but I can't find the way to do that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The 3 servers have&amp;nbsp;SAS\CONNECT, have Windows Server as OS and SAS 9.4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would appreciate any information on how to configure these servers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Dec 2019 00:43:22 GMT</pubDate>
    <dc:creator>Chrystopher</dc:creator>
    <dc:date>2019-12-24T00:43:22Z</dc:date>
    <item>
      <title>Connect SAS Enterprise Guide to Visual Analytics different servers</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Connect-SAS-Enterprise-Guide-to-Visual-Analytics-different/m-p/613653#M18463</link>
      <description>&lt;P&gt;Hi community,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to configure my SAS EG server to connect to SAS Visual Analytics server and to Enterprise Miner Server,&amp;nbsp; I've been reading about use SAS\CONNECT but I can't find the way to do that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The 3 servers have&amp;nbsp;SAS\CONNECT, have Windows Server as OS and SAS 9.4.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would appreciate any information on how to configure these servers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2019 00:43:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Connect-SAS-Enterprise-Guide-to-Visual-Analytics-different/m-p/613653#M18463</guid>
      <dc:creator>Chrystopher</dc:creator>
      <dc:date>2019-12-24T00:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Connect SAS Enterprise Guide to Visual Analytics different servers</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Connect-SAS-Enterprise-Guide-to-Visual-Analytics-different/m-p/613660#M18464</link>
      <description>&lt;P&gt;You use the SIGNON command to create a remote SAS session from your SAS EG session. However, before you try that it would be best to check that the SAS/CONNECT spawner is running on the SAS server you want to connect to. You can do that in SAS Management Console.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the spawner is running, then you can start to test connections. If you use Windows Authentication in your SAS environment then you are in luck because that works in SAS/CONNECT as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let SASVA = MySASVAServerName 7551; * 7551 is the default CONNECT port;

signon SASVA;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;You may have to tweak your SAS networking options, but the above should be a good starting point.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Dec 2019 02:04:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Connect-SAS-Enterprise-Guide-to-Visual-Analytics-different/m-p/613660#M18464</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-12-24T02:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Connect SAS Enterprise Guide to Visual Analytics different servers</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Connect-SAS-Enterprise-Guide-to-Visual-Analytics-different/m-p/614840#M18660</link>
      <description>&lt;P&gt;Hi SASKiwi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't have SAS Viya and in Services a can't find the process called SAS Connect Spawner. It's neccessary to have SAS Viya to make the connection between servers??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jan 2020 18:50:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Connect-SAS-Enterprise-Guide-to-Visual-Analytics-different/m-p/614840#M18660</guid>
      <dc:creator>Chrystopher</dc:creator>
      <dc:date>2020-01-02T18:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Connect SAS Enterprise Guide to Visual Analytics different servers</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Connect-SAS-Enterprise-Guide-to-Visual-Analytics-different/m-p/615065#M18705</link>
      <description>&lt;P&gt;May be what&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204"&gt;@JuanS_OCS&lt;/a&gt;&amp;nbsp;writes &lt;A href="https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-upload-data-to-SAS-LASR-by-using-SAS-Enterprise-Guide/td-p/474804" target="_self"&gt;here&lt;/A&gt; can help you.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also note what he writes related to: "&lt;SPAN&gt;You will need a SAS Administrator to do this".&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Btw: A "&lt;EM&gt;SAS EG server&lt;/EM&gt;" doesn't exist.&amp;nbsp;SAS EG is your client with which you connect to a SAS Server.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jan 2020 20:39:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Connect-SAS-Enterprise-Guide-to-Visual-Analytics-different/m-p/615065#M18705</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2020-01-03T20:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Connect SAS Enterprise Guide to Visual Analytics different servers</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Connect-SAS-Enterprise-Guide-to-Visual-Analytics-different/m-p/615749#M18813</link>
      <description>&lt;P&gt;Thank you Patrick,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new with this server, but what is the way to do what&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/35204" target="_blank"&gt;@JuanS_OCS&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; says, I don't know if i need to connect in Metadata Manager or in Server Manager.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks a lot.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2020 18:49:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Connect-SAS-Enterprise-Guide-to-Visual-Analytics-different/m-p/615749#M18813</guid>
      <dc:creator>Chrystopher</dc:creator>
      <dc:date>2020-01-07T18:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Connect SAS Enterprise Guide to Visual Analytics different servers</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Connect-SAS-Enterprise-Guide-to-Visual-Analytics-different/m-p/615896#M18828</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp; &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/147401"&gt;@Chrystopher&lt;/a&gt;&amp;nbsp;. You can use SAS/CONNECT from one SAS session (in a server or in your own local PC), as long as you have SAS/CONNECT licensed and configured. Which is not, in many occasions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But you can indeed make the connection from SAS EG to the basic services on each server, meaning, their Workspace server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this sense, you cannot connect to both servers at the same time, just one server/SAS session at a time (except, of course, if you have the availability of SAS/CONNECT).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this sense, if you connect from SAS EG to the SAS VA server (by default, sasva_metadata_server.yourcompany.com and port 8561), you will be able to interact with it. And the same goes to the SAS E Miner server (saseminer_metadata_server.yourcompany.com).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need to work with both, I highly recommend to have a shared folder, reachable by both servers and your PC, where you can have the input/output of Miner, and that data you can load into SAS VA for reports or explorations.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this of any help?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 11:54:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Connect-SAS-Enterprise-Guide-to-Visual-Analytics-different/m-p/615896#M18828</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2020-01-08T11:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: Connect SAS Enterprise Guide to Visual Analytics different servers</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Connect-SAS-Enterprise-Guide-to-Visual-Analytics-different/m-p/617375#M19066</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/147401"&gt;@Chrystopher&lt;/a&gt; - I wasn't talking about SAS Viya, only SAS VA and we do exactly what you are trying to do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't have the SAS/CONNECT spawner running on your VA server, then I suggest you contact SAS Tech Support to explain how you set this up. This is required so you can SIGNON to SAS VA without using a SAS/CONNECT script which is the best way to go. This documentation link should help: &lt;A href="https://documentation.sas.com/?docsetId=connref&amp;amp;docsetTarget=n1wo5zcbwh860mn1nqdvxgyp09y5.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en" target="_blank"&gt;https://documentation.sas.com/?docsetId=connref&amp;amp;docsetTarget=n1wo5zcbwh860mn1nqdvxgyp09y5.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 06:15:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Connect-SAS-Enterprise-Guide-to-Visual-Analytics-different/m-p/617375#M19066</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-01-15T06:15:28Z</dc:date>
    </item>
  </channel>
</rss>

