<?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: Server migration and disk connection problem in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Server-migration-and-disk-connection-problem/m-p/772088#M245118</link>
    <description>&lt;P&gt;&lt;STRONG&gt;ALWAYS&lt;/STRONG&gt; debug from the top down.&lt;/P&gt;
&lt;P&gt;This is the most important message:&lt;/P&gt;
&lt;PRE&gt;WARNING: Apparent symbolic reference GLB_PATH not resolved.&lt;/PRE&gt;
&lt;P&gt;You need to make sure first that the macro variable GLB_PATH is defined correctly, and this most likely will fix the following issues.&lt;/P&gt;</description>
    <pubDate>Tue, 05 Oct 2021 08:46:07 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-10-05T08:46:07Z</dc:date>
    <item>
      <title>Server migration and disk connection problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Server-migration-and-disk-connection-problem/m-p/771904#M245020</link>
      <description>&lt;P&gt;Can you tell me that I understand well. Here he has a macro that refers to a server that was put on orcale, now we have a server from which we can connect locally. I cannot import any files because this server on oracle to which you can only connect remotely.&lt;/P&gt;&lt;P&gt;So now I have to write to my admin of the SAS that migrated this server to find out where this folder is located? How can I connect from my computer if the server is on UNIXIe.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;/** file external connect&lt;BR /&gt;%include "&amp;amp;glb_path.\_global\*.sas";&lt;/P&gt;&lt;P&gt;/** links**/&lt;BR /&gt;%let path_lib = &amp;amp;glb_path.\02_libraries\ ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;WARNING: Physical file does not exist, /home/V1410190/&amp;amp;glb_path.\&lt;/P&gt;&lt;P&gt;ERROR: Cannot open %INCLUDE file &amp;amp;glb_path.\_global\*.sas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 11:16:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Server-migration-and-disk-connection-problem/m-p/771904#M245020</guid>
      <dc:creator>Gieorgie</dc:creator>
      <dc:date>2021-10-04T11:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Server migration and disk connection problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Server-migration-and-disk-connection-problem/m-p/771909#M245023</link>
      <description>&lt;PRE&gt;WARNING: Physical file does not exist, /home/V1410190/&amp;amp;glb_path.\&lt;/PRE&gt;
&lt;P&gt;The fact that this WARNING shows /home/V1410190 and then /&amp;amp;glb_path indicates it is looking on the remote machine (the server) for a folder named &amp;amp;glb_path, and it doesn't exist on the remote machine. Why? &amp;amp;glb_path is a folder on your local machine, not on the remote machine. The files you want in &amp;amp;glb_path must be uploaded to the remote machine (or perhaps on some remote machines you can make the local drive appear as a server drive, I don't know). You need to find out how to upload files from &amp;amp;glb_path to the remote server.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is not something we can help with, because it is different in every company and every university. Your local staff or colleagues should be able to explain how to do this.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 11:34:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Server-migration-and-disk-connection-problem/m-p/771909#M245023</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-10-04T11:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Server migration and disk connection problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Server-migration-and-disk-connection-problem/m-p/771924#M245030</link>
      <description>&lt;P&gt;Thanks !&lt;BR /&gt;I received information that this is the path and it is actually on the server&lt;/P&gt;&lt;PRE&gt;/sas/dev/data/users/V.../excel.xlsx&lt;/PRE&gt;&lt;P&gt;. However, when trying to connect&lt;/P&gt;&lt;PRE&gt;"% include" &amp;amp; glb_path. / Sas / dev / data / users / ";" I get such an error.

WARNING: Apparent symbolic reference GLB_PATH not resolved.
%include "&amp;amp;glb_path/sas/dev/data/users/V1410190";

WARNING: Physical file does not exist, /home/V1410190/&amp;amp;glb_path/sas/dev/data/users/V1410190.

ERROR: Cannot open %INCLUDE file &amp;amp;glb_path/sas/dev/data/users/V1410190&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Gieorgie_0-1633352698026.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64345iDF8EEED5C0BA9526/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Gieorgie_0-1633352698026.png" alt="Gieorgie_0-1633352698026.png" /&gt;&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;And i dont know why , Also, if I want to connect to this file, should I do it using import proc or select?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc import out=polisy2&lt;BR /&gt;datafile="glb_path/sas/dev/data/users/V1410190/excel.xlsx"&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 13:05:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Server-migration-and-disk-connection-problem/m-p/771924#M245030</guid>
      <dc:creator>Gieorgie</dc:creator>
      <dc:date>2021-10-04T13:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Server migration and disk connection problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Server-migration-and-disk-connection-problem/m-p/771941#M245036</link>
      <description>&lt;P&gt;The error message is clear. It is not able to resolve &amp;amp;glib_path.&lt;/P&gt;
&lt;P&gt;You can try something like this&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let glb_path="The actual full path";

proc import out=polisy2
datafile="&amp;amp;glb_path./sas/dev/data/users/V1410190/excel.xlsx" ;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Include any other option you need in the proc import statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 14:47:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Server-migration-and-disk-connection-problem/m-p/771941#M245036</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2021-10-04T14:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Server migration and disk connection problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Server-migration-and-disk-connection-problem/m-p/771950#M245041</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/401093"&gt;@Gieorgie&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Thanks !&lt;BR /&gt;I received information that this is the path and it is actually on the server&lt;/P&gt;
&lt;PRE&gt;/sas/dev/data/users/V.../excel.xlsx&lt;/PRE&gt;
&lt;P&gt;. However, when trying to connect&lt;/P&gt;
&lt;PRE&gt;"% include" &amp;amp; glb_path. / Sas / dev / data / users / ";" I get such an error.

WARNING: Apparent symbolic reference GLB_PATH not resolved.
%include "&amp;amp;glb_path/sas/dev/data/users/V1410190";

WARNING: Physical file does not exist, /home/V1410190/&amp;amp;glb_path/sas/dev/data/users/V1410190.

ERROR: Cannot open %INCLUDE file &amp;amp;glb_path/sas/dev/data/users/V1410190&lt;/PRE&gt;
&lt;P&gt;.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Gieorgie_0-1633352698026.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/64345iDF8EEED5C0BA9526/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Gieorgie_0-1633352698026.png" alt="Gieorgie_0-1633352698026.png" /&gt;&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;And i dont know why , Also, if I want to connect to this file, should I do it using import proc or select?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc import out=polisy2&lt;BR /&gt;datafile="glb_path/sas/dev/data/users/V1410190/excel.xlsx"&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;If that is the code you actually submitted in this line:&lt;/P&gt;
&lt;PRE&gt;"% include" &amp;amp; glb_path. / Sas / dev / data / users / ";" &lt;/PRE&gt;
&lt;P&gt;Is the leading quote part of your post as in this is the code is submitted within the quotes or did you actually submit that line?&lt;/P&gt;
&lt;P&gt;The leading quote would case problems as you quote the Include, not the path.&lt;/P&gt;
&lt;P&gt;I would expect errors. The Include must immediately follow the %, as in %include.&lt;/P&gt;
&lt;P&gt;You have a gap between &amp;amp; and glb_path. So the macro variable is not referenced correctly. The spaces in the rest of the path around every folder name are also likely not actually in your system paths.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 15:56:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Server-migration-and-disk-connection-problem/m-p/771950#M245041</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-10-04T15:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Server migration and disk connection problem</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Server-migration-and-disk-connection-problem/m-p/772088#M245118</link>
      <description>&lt;P&gt;&lt;STRONG&gt;ALWAYS&lt;/STRONG&gt; debug from the top down.&lt;/P&gt;
&lt;P&gt;This is the most important message:&lt;/P&gt;
&lt;PRE&gt;WARNING: Apparent symbolic reference GLB_PATH not resolved.&lt;/PRE&gt;
&lt;P&gt;You need to make sure first that the macro variable GLB_PATH is defined correctly, and this most likely will fix the following issues.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2021 08:46:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Server-migration-and-disk-connection-problem/m-p/772088#M245118</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-10-05T08:46:07Z</dc:date>
    </item>
  </channel>
</rss>

