<?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: ERROR: Physical File does not exist in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404674#M26002</link>
    <description>&lt;P&gt;On a UNIX server, I would simply connect to it with SSH, log on with my SAS UserID, and then try to navigate to the intended location.&lt;/P&gt;
&lt;P&gt;If that does not work, I'd do a df to check if the resource in question is mounted on some other directory I did not look for.&lt;/P&gt;
&lt;P&gt;But that's UNIX.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you do have a Windows backend, I'd check with the sysadmin of the SAS server if the shared resource is available on the server, and if the necessary permissions are propagated there. Windows can be very tricky in that regard.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Oct 2017 05:59:46 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2017-10-17T05:59:46Z</dc:date>
    <item>
      <title>ERROR: Physical File does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404377#M25950</link>
      <description>&lt;P&gt;Hi&amp;nbsp; SAS Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to import a very basic excel file with 4 columns and 5 rows &amp;nbsp;from a shared folder, however I &amp;nbsp;keep getting the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ERROR: Physical file does not exist,//bqlpnas01/hodata/Assessment/Testdata.xls&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using &lt;STRONG&gt;SAS Enterprise Guide 4.3&lt;/STRONG&gt;&amp;nbsp;and &amp;nbsp;below is my logic:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Proc Import Datafile=",//bqlpnas01/hodata/Assessment/Testdata.xls"&lt;/P&gt;&lt;P&gt;OUT=Outdata&lt;/P&gt;&lt;P&gt;DBMS=xls&lt;/P&gt;&lt;P&gt;REPLACE;&lt;/P&gt;&lt;P&gt;SHEET="Sheet1"&lt;/P&gt;&lt;P&gt;GETNAMES=YES;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I really appreciate your help to make this work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Maggie&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 06:43:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404377#M25950</guid>
      <dc:creator>Timbim</dc:creator>
      <dc:date>2017-10-16T06:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical File does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404380#M25951</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/138573"&gt;@Timbim&lt;/a&gt;&amp;nbsp;, Maggie,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;first, I would say that your path to your shared file would need to use \\ ...\...\&amp;nbsp; instead of //..../.../ But perhaps it does not matter.&lt;/P&gt;
&lt;P&gt;Second, I would say that either your user (or the user who runs the process in your sas code (server or pc) does not have permissions to that shared location.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would ask this question to a system administrator, they should be able to help you just fine &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Juan&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 07:02:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404380#M25951</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-10-16T07:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical File does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404387#M25952</link>
      <description>&lt;P&gt;Is that comma really there at the start of your path?&lt;/P&gt;
&lt;P&gt;Which environment does your SAS server use (UNIX or Windows)?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 07:29:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404387#M25952</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-16T07:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical File does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404388#M25953</link>
      <description>Hi Kurt, that comma was inserted by mistake. I have a Windows environment.&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Oct 2017 07:35:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404388#M25953</guid>
      <dc:creator>Timbim</dc:creator>
      <dc:date>2017-10-16T07:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical File does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404389#M25954</link>
      <description>Hi Juan,&lt;BR /&gt;I do have access to the shared folder. This is proven by other files I have&lt;BR /&gt;imported using the "import" function on SAS EG without having to write an&lt;BR /&gt;import logic myself.&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Oct 2017 07:37:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404389#M25954</guid>
      <dc:creator>Timbim</dc:creator>
      <dc:date>2017-10-16T07:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical File does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404396#M25955</link>
      <description>&lt;P&gt;When SAS says "Physical File does not exist", it is usually right. Up to now I have recorded a 100% success rate for this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you use the import wizard in EG, the resource is read LOCALLY, Excel to text conversion is also done locally, the text is sent to the server via the IOM bridge, and a data step created for the text is executed there.&lt;/P&gt;
&lt;P&gt;When you write proc import code yourself, the code is sent to the server, and then the server tries to read the resource. If the SAS server or your user on the SAS server does not have access to the shared resource, the file is simply not there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So you have to verify that your userID on the SAS server has access to the UNC path.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 08:06:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404396#M25955</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-16T08:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical File does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404406#M25956</link>
      <description>&lt;P&gt;Please show the log of the&amp;nbsp;&lt;STRONG&gt;exact&amp;nbsp;&lt;/STRONG&gt;code run, i.e. without the "," preceeding.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 09:04:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404406#M25956</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-10-16T09:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical File does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404629#M25985</link>
      <description>&lt;P&gt;1 ;*';*";*/;quit;run;&lt;/P&gt;&lt;P&gt;2 OPTIONS PAGENO=MIN;&lt;/P&gt;&lt;P&gt;3 %LET _CLIENTTASKLABEL=%NRBQUOTE(Code2);&lt;/P&gt;&lt;P&gt;4 %LET _EGTASKLABEL=%NRBQUOTE(Code2);&lt;/P&gt;&lt;P&gt;5 %LET _CLIENTPROJECTNAME=%NRBQUOTE(H:\Transformation\Daily Arrears Summary\Project1.egp);&lt;/P&gt;&lt;P&gt;6 %LET _SASPROGRAMFILE=;&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;8 ODS _ALL_ CLOSE;&lt;/P&gt;&lt;P&gt;NOTE: Some of your options or statements may not be supported with the Activex or Java series of devices. Graph defaults for these&lt;/P&gt;&lt;P&gt;drivers may be different from other SAS/GRAPH device drivers. For further information, please contact Technical Support.&lt;/P&gt;&lt;P&gt;9 OPTIONS DEV=ACTIVEX;&lt;/P&gt;&lt;P&gt;10 FILENAME EGHTML TEMP;&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable SASWORKLOCATION resolves to&lt;/P&gt;&lt;P&gt;"/saslev1comp/sasegwork/SAS_workE9970000527A_boqs0312pp/SAS_work84890000527A_boqs0312pp/"&lt;/P&gt;&lt;P&gt;NOTE: Writing HTML(EGHTML) Body file: EGHTML&lt;/P&gt;&lt;P&gt;11 ODS HTML(ID=EGHTML) FILE=EGHTML ENCODING='utf-8' STYLE=EGDefault&lt;/P&gt;&lt;P&gt;11 ! STYLESHEET=(URL="file:///C:/Program%20Files/SAS/Shared%20Files/BIClientStyles/EGDefault.css")&lt;/P&gt;&lt;P&gt;11 ! ATTRIBUTES=("CODEBASE"="&lt;A href="http://www2.sas.com/codebase/graph/v91/sasgraph.exe" target="_blank"&gt;http://www2.sas.com/codebase/graph/v91/sasgraph.exe&lt;/A&gt;") NOGTITLE NOGFOOTNOTE GPATH=&amp;amp;sasworklocation&lt;/P&gt;&lt;P&gt;11 ! ;&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable SYSVLONG resolves to 9.01.01M3P020206&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable GRAPHAVAIL resolves to 9.01 TS1M3&lt;/P&gt;&lt;P&gt;12&lt;/P&gt;&lt;P&gt;13 %gaccessible;&lt;/P&gt;&lt;P&gt;SYMBOLGEN: Macro variable ACCESSIBLE resolves to NOACCESSIBLE&lt;/P&gt;&lt;P&gt;14 Proc Import DATAFILE="//bqlpnas01/hodata/AssetMnmt/Testdata.xls"&lt;/P&gt;&lt;P&gt;15 OUT=OUTDATA&lt;/P&gt;&lt;P&gt;16 DBMS=xls&lt;/P&gt;&lt;P&gt;17 REPLACE;&lt;/P&gt;&lt;P&gt;18 Sheet="Sheet1";&lt;/P&gt;&lt;P&gt;19 GETNAMES=YES;&lt;/P&gt;&lt;P&gt;20 run;&lt;/P&gt;&lt;P&gt;ERROR: Physical file does not exist, //bqlpnas01/hodata/AssetMnmt/Testdata.xls.&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE IMPORT used (Total process time):&lt;/P&gt;&lt;P&gt;real time 0.00 seconds&lt;/P&gt;&lt;P&gt;cpu time 0.01 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;21&lt;/P&gt;&lt;P&gt;22 %LET _CLIENTTASKLABEL=;&lt;/P&gt;&lt;P&gt;23 %LET _EGTASKLABEL=;&lt;/P&gt;&lt;P&gt;24 %LET _CLIENTPROJECTNAME=;&lt;/P&gt;&lt;P&gt;25 %LET _SASPROGRAMFILE=;&lt;/P&gt;&lt;P&gt;26&lt;/P&gt;&lt;P&gt;27 ;*';*";*/;quit;run;&lt;/P&gt;&lt;P&gt;28 ODS _ALL_ CLOSE;&lt;/P&gt;&lt;P&gt;29&lt;/P&gt;&lt;P&gt;30&lt;/P&gt;&lt;P&gt;31 QUIT; RUN;&lt;/P&gt;&lt;P&gt;32&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 23:10:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404629#M25985</guid>
      <dc:creator>Timbim</dc:creator>
      <dc:date>2017-10-16T23:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical File does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404631#M25986</link>
      <description>&lt;P&gt;Thanks Kurt. Do you know how I could verify my USERID on the SAS Server without having to call up the&amp;nbsp;Technology Team?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 23:11:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404631#M25986</guid>
      <dc:creator>Timbim</dc:creator>
      <dc:date>2017-10-16T23:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical File does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404674#M26002</link>
      <description>&lt;P&gt;On a UNIX server, I would simply connect to it with SSH, log on with my SAS UserID, and then try to navigate to the intended location.&lt;/P&gt;
&lt;P&gt;If that does not work, I'd do a df to check if the resource in question is mounted on some other directory I did not look for.&lt;/P&gt;
&lt;P&gt;But that's UNIX.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you do have a Windows backend, I'd check with the sysadmin of the SAS server if the shared resource is available on the server, and if the necessary permissions are propagated there. Windows can be very tricky in that regard.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 05:59:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404674#M26002</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-17T05:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical File does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404676#M26003</link>
      <description>Actually, I think I have a unix server. How do I tell the difference?&lt;BR /&gt;&lt;BR /&gt;Really appreciate your insights.&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Oct 2017 06:09:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404676#M26003</guid>
      <dc:creator>Timbim</dc:creator>
      <dc:date>2017-10-17T06:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: Physical File does not exist</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404689#M26004</link>
      <description>&lt;P&gt;If you have UNIX, you can safely assume that it also has a secure shell (SSH) server running. Use a tool like PuTTY to log on to the server, and then go searching for network mounts. Or use WinSCP (same connection), which allows you to browse the filesystem Explorer-like.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IMO, you're better off by simply asking the admin if the resource is mounted on the server, and if yes, where.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For searching on your own, some knowledge about UNIX filesystem structures and UNIX utilities is required.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Oct 2017 07:18:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/ERROR-Physical-File-does-not-exist/m-p/404689#M26004</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2017-10-17T07:18:36Z</dc:date>
    </item>
  </channel>
</rss>

