<?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: how to connect to metadataserver in sas command line? in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/how-to-connect-to-metadataserver-in-sas-command-line/m-p/776663#M23308</link>
    <description>&lt;P&gt;SAS Management Console provides a point-and-click interface to schedule and run SAS batch programs - if you are creating EG projects then you need to export these to SAS programs first.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this a possibility for you? SMC needs to be installed on your PC like EG, but once it is you connect to a remote SAS server just like in EG.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Oct 2021 04:16:31 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2021-10-27T04:16:31Z</dc:date>
    <item>
      <title>how to connect to metadataserver in sas command line?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/how-to-connect-to-metadataserver-in-sas-command-line/m-p/776419#M23293</link>
      <description>&lt;P&gt;Struggling with SAS command line...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been using SAS EG for a while, and want to try batch work arrangement by windows CLI(for some permission level restriction I can't use scheduls in SAS EG...).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I have to connect to metadata sever every time&amp;nbsp; I start EG, which I don't know how to finish in command line, I guess there should be some sas.exe parameters to set up the "bridge" connection with [remote server address, port, user name, password...]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a handbook I may follow?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;appreciate in advance for any rely.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Oct 2021 10:05:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/how-to-connect-to-metadataserver-in-sas-command-line/m-p/776419#M23293</guid>
      <dc:creator>kimmygzc</dc:creator>
      <dc:date>2021-10-26T10:05:18Z</dc:date>
    </item>
    <item>
      <title>Re: how to connect to metadataserver in sas command line?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/how-to-connect-to-metadataserver-in-sas-command-line/m-p/776448#M23296</link>
      <description>The SAS session that Enterprise Guide connects to is a Workspace Server. The Workspace Server establishes a connection to the Metatdata Server by way of the Lev1/metadataConfig.xml file that is called by the METAPROFILE in Lev1\SASApp\sasv9.cfg. This establishes a connection to the Metadata Server using the connection details in that XML file as the process owner or in the case of SAS Token Authentication using a one-time password for the user who requested the server from the Object Spawner.&lt;BR /&gt;&lt;BR /&gt;To connect to Metadata from a SAS session started in batch you could use the Batch Server to start SAS (i.e. Lev1\SASApp\BatchServer\sasbatch.cmd) which would also load that metaprofile option, or in a SAS session started from &amp;lt;SASHome&amp;gt;\SASFoundation\9.4\sas, use the metadata connection options (e.g. metaprofile, or metaserver/metaport/metauser/metapass).&lt;BR /&gt;&lt;BR /&gt;Connection Options&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lrmeta/n03ph3v01d4e7en1n0v7wm8o3yiu.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/lrmeta/n03ph3v01d4e7en1n0v7wm8o3yiu.htm&lt;/A&gt;</description>
      <pubDate>Tue, 26 Oct 2021 12:36:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/how-to-connect-to-metadataserver-in-sas-command-line/m-p/776448#M23296</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2021-10-26T12:36:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to connect to metadataserver in sas command line?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/how-to-connect-to-metadataserver-in-sas-command-line/m-p/776663#M23308</link>
      <description>&lt;P&gt;SAS Management Console provides a point-and-click interface to schedule and run SAS batch programs - if you are creating EG projects then you need to export these to SAS programs first.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is this a possibility for you? SMC needs to be installed on your PC like EG, but once it is you connect to a remote SAS server just like in EG.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Oct 2021 04:16:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/how-to-connect-to-metadataserver-in-sas-command-line/m-p/776663#M23308</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-10-27T04:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to connect to metadataserver in sas command line?</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/how-to-connect-to-metadataserver-in-sas-command-line/m-p/781552#M23419</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;If one wants to run SAS code in batch mode from command line, it is not&amp;nbsp; necessary to connect to the metadata server. However this is to be run a machine on which SAS is installed.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Nov 2021 14:49:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/how-to-connect-to-metadataserver-in-sas-command-line/m-p/781552#M23419</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-11-21T14:49:11Z</dc:date>
    </item>
  </channel>
</rss>

