<?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: ODS PDF from UNIX to Windows Shared Drive in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-from-UNIX-to-Windows-Shared-Drive/m-p/448416#M20704</link>
    <description>&lt;P&gt;Thank you SASKiwi, PC Files was the answer as to why the PROC Export worked&amp;nbsp;but not ODS. We will look into other options for moving the reports off of the SAS Server.&lt;/P&gt;</description>
    <pubDate>Sat, 24 Mar 2018 12:01:26 GMT</pubDate>
    <dc:creator>VictorSirianni</dc:creator>
    <dc:date>2018-03-24T12:01:26Z</dc:date>
    <item>
      <title>ODS PDF from UNIX to Windows Shared Drive</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-from-UNIX-to-Windows-Shared-Drive/m-p/448273#M20696</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am attempting to export PDF&amp;nbsp;reports (combinations of graphs, tables, and text) using ODS to a shared drive. I am working in Enterprise Guide via Citrix Receiver and looking for a code solution that can be deployed with SAS Scheduler.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have successfully used PROC Export:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export
	data = work.user_measures
	outfile = "\\corp.[company_name].com\share$\CLE06\PROCESS ENGINEERING\DNA\Mortgage\Extracts\User_Measures.xls"&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As well as outputting to a server folder using ODS:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file = "/opt/sasusershome/[username]/Reporting/test.pdf";&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However when trying to use ODS to output to the Shared Drive directory I receive the message "ERROR: Physical file does not exist" if using forward slashes:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file = "//corp.[company_name].com/share$/CLE06/PROCESS ENGINEERING/DNA/Mortgage/Reporting/test.pdf";&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or if using backward slashes the error message "ERROR: Insufficient authorization to access /sas/foundation/sasconfig_grid/Lev1/SASGrid/\\corp.[company_name].com\share$\CLE06\PROCESS&lt;/P&gt;&lt;P&gt;ENGINEERING\DNA\Mortgage\Reporting\test.pdf.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods pdf file = "\\corp.keybank.com\share$\CLE06\PROCESS ENGINEERING\DNA\Mortgage\Reporting\test.pdf";&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My best guess is that the problem lies with going from the UNIX SAS environment to the Windows Shared Drive, however, I do not understand why one operation is working while the other is not. Any help or insights would be incredibly appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 22:43:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-from-UNIX-to-Windows-Shared-Drive/m-p/448273#M20696</guid>
      <dc:creator>VictorSirianni</dc:creator>
      <dc:date>2018-03-23T22:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF from UNIX to Windows Shared Drive</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-from-UNIX-to-Windows-Shared-Drive/m-p/448358#M20698</link>
      <description>&lt;P&gt;Why are you using forward slashes in the ODS drive path? We use ODS a lot under Windows and always use back slashes.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 22:18:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-from-UNIX-to-Windows-Shared-Drive/m-p/448358#M20698</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-03-23T22:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF from UNIX to Windows Shared Drive</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-from-UNIX-to-Windows-Shared-Drive/m-p/448359#M20699</link>
      <description>&lt;P&gt;Do you see a difference between these lines&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; outfile &lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt; &lt;SPAN class="token string"&gt;"\\corp.[company_name].com\share$\CLE06\PROCESS ENGINEERING\DNA\Mortgage\Extracts\User_Measures.xls"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="token string"&gt;&lt;SPAN class="token statement"&gt;ods&lt;/SPAN&gt; &lt;SPAN class="token function"&gt;pdf&lt;/SPAN&gt; &lt;SPAN class="token statement"&gt;file&lt;/SPAN&gt; &lt;SPAN class="token operator"&gt;=&lt;/SPAN&gt; "//corp.[company_name].com/share$/CLE06/PROCESS ENGINEERING/DNA/Mortgage/Reporting/test.pdf"&lt;SPAN class="token punctuation"&gt;;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="token string"&gt;&lt;SPAN class="token punctuation"&gt;If the first one worked and the second failed look for the difference and correct.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 22:22:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-from-UNIX-to-Windows-Shared-Drive/m-p/448359#M20699</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-03-23T22:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF from UNIX to Windows Shared Drive</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-from-UNIX-to-Windows-Shared-Drive/m-p/448364#M20700</link>
      <description>&lt;P&gt;Thank you for your reply, I've edited the original post to clarify that the ODS output does not work using either&amp;nbsp;forward or backslashes&amp;nbsp;in the filepath. I tested both as my understanding is that&amp;nbsp;UNIX uses "/" and Windows supports either although uses "\" by convention.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Mar 2018 22:48:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-from-UNIX-to-Windows-Shared-Drive/m-p/448364#M20700</guid>
      <dc:creator>VictorSirianni</dc:creator>
      <dc:date>2018-03-23T22:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF from UNIX to Windows Shared Drive</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-from-UNIX-to-Windows-Shared-Drive/m-p/448378#M20702</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hi:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&amp;nbsp; It looks to me, based on this path in the log's ERROR:&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="1 2 3 4 5 6 7" face="courier new,courier"&gt;ERROR: Insufficient authorization to access &lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="1 2 3 4 5 6 7" face="courier new,courier"&gt;&lt;FONT color="#FF0000"&gt;/sas/foundation/sasconfig_grid/Lev1/SASGrid/&lt;/FONT&gt;&lt;FONT color="#0000FF"&gt;\\corp.[company_name].com\share$\CLE06\PROCESS ENGINEERING\DNA\Mortgage\Reporting\test.pdf&lt;/FONT&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" face="arial,helvetica,sans-serif"&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT color="#000000"&gt;that you are running on a BI Platform or Grid platform, because of the way that the Grid server name is pre-pended to the name you specified in your code. Typically, this means that the way your configuration is set up, the fully qualified name you specified cannot be written to from the server machine identified by&amp;nbsp;&lt;/FONT&gt; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" face="arial,helvetica,sans-serif"&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT color="#000000"&gt;/sas/foundation/sasconfig_grid/Lev1/SASGrid.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" face="arial,helvetica,sans-serif"&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT color="#000000"&gt;&amp;nbsp; My suggestion is that you contact your SAS Administrator and get access to a folder on the server, that is relative to the part of the path that I've highlighted in red and then you can FTP your PDF file from the server to your other location.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3" face="arial,helvetica,sans-serif"&gt;&lt;FONT color="#0000FF"&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;&lt;FONT color="#000000"&gt;Cynthia&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 24 Mar 2018 00:50:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-from-UNIX-to-Windows-Shared-Drive/m-p/448378#M20702</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-03-24T00:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF from UNIX to Windows Shared Drive</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-from-UNIX-to-Windows-Shared-Drive/m-p/448379#M20703</link>
      <description>&lt;P&gt;Are you by any chance using the SAS PC FILE Server with PROC EXPORT? For example using DBMS = EXCELCS? That would explain why your PROC EXPORT works but your ODS PATH doesn't. You could ask your SAS server admin about the possibility of setting up a file share from your SAS server to Windows file server.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Mar 2018 01:19:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-from-UNIX-to-Windows-Shared-Drive/m-p/448379#M20703</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-03-24T01:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF from UNIX to Windows Shared Drive</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-from-UNIX-to-Windows-Shared-Drive/m-p/448416#M20704</link>
      <description>&lt;P&gt;Thank you SASKiwi, PC Files was the answer as to why the PROC Export worked&amp;nbsp;but not ODS. We will look into other options for moving the reports off of the SAS Server.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Mar 2018 12:01:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-from-UNIX-to-Windows-Shared-Drive/m-p/448416#M20704</guid>
      <dc:creator>VictorSirianni</dc:creator>
      <dc:date>2018-03-24T12:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF from UNIX to Windows Shared Drive</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-from-UNIX-to-Windows-Shared-Drive/m-p/448418#M20705</link>
      <description>&lt;P&gt;Thank you Cynthia, we are in fact using a SAS Grid, and I was able to output to a server folder so we will continue to work&amp;nbsp;on a solution for moving the reports once generated.&lt;/P&gt;</description>
      <pubDate>Sat, 24 Mar 2018 12:08:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-from-UNIX-to-Windows-Shared-Drive/m-p/448418#M20705</guid>
      <dc:creator>VictorSirianni</dc:creator>
      <dc:date>2018-03-24T12:08:20Z</dc:date>
    </item>
  </channel>
</rss>

