<?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 unable to export the excel file in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570889#M161031</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i run the below export proc, im unable to export it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc export data=FSB_2&lt;BR /&gt;outfile="&amp;amp;Dir./fsb_&amp;amp;month..xlsx"&lt;BR /&gt;dbms=xlsx replace;&lt;BR /&gt;sheet="fSb";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;ERROR: Temporary file for XLSX file can not be created -&amp;gt; O:\Financial Information&lt;BR /&gt;Management\Financial Information\BI_Reporting\SAS\Retail Reporting\EPG\2019-05\fsb_05.$$1. Make&lt;BR /&gt;sure the path name is correct and that you have write permission.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can anyone please help me on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jul 2019 10:41:47 GMT</pubDate>
    <dc:creator>sg_kr</dc:creator>
    <dc:date>2019-07-03T10:41:47Z</dc:date>
    <item>
      <title>unable to export the excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570889#M161031</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when i run the below export proc, im unable to export it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc export data=FSB_2&lt;BR /&gt;outfile="&amp;amp;Dir./fsb_&amp;amp;month..xlsx"&lt;BR /&gt;dbms=xlsx replace;&lt;BR /&gt;sheet="fSb";&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error:&lt;/P&gt;&lt;P&gt;ERROR: Temporary file for XLSX file can not be created -&amp;gt; O:\Financial Information&lt;BR /&gt;Management\Financial Information\BI_Reporting\SAS\Retail Reporting\EPG\2019-05\fsb_05.$$1. Make&lt;BR /&gt;sure the path name is correct and that you have write permission.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can anyone please help me on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 10:41:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570889#M161031</guid>
      <dc:creator>sg_kr</dc:creator>
      <dc:date>2019-07-03T10:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: unable to export the excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570890#M161032</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/215304"&gt;@sg_kr&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Make sure the path name is correct and that you have write permission.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Seems like a relatively clear error message to me. Did you check to see if the file name and folder name is correct and that the folder actually exists, and that you have write permission to that folder?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 10:45:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570890#M161032</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-07-03T10:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: unable to export the excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570892#M161033</link>
      <description>&lt;P&gt;It's already there:&lt;/P&gt;
&lt;PRE&gt;Make sure the path name is correct and that you have write permission.&lt;/PRE&gt;
&lt;P&gt;This is exactly what you need to check. Keep in mind that the SAS process running on a specific server may not have access to the same network shares you have mounted on your desktop.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 10:46:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570892#M161033</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-03T10:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: unable to export the excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570895#M161035</link>
      <description>&lt;P&gt;but when i run the run the same thing in VDI Machine its working.&lt;/P&gt;&lt;P&gt;when i run on remote machine , its not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can i know how can i get rid of this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 10:49:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570895#M161035</guid>
      <dc:creator>sg_kr</dc:creator>
      <dc:date>2019-07-03T10:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: unable to export the excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570899#M161037</link>
      <description>yes, i have.&lt;BR /&gt;its working when i run this on VDI machine but not remote machine.</description>
      <pubDate>Wed, 03 Jul 2019 10:55:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570899#M161037</guid>
      <dc:creator>sg_kr</dc:creator>
      <dc:date>2019-07-03T10:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: unable to export the excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570902#M161038</link>
      <description>&lt;P&gt;From &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt; earlier in this thread&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;Keep in mind that the SAS process running on a specific server may not have access to the same network shares you have mounted on your desktop.&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your remote machine can't write to the same locations. Beyond that, no one here can say because we don't know your computer systems.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 11:06:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570902#M161038</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-07-03T11:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: unable to export the excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570903#M161039</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/215304"&gt;@sg_kr&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;but when i run the run the same thing in VDI Machine its working.&lt;/P&gt;
&lt;P&gt;when i run on remote machine , its not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;can i know how can i get rid of this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Then the path is available on that machine, but not on your (other) SAS server. Check that, or have it checked by your system admins.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;By the way, what is VDI?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 11:06:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570903#M161039</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-03T11:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: unable to export the excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570906#M161041</link>
      <description>i have already mapped the network drive to the machine, i checked it.&lt;BR /&gt;&lt;BR /&gt;VDI:virtual Desktop Infrastructure.&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jul 2019 11:09:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570906#M161041</guid>
      <dc:creator>sg_kr</dc:creator>
      <dc:date>2019-07-03T11:09:02Z</dc:date>
    </item>
    <item>
      <title>Re: unable to export the excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570915#M161043</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/215304"&gt;@sg_kr&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;i have already mapped the network drive to the machine, i checked it.&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;SAS tells you different. And in disputes like this, SAS is right in about 100% of cases. The path is either not there, or the SAS process lacks the necessary permissions. Ask your system admins, they know your IT infrastructure.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 11:16:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570915#M161043</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-07-03T11:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: unable to export the excel file</title>
      <link>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570932#M161048</link>
      <description>&lt;P&gt;When SAS and the user disagree, I believe SAS. You can't write to that location from your remote machine.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now, as &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/11562"&gt;@Kurt_Bremser&lt;/a&gt; and I have pointed out, this is not a SAS issue any more, and there's no one in this (or any other) SAS forum who can solve this for you. The solution is to discuss this with your IT department and have them figure out why your remote machine cannot write to this location (or perhaps talk to a colleague in your department who might know).&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 12:04:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/unable-to-export-the-excel-file/m-p/570932#M161048</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2019-07-03T12:04:53Z</dc:date>
    </item>
  </channel>
</rss>

