<?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: No matching SASLibrary objects found in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/No-matching-SASLibrary-objects-found/m-p/239805#M6226</link>
    <description>&lt;P&gt;Looks like you have created the "MISSING" folder, can I know the folder location in which you have created the "Missing" folder. We are running similar error when trying to runt he auto load.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Sri&lt;/P&gt;</description>
    <pubDate>Thu, 17 Dec 2015 18:09:57 GMT</pubDate>
    <dc:creator>skamired</dc:creator>
    <dc:date>2015-12-17T18:09:57Z</dc:date>
    <item>
      <title>No matching SASLibrary objects found</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/No-matching-SASLibrary-objects-found/m-p/159550#M2919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope this is the appropriate place to ask this question...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to load a dataset and my Autoload.SAS log is returning the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2914&amp;nbsp; /* Set the name of the LASR library to which to Auto Load */&lt;/P&gt;&lt;P&gt;2915&amp;nbsp; %LET AL_META_LASRLIB=Visual Analytics Public LASR;&lt;/P&gt;&lt;P&gt;2916&lt;/P&gt;&lt;P&gt;2917&amp;nbsp; /* Include and execute main AutoLoad functionality */&lt;/P&gt;&lt;P&gt;2918&amp;nbsp; %LET INCLUDELOC=E:\Program&lt;/P&gt;&lt;P&gt;2918! Files\SASHome\SASVisualAnalyticsHighPerformanceConfiguration\6.4\config\Deployment\Code\AutoLoad&lt;/P&gt;&lt;P&gt;2918! /include;&lt;/P&gt;&lt;P&gt;2919&lt;/P&gt;&lt;P&gt;2920&amp;nbsp; /* ------- No edits necessary below this line -------- */&lt;/P&gt;&lt;P&gt;2921&amp;nbsp; filename inclib "&amp;amp;INCLUDELOC.";&lt;/P&gt;&lt;P&gt;2922&amp;nbsp; %include inclib ( AutoLoadMain.sas );&lt;/P&gt;&lt;P&gt;5800&amp;nbsp;&amp;nbsp; %AutoLoadMain;&lt;/P&gt;&lt;P&gt;No matching SASLibrary objects found. (RC=-4 )&lt;/P&gt;&lt;P&gt;ERROR: LASR Auto Load directory MISSING does not exist.&lt;/P&gt;&lt;P&gt;ERROR: LASR Auto Load directory MISSING\Logs does not exist.&lt;/P&gt;&lt;P&gt;ERROR: LASR Auto Load directory MISSING\Append does not exist.&lt;/P&gt;&lt;P&gt;ERROR: LASR Auto Load directory MISSING\Unload does not exist.&lt;/P&gt;&lt;P&gt;ERROR: LASR Auto Load directory validation failed.&lt;/P&gt;&lt;P&gt;ERROR: Ensure that connection to metadata server is configured properly&lt;/P&gt;&lt;P&gt;ERROR: and that the proper autoload folder structure exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&amp;nbsp; I am extremely new to the world of SAS so I hope the answer isn't painfully obvious &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The messages themselves sound pretty self-explanatory BUT where in the SAS Config would those directory locations be stored so I can validate them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2014 15:20:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/No-matching-SASLibrary-objects-found/m-p/159550#M2919</guid>
      <dc:creator>j0n3s</dc:creator>
      <dc:date>2014-11-06T15:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: No matching SASLibrary objects found</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/No-matching-SASLibrary-objects-found/m-p/159551#M2920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;You need to turn on more logging so that we get the bits where things are not working (options source2 mprint mlogic;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;"&lt;EM&gt;No matching SASLibrary objects found. (RC=-4 )&lt;/EM&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;This indicates that a required SAS Metadata Library definition either doesn't exist, is misspelled or the user you're using to run your code doesn't have Metadata Read access to this object.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;%AutoLoadMain includes and calls a whole bunch of other macros. Scanning through the code I assume that above log message gets generated in %MetadataExtensions. Turn on more logging and this will become obvious.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;nobj=1;&lt;/P&gt;&lt;P&gt;objrc=metadata_getnobj("&amp;amp;query.",nobj,objuri);&lt;/P&gt;&lt;P&gt;if (objrc &amp;lt;1) then do;&lt;/P&gt;&lt;P&gt;&amp;nbsp; put "&lt;STRONG&gt;No matching &amp;amp;TYPE. objects found. (RC=" objrc ")&lt;/STRONG&gt;";&lt;/P&gt;&lt;P&gt;&amp;nbsp; stop;&lt;/P&gt;&lt;P&gt;end;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt; &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2014 23:11:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/No-matching-SASLibrary-objects-found/m-p/159551#M2920</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2014-11-08T23:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: No matching SASLibrary objects found</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/No-matching-SASLibrary-objects-found/m-p/159552#M2921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Patrick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've gotten over that hump - the directory MISSING was missing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I have a new message --- new log file...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be a port issue - I'm checking that now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"ERROR: LASR Auto Load either cannot find Visual Analytics Public LASR library, or the library is not&lt;/P&gt;&lt;P&gt;enabled for auto load."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 14:53:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/No-matching-SASLibrary-objects-found/m-p/159552#M2921</guid>
      <dc:creator>j0n3s</dc:creator>
      <dc:date>2014-11-10T14:53:46Z</dc:date>
    </item>
    <item>
      <title>Re: No matching SASLibrary objects found</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/No-matching-SASLibrary-objects-found/m-p/159553#M2922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like the value of VA.AutoLoad.Enabled extended attribute of Visual Analytics Public LASR Library is set to "No".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please log-on to SAS Management Console &amp;gt; Data Library Manager &amp;gt; Libraries &amp;gt; Visual Analytics Public LASR Library &amp;gt; Properties &amp;gt; Extended Attribute &amp;gt; VA.AutoLoad.Enabled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manually change the value of VA.AutoLoad.Enabled to "Yes".&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Dec 2014 20:47:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/No-matching-SASLibrary-objects-found/m-p/159553#M2922</guid>
      <dc:creator>jitendra_pandey</dc:creator>
      <dc:date>2014-12-10T20:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: No matching SASLibrary objects found</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/No-matching-SASLibrary-objects-found/m-p/239805#M6226</link>
      <description>&lt;P&gt;Looks like you have created the "MISSING" folder, can I know the folder location in which you have created the "Missing" folder. We are running similar error when trying to runt he auto load.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-Sri&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2015 18:09:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/No-matching-SASLibrary-objects-found/m-p/239805#M6226</guid>
      <dc:creator>skamired</dc:creator>
      <dc:date>2015-12-17T18:09:57Z</dc:date>
    </item>
  </channel>
</rss>

