<?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: Metadata table registration issue in SAS (GUI) in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-table-registration-issue-in-SAS-GUI/m-p/814236#M24424</link>
    <description>Through GUI, we first connect to the database by using libname and then it runs proc metalib to register tables in SAS.&lt;BR /&gt;&lt;BR /&gt;I am able  to extract the tables through libname (implicit ) or proc sql (explicit ) so I am fine with code. The only issues is with registering metadata tables.&lt;BR /&gt;</description>
    <pubDate>Thu, 19 May 2022 08:28:20 GMT</pubDate>
    <dc:creator>sathya66</dc:creator>
    <dc:date>2022-05-19T08:28:20Z</dc:date>
    <item>
      <title>Metadata table registration issue in SAS (GUI)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-table-registration-issue-in-SAS-GUI/m-p/814014#M24416</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am trying to register JDBC library table into SAS by using SAS management console (GUI) but I am getting below ERROR. I never seen this error before. User has right permissions on the folder/library. I can see the tables in the library but not able to register them in SAS.&lt;/P&gt;
&lt;P&gt;Tried with code as well in EG and same issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; proc metalib&lt;/P&gt;
&lt;P&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ;&lt;/P&gt;
&lt;P&gt;5&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; !&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; omr (LIBURI="A5B8KyBP.BA0000SI"&lt;/P&gt;
&lt;P&gt;6&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; user="test" password=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&lt;/P&gt;
&lt;P&gt;7&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&lt;/P&gt;
&lt;P&gt;8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REPORT(type = summary out = "tab_info");&lt;/P&gt;
&lt;P&gt;9&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SELECT ("ADDRESS"&lt;/P&gt;
&lt;P&gt;10&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; );&lt;/P&gt;
&lt;P&gt;11&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FOLDERID = "A5B8oJBP.AA000124";&lt;/P&gt;
&lt;P&gt;12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ERROR: Error retrieving DatabaseMetaData: &lt;/STRONG&gt;&lt;/FONT&gt;&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 METALIB 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.60 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.05 seconds&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 09:31:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-table-registration-issue-in-SAS-GUI/m-p/814014#M24416</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2022-05-18T09:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata table registration issue in SAS (GUI)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-table-registration-issue-in-SAS-GUI/m-p/814093#M24418</link>
      <description>Typically this means we either cannot connect or did connect but were unable to read the requested information. You mention you can see the tables in the library, how are you viewing them? If you assign the library in SAS manually rather than using the metadata definition, is the connection successful?&lt;BR /&gt;&lt;BR /&gt;LIBNAME Statement for the JDBC Engine&lt;BR /&gt;&lt;A href="https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/acreldb/n0zm6fjwtgsnrzn1fegvyhl3yrwd.htm" target="_blank"&gt;https://go.documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/acreldb/n0zm6fjwtgsnrzn1fegvyhl3yrwd.htm&lt;/A&gt;</description>
      <pubDate>Wed, 18 May 2022 15:08:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-table-registration-issue-in-SAS-GUI/m-p/814093#M24418</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-05-18T15:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata table registration issue in SAS (GUI)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-table-registration-issue-in-SAS-GUI/m-p/814223#M24423</link>
      <description>&lt;P&gt;Found this, no idea if it applies:&lt;/P&gt;
&lt;P&gt;"&lt;STRONG&gt;&lt;EM&gt;SCHEMA&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;This option specifies the schema that you want to use when loading and accessing tables in your data store. If the schema name contains spaces or non-alphanumeric characters, you must enclose it in quotation marks. The SCHEMA option is required if your JDBC driver is older than 4.1 or if your database vendor did not implement the Connection.getSchema method. If SAS/ACCESS Interface to JDBC cannot discover your SCHEMA by calling Connection.getSchema or if the SCHEMA option is omitted, this error message is displayed in your SAS log. &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;ERROR: java.lang.AbstractMethodError ERROR: Error retrieving DatabaseMetaData: java.lang.AbstractMethodError&lt;/EM&gt;"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 May 2022 07:17:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-table-registration-issue-in-SAS-GUI/m-p/814223#M24423</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2022-05-19T07:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata table registration issue in SAS (GUI)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-table-registration-issue-in-SAS-GUI/m-p/814236#M24424</link>
      <description>Through GUI, we first connect to the database by using libname and then it runs proc metalib to register tables in SAS.&lt;BR /&gt;&lt;BR /&gt;I am able  to extract the tables through libname (implicit ) or proc sql (explicit ) so I am fine with code. The only issues is with registering metadata tables.&lt;BR /&gt;</description>
      <pubDate>Thu, 19 May 2022 08:28:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-table-registration-issue-in-SAS-GUI/m-p/814236#M24424</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2022-05-19T08:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata table registration issue in SAS (GUI)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-table-registration-issue-in-SAS-GUI/m-p/814239#M24427</link>
      <description>Schema has non-alphanumeric values and Shema is in double quotes . Need to confirm from the vender but I am fine with code.</description>
      <pubDate>Thu, 19 May 2022 08:51:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-table-registration-issue-in-SAS-GUI/m-p/814239#M24427</guid>
      <dc:creator>sathya66</dc:creator>
      <dc:date>2022-05-19T08:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Metadata table registration issue in SAS (GUI)</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-table-registration-issue-in-SAS-GUI/m-p/814324#M24437</link>
      <description>This SAS Note might help you get some more detail on the failure by turning on trace options:&lt;BR /&gt;&lt;BR /&gt;Usage Note 68728: Troubleshooting errors that occur when you register tables in the metadata&lt;BR /&gt;&lt;A href="https://support.sas.com/kb/68/728.html" target="_blank"&gt;https://support.sas.com/kb/68/728.html&lt;/A&gt;</description>
      <pubDate>Thu, 19 May 2022 16:17:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Metadata-table-registration-issue-in-SAS-GUI/m-p/814324#M24437</guid>
      <dc:creator>gwootton</dc:creator>
      <dc:date>2022-05-19T16:17:13Z</dc:date>
    </item>
  </channel>
</rss>

