<?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: Can't export SAS Customer Intelligence in SAS Customer Intelligence</title>
    <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Can-t-export-SAS-Customer-Intelligence/m-p/449753#M887</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Export files are created by the sas general servers user-id (sassrv). I suggest you change the directory structure to 775 and make sure sassrv can write to it either by making sure sassrv and usera have the same primary or using a group setuid setting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Juan P.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Mar 2018 19:39:39 GMT</pubDate>
    <dc:creator>jpsm70</dc:creator>
    <dc:date>2018-03-29T19:39:39Z</dc:date>
    <item>
      <title>Can't export SAS Customer Intelligence</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Can-t-export-SAS-Customer-Intelligence/m-p/449729#M886</link>
      <description>&lt;P&gt;Hi I am using sas customer Intelligence to create some campaigns,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'am connected with a user named &lt;STRONG&gt;usera&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I need to export the target in a directory (linux) named &lt;STRONG&gt;/ftpdtm/MAexport&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The user&lt;STRONG&gt; usera &lt;/STRONG&gt;is the owner of the directory &lt;STRONG&gt;/ftpdtm/MAexport&lt;/STRONG&gt;, still I can't export into the directory :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;[MAEXPFIL].SYSERRORTEXT=[Insufficient authorization to access /ftpdtm/ExportMA//Target_20180329.]&lt;BR /&gt;at com.sas.analytics.crm.flow.FlowUtility.getStoredProcessException(FlowUtility.java:906)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS : The permission access to the directory are 755, and the directory is a mount between two servers&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can someone help me please&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 17:06:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Can-t-export-SAS-Customer-Intelligence/m-p/449729#M886</guid>
      <dc:creator>Asma_Manai</dc:creator>
      <dc:date>2018-03-29T17:06:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can't export SAS Customer Intelligence</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Can-t-export-SAS-Customer-Intelligence/m-p/449753#M887</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Export files are created by the sas general servers user-id (sassrv). I suggest you change the directory structure to 775 and make sure sassrv can write to it either by making sure sassrv and usera have the same primary or using a group setuid setting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Juan P.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 19:39:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Can-t-export-SAS-Customer-Intelligence/m-p/449753#M887</guid>
      <dc:creator>jpsm70</dc:creator>
      <dc:date>2018-03-29T19:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can't export SAS Customer Intelligence</title>
      <link>https://communities.sas.com/t5/SAS-Customer-Intelligence/Can-t-export-SAS-Customer-Intelligence/m-p/450355#M888</link>
      <description>&lt;P&gt;If from the command line UserA is able to create and remove a file on the external system:&lt;/P&gt;
&lt;PRE&gt;touch /ftpdtm/MAexport/test.txt
rm /ftpdtm/MAexport/test.txt&lt;/PRE&gt;
&lt;P&gt;The following may help:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Change the permission to the folder to 666 (or 766 if UserA really need the ability to execute something in the folder). 6 is read/write and no execute. Make sure that the group setting of the folder is one that the SAS MA Service Account is a part of. When SAS exports a file it's not writing it as the user. So assuming that UserA and the SAS MA Service Account are both part of the SAS group change the group of the folder to SAS if it's isn't already done.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If UserA wasn't able to create and delete a file on the external system with the touch and rm command&amp;nbsp;then I would look at the details of the mount that connects the folder to another system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On a Linux system I would execute the following:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;cat /proc/mounts | grep MAexport&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That should show you the user ID that the connection is based on. It should show you the user ID that the connection is based on. It will also show if the mount point is set up as read/writeable (rw). If the mount point is not set up as rw then that would need to be reconfigured and re-mounted. Whatever user ID is in place would have to be given the permissions on the external file system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;</description>
      <pubDate>Mon, 02 Apr 2018 14:16:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Customer-Intelligence/Can-t-export-SAS-Customer-Intelligence/m-p/450355#M888</guid>
      <dc:creator>pcapazzi</dc:creator>
      <dc:date>2018-04-02T14:16:20Z</dc:date>
    </item>
  </channel>
</rss>

