<?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 metadata error in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/metadata-error/m-p/329322#M6276</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been trying to import some data as csv file, however I am getting an error:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;5 The SAS System 19:26 Thursday, February 2, 2017&lt;/P&gt;&lt;P&gt;43 Options VALIDVARNAME=ANY VALIDMEMNAME=EXTEND;&lt;BR /&gt;44 %macro deletedsifexists(lib,name);&lt;BR /&gt;45 %if %sysfunc(exist(&amp;amp;lib..&amp;amp;name.)) %then %do;&lt;BR /&gt;46 proc datasets library=&amp;amp;lib. nolist;&lt;BR /&gt;47 delete &amp;amp;name.;&lt;BR /&gt;48 quit;&lt;BR /&gt;49 %end;&lt;BR /&gt;50 %mend deletedsifexists;&lt;BR /&gt;51&lt;BR /&gt;ERROR: Metadata Server denied access to operation.&lt;BR /&gt;52 /* Remove target data table from Library */&lt;BR /&gt;53 %deletedsifexists(LASRLIB, salesrbt);&lt;BR /&gt;54&lt;BR /&gt;55&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried removing spaces from the output table name as one of the sugesstions from google. I am still not able to get through. Kindly help!!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jitin Sethi&lt;/P&gt;</description>
    <pubDate>Thu, 02 Feb 2017 09:11:43 GMT</pubDate>
    <dc:creator>jitinsethi07</dc:creator>
    <dc:date>2017-02-02T09:11:43Z</dc:date>
    <item>
      <title>metadata error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/metadata-error/m-p/329322#M6276</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been trying to import some data as csv file, however I am getting an error:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;5 The SAS System 19:26 Thursday, February 2, 2017&lt;/P&gt;&lt;P&gt;43 Options VALIDVARNAME=ANY VALIDMEMNAME=EXTEND;&lt;BR /&gt;44 %macro deletedsifexists(lib,name);&lt;BR /&gt;45 %if %sysfunc(exist(&amp;amp;lib..&amp;amp;name.)) %then %do;&lt;BR /&gt;46 proc datasets library=&amp;amp;lib. nolist;&lt;BR /&gt;47 delete &amp;amp;name.;&lt;BR /&gt;48 quit;&lt;BR /&gt;49 %end;&lt;BR /&gt;50 %mend deletedsifexists;&lt;BR /&gt;51&lt;BR /&gt;ERROR: Metadata Server denied access to operation.&lt;BR /&gt;52 /* Remove target data table from Library */&lt;BR /&gt;53 %deletedsifexists(LASRLIB, salesrbt);&lt;BR /&gt;54&lt;BR /&gt;55&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried removing spaces from the output table name as one of the sugesstions from google. I am still not able to get through. Kindly help!!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Jitin Sethi&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 09:11:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/metadata-error/m-p/329322#M6276</guid>
      <dc:creator>jitinsethi07</dc:creator>
      <dc:date>2017-02-02T09:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: metadata error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/metadata-error/m-p/329324#M6277</link>
      <description>&lt;P&gt;What type of SAS are you using, e.g. Enterprise Guide, DI, etc. &amp;nbsp;This post should most definately not be in Community Matters!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 09:15:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/metadata-error/m-p/329324#M6277</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-02-02T09:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: metadata error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/metadata-error/m-p/329475#M6278</link>
      <description>&lt;P&gt;Include the libname statement and matadata server options if you have any.&lt;/P&gt;
&lt;P&gt;My guess is that you either&amp;nbsp;has a META engine allocation that doesn't allow delete operations, or perhaps you are working&amp;nbsp;with a metadata bound library?&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 15:46:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/metadata-error/m-p/329475#M6278</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-02-02T15:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: metadata error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/metadata-error/m-p/329480#M6279</link>
      <description>&lt;P&gt;If you are trying to import CSV then why are you attempting to delete a data set? If successful the import will overwrite the existing data set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I suspect that you have issues about permissions with that library&lt;/P&gt;
&lt;P&gt;run this code:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Libname LASRLIB list;&lt;/P&gt;
&lt;P&gt;Look at the log to see characteristics and see if you have something like READONLY&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 15:49:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/metadata-error/m-p/329480#M6279</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-02-02T15:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: metadata error</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/metadata-error/m-p/329694#M6280</link>
      <description>&lt;P&gt;I am using SAS VA and it auto creates the delete macro that you are seeing in the error log.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got my issue fixed after deleting the AUTOLOAD Log fines from the server. There were around 30,000 log files that were required to be cleared.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2017 06:04:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/metadata-error/m-p/329694#M6280</guid>
      <dc:creator>jitinsethi07</dc:creator>
      <dc:date>2017-02-03T06:04:00Z</dc:date>
    </item>
  </channel>
</rss>

