<?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 SAS Federation server - How to access view created in BAse SAS DSN from SAS Clients like SAS EG in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-Federation-server-How-to-access-view-created-in-BAse-SAS-DSN/m-p/473388#M14852</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to SAS Federation server. And I am stuck with the following things.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created the view using Oracle and Postgres data to the BASE DSN with certain path configured.&lt;/P&gt;&lt;P&gt;I wanted to use this view from SAS clients such as SAS EG or DI for the path (as a library), But when I am trying it with proc sql or data step it shows some metadata defintion as below :&lt;/P&gt;&lt;P&gt;SAS_ROW_ID SAS_CHECKSUM_ SAS_TEXTVIEW_&lt;/P&gt;&lt;P&gt;-1 -66527388211 MAVOACOGVGFSUKGGRGDETK2KVG.........&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I even tried with Proc fedsql, But then it throws certain error. It might be reading the definition, but SAS is not understanding that and giving the below error:&lt;/P&gt;&lt;P&gt;ERROR: Table "ora.FEDDB.SALES_DATA_ORACLE" does not exist or cannot be accessed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if I create the view using the data from BASE SAS DSN, while accessing it gives the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question 2:&lt;/P&gt;&lt;P&gt;I have another question on SAS Cache view :&lt;/P&gt;&lt;P&gt;When I create the chache and try to refresh, it creates the new cache table in the schema where we define to create,&lt;/P&gt;&lt;P&gt;with some default naming conventions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to delete the older cache and replace it with new with some customized naming conventions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried running &lt;STRONG&gt;purge cache&lt;/STRONG&gt; statement, but that got failed with some error :&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;[22001]String data, right-truncated Order Priority&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jun 2018 13:28:53 GMT</pubDate>
    <dc:creator>rahutnimje</dc:creator>
    <dc:date>2018-06-26T13:28:53Z</dc:date>
    <item>
      <title>SAS Federation server - How to access view created in BAse SAS DSN from SAS Clients like SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-Federation-server-How-to-access-view-created-in-BAse-SAS-DSN/m-p/473388#M14852</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to SAS Federation server. And I am stuck with the following things.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created the view using Oracle and Postgres data to the BASE DSN with certain path configured.&lt;/P&gt;&lt;P&gt;I wanted to use this view from SAS clients such as SAS EG or DI for the path (as a library), But when I am trying it with proc sql or data step it shows some metadata defintion as below :&lt;/P&gt;&lt;P&gt;SAS_ROW_ID SAS_CHECKSUM_ SAS_TEXTVIEW_&lt;/P&gt;&lt;P&gt;-1 -66527388211 MAVOACOGVGFSUKGGRGDETK2KVG.........&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I even tried with Proc fedsql, But then it throws certain error. It might be reading the definition, but SAS is not understanding that and giving the below error:&lt;/P&gt;&lt;P&gt;ERROR: Table "ora.FEDDB.SALES_DATA_ORACLE" does not exist or cannot be accessed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if I create the view using the data from BASE SAS DSN, while accessing it gives the same error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question 2:&lt;/P&gt;&lt;P&gt;I have another question on SAS Cache view :&lt;/P&gt;&lt;P&gt;When I create the chache and try to refresh, it creates the new cache table in the schema where we define to create,&lt;/P&gt;&lt;P&gt;with some default naming conventions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to delete the older cache and replace it with new with some customized naming conventions?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried running &lt;STRONG&gt;purge cache&lt;/STRONG&gt; statement, but that got failed with some error :&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;[22001]String data, right-truncated Order Priority&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jun 2018 13:28:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-Federation-server-How-to-access-view-created-in-BAse-SAS-DSN/m-p/473388#M14852</guid>
      <dc:creator>rahutnimje</dc:creator>
      <dc:date>2018-06-26T13:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Federation server - How to access view created in BAse SAS DSN from SAS Clients like SAS EG</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/SAS-Federation-server-How-to-access-view-created-in-BAse-SAS-DSN/m-p/486708#M15157</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="UserName lia-user-name lia-user-rank-New-Contributor"&gt; &lt;A id="link_8" class="lia-link-navigation lia-page-link lia-user-name-link" style="color: #999999;" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/198826" target="_self"&gt;&lt;SPAN class=""&gt;rahutnimje&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On your first question:&lt;/P&gt;
&lt;P&gt;Are you attempting to create a Federation Server view on an Oracle DBMS view or a BASE SAS view?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you list the CREATE DSN statement used in Federation Server?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On your second question:&lt;/P&gt;
&lt;P&gt;The &lt;A href="http://support.sas.com/documentation/cdl/en/fedsrvag/70395/HTML/default/viewer.htm#p0brxhio8pdadon1rt87djnsydnb.htm" target="_self"&gt;ALTER CACHE...REFRESH&lt;/A&gt; will create a new cached object with default naming.&amp;nbsp; You can issue a &lt;A href="http://support.sas.com/documentation/cdl/en/fedsrvag/70395/HTML/default/viewer.htm#p0brxhio8pdadon1rt87djnsydnb.htm" target="_self"&gt;DROP CACHE&lt;/A&gt; statement to remove the view.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Clark&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Aug 2018 15:00:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/SAS-Federation-server-How-to-access-view-created-in-BAse-SAS-DSN/m-p/486708#M15157</guid>
      <dc:creator>ACBradley</dc:creator>
      <dc:date>2018-08-14T15:00:07Z</dc:date>
    </item>
  </channel>
</rss>

