<?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: Error when accessing the metadata of a LASR library in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-when-accessing-the-metadata-of-a-LASR-library/m-p/400208#M263342</link>
    <description>&lt;P&gt;I have also experienced this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR:&amp;nbsp;Unable to connect to Metadata Server.&lt;/P&gt;&lt;P&gt;ERROR: Write access to member VALIBLA.datasetname.data is denied.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if I had declared the Metadata Connection string on top of my script, and had successfully assigned the VALIBLA library.&amp;nbsp;Is there something I have missed?&lt;/P&gt;</description>
    <pubDate>Mon, 02 Oct 2017 09:55:46 GMT</pubDate>
    <dc:creator>Raven01</dc:creator>
    <dc:date>2017-10-02T09:55:46Z</dc:date>
    <item>
      <title>Error when accessing the metadata of a LASR library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-when-accessing-the-metadata-of-a-LASR-library/m-p/160971#M263337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a problem when I try to update a table in Visual Analytic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mention when I run the cod in Enterprise Guide everything works,&lt;/P&gt;&lt;P&gt;but when I try to run the cod from command line I have errors:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Below is the log:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;126&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; / update lasr server *****/&lt;/P&gt;&lt;P&gt;127&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;128&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LIBNAME LASRLIB SASIOLA&amp;nbsp; TAG=VAPUBLIC&amp;nbsp; PORT=10031 HOST="sast1.site" SIGNER="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://sast2.site:7980/SASLASRAuthorization"&gt;http://sast2.site:7980/SASLASRAuthorization&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;128&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&amp;nbsp; ;&lt;/P&gt;&lt;P&gt;NOTE: Libref LASRLIB was successfully assigned as follows: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Engine:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SASIOLA &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Physical Name: SAS LASR Analytic Server engine on single host 'sast1.site', port 10031&lt;/P&gt;&lt;P&gt;129&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;130&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc sql;&lt;/P&gt;&lt;P&gt;131&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; drop table lasrlib.lg_article_schedule_i;&lt;/P&gt;&lt;P&gt;ERROR: Unable to connect to Metadata Server.&lt;/P&gt;&lt;P&gt;ERROR: Write access to member LASRLIB.LG_ARTICLE_SCHEDULE_I.DATA is denied.&lt;/P&gt;&lt;P&gt;WARNING: Table LASRLIB.LG_ARTICLE_SCHEDULE_I has not been dropped.&lt;/P&gt;&lt;P&gt;NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of statements.&lt;/P&gt;&lt;P&gt;132&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; quit;&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE SQL used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;133&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;134&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data LASRLIB.lg_article_schedule_i;&lt;/P&gt;&lt;P&gt;135&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set myfiles.lg_articles20150123;&lt;/P&gt;&lt;P&gt;136&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: Unable to connect to Metadata Server.&lt;/P&gt;&lt;P&gt;ERROR: Write access to member LASRLIB.LG_ARTICLE_SCHEDULE_I.DATA is denied.&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;NOTE: SAS set option OBS=0 and will continue to check statements. This might cause NOTE: No observations in data set.&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me? &lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Feb 2015 16:07:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-when-accessing-the-metadata-of-a-LASR-library/m-p/160971#M263337</guid>
      <dc:creator>CosminBusca</dc:creator>
      <dc:date>2015-02-10T16:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error when accessing the metadata of a LASR library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-when-accessing-the-metadata-of-a-LASR-library/m-p/160972#M263338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm seeing the same thing.&amp;nbsp; Any solutions?&amp;nbsp; It's like we are not connecting to the Metadata Server properly when using the command line...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Mar 2015 18:12:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-when-accessing-the-metadata-of-a-LASR-library/m-p/160972#M263338</guid>
      <dc:creator>ArchMitch</dc:creator>
      <dc:date>2015-03-19T18:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error when accessing the metadata of a LASR library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-when-accessing-the-metadata-of-a-LASR-library/m-p/160973#M263339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Check your metadata connection settings.&lt;/P&gt;&lt;P&gt;proc options group=meta;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 02:52:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-when-accessing-the-metadata-of-a-LASR-library/m-p/160973#M263339</guid>
      <dc:creator>gergely_batho</dc:creator>
      <dc:date>2015-03-20T02:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Error when accessing the metadata of a LASR library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-when-accessing-the-metadata-of-a-LASR-library/m-p/160974#M263340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got this little tidbit from my install consultant for creating the connection to the metadata in the code.&amp;nbsp; Works great.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;options metapass="XXXXX" metaport=8561 metaprotocol=bridge metarepository="Foundation" metaserver="host.domain" metauser="userid";&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Mar 2015 20:48:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-when-accessing-the-metadata-of-a-LASR-library/m-p/160974#M263340</guid>
      <dc:creator>ArchMitch</dc:creator>
      <dc:date>2015-03-23T20:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error when accessing the metadata of a LASR library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-when-accessing-the-metadata-of-a-LASR-library/m-p/160975#M263341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much, it worked perfectly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2015 15:37:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-when-accessing-the-metadata-of-a-LASR-library/m-p/160975#M263341</guid>
      <dc:creator>Edoedoedo</dc:creator>
      <dc:date>2015-08-10T15:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error when accessing the metadata of a LASR library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-when-accessing-the-metadata-of-a-LASR-library/m-p/400208#M263342</link>
      <description>&lt;P&gt;I have also experienced this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR:&amp;nbsp;Unable to connect to Metadata Server.&lt;/P&gt;&lt;P&gt;ERROR: Write access to member VALIBLA.datasetname.data is denied.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if I had declared the Metadata Connection string on top of my script, and had successfully assigned the VALIBLA library.&amp;nbsp;Is there something I have missed?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Oct 2017 09:55:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-when-accessing-the-metadata-of-a-LASR-library/m-p/400208#M263342</guid>
      <dc:creator>Raven01</dc:creator>
      <dc:date>2017-10-02T09:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error when accessing the metadata of a LASR library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-when-accessing-the-metadata-of-a-LASR-library/m-p/400216#M263343</link>
      <description>Your local SAS administrator should be able to provide the necessary information to establish the connection to the metadata server.</description>
      <pubDate>Mon, 02 Oct 2017 10:31:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-when-accessing-the-metadata-of-a-LASR-library/m-p/400216#M263343</guid>
      <dc:creator>error_prone</dc:creator>
      <dc:date>2017-10-02T10:31:47Z</dc:date>
    </item>
    <item>
      <title>Re: Error when accessing the metadata of a LASR library</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-when-accessing-the-metadata-of-a-LASR-library/m-p/535078#M263344</link>
      <description>Can anyone share me code, which worked perfectly, I am also getting the same error, write access to member denied.</description>
      <pubDate>Wed, 13 Feb 2019 03:35:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-when-accessing-the-metadata-of-a-LASR-library/m-p/535078#M263344</guid>
      <dc:creator>abinash_mishra</dc:creator>
      <dc:date>2019-02-13T03:35:07Z</dc:date>
    </item>
  </channel>
</rss>

