<?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: code to read a file from meta data server through eg in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/code-to-read-a-file-from-meta-data-server-through-eg/m-p/494193#M130197</link>
    <description>&lt;P&gt;The metaoptions are for connecting to the metadata itself, not for files residing on the machine where the metadata server runs.&lt;/P&gt;
&lt;P&gt;Is your workspace server on a machine separate from the metadata server?&lt;/P&gt;</description>
    <pubDate>Mon, 10 Sep 2018 16:40:51 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2018-09-10T16:40:51Z</dc:date>
    <item>
      <title>code to read a file from meta data server through eg</title>
      <link>https://communities.sas.com/t5/SAS-Programming/code-to-read-a-file-from-meta-data-server-through-eg/m-p/494131#M130163</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a log file which resides in meta data server .&lt;/P&gt;&lt;P&gt;i need to import this log file through&amp;nbsp; sas eg and convert as data set.&lt;/P&gt;&lt;P&gt;But i am not able to access that log file through eg ,,i think by default it check for the file in compute server homefolder .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;options metaserver = "fcmeta.ca"&lt;BR /&gt;metaport = 8561&lt;BR /&gt;metauser = "user"&lt;BR /&gt;metapass = "xxxxxx "&lt;BR /&gt;metarepository = Foundation&lt;BR /&gt;metaprotocol = bridge&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data new;&lt;/P&gt;&lt;P&gt;infile "/home/hed/tataa.log";&lt;/P&gt;&lt;P&gt;-----&lt;/P&gt;&lt;P&gt;-----&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know how should i proceed .&lt;/P&gt;&lt;P&gt;I am actually new to sas programming ,,So please let me know where i am doing wrong&lt;BR /&gt;;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 14:17:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/code-to-read-a-file-from-meta-data-server-through-eg/m-p/494131#M130163</guid>
      <dc:creator>nagaraj1991</dc:creator>
      <dc:date>2018-09-10T14:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: code to read a file from meta data server through eg</title>
      <link>https://communities.sas.com/t5/SAS-Programming/code-to-read-a-file-from-meta-data-server-through-eg/m-p/494193#M130197</link>
      <description>&lt;P&gt;The metaoptions are for connecting to the metadata itself, not for files residing on the machine where the metadata server runs.&lt;/P&gt;
&lt;P&gt;Is your workspace server on a machine separate from the metadata server?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Sep 2018 16:40:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/code-to-read-a-file-from-meta-data-server-through-eg/m-p/494193#M130197</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-10T16:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: code to read a file from meta data server through eg</title>
      <link>https://communities.sas.com/t5/SAS-Programming/code-to-read-a-file-from-meta-data-server-through-eg/m-p/494446#M130289</link>
      <description>&lt;P&gt;Thanks Kurt for the reply.&lt;/P&gt;&lt;P&gt;We have four servers&amp;nbsp;&lt;/P&gt;&lt;P&gt;meta&amp;nbsp;&lt;/P&gt;&lt;P&gt;compute&amp;nbsp;&lt;/P&gt;&lt;P&gt;mid1&lt;/P&gt;&lt;P&gt;mid2&lt;/P&gt;&lt;P&gt;So when i give my home folder in code&amp;nbsp; it is checking for the files in&amp;nbsp; my home folder computer server .&lt;/P&gt;&lt;P&gt;So is there any way i can make it to check my meta data server home folder&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure i&amp;nbsp; have answered your question .Please let me know is there anything i could elaborate&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 11:18:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/code-to-read-a-file-from-meta-data-server-through-eg/m-p/494446#M130289</guid>
      <dc:creator>nagaraj1991</dc:creator>
      <dc:date>2018-09-11T11:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: code to read a file from meta data server through eg</title>
      <link>https://communities.sas.com/t5/SAS-Programming/code-to-read-a-file-from-meta-data-server-through-eg/m-p/494581#M130350</link>
      <description>&lt;P&gt;So your workspace server process runs on a machine separate from the metadata server. If you want to read metadata log files, you need some kind of accessto those.&lt;/P&gt;
&lt;P&gt;Either have the necessary path from the metadata server mounted on the compute server, or use sftp access (servers should always have a SSH server active).&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 17:56:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/code-to-read-a-file-from-meta-data-server-through-eg/m-p/494581#M130350</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-11T17:56:58Z</dc:date>
    </item>
  </channel>
</rss>

