<?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 Error updating table metadata SAS 9.4 in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Error-updating-table-metadata-SAS-9-4/m-p/461269#M5486</link>
    <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I registered an Oracle table in metadata, then made a change to the table (modified a numeric column size from 10 to 15) and then tried to update the table metadata, but got this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Invalid or missing "Delimiter" or "DefaultValue" attribute value from Property object with "UseValueOnly" attribute set to&lt;BR /&gt;FALSE. Metadata incorrect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no idea what it means, has anyone encountered this error before?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 10 May 2018 09:01:22 GMT</pubDate>
    <dc:creator>HeidiDT</dc:creator>
    <dc:date>2018-05-10T09:01:22Z</dc:date>
    <item>
      <title>Error updating table metadata SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Error-updating-table-metadata-SAS-9-4/m-p/461269#M5486</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;I registered an Oracle table in metadata, then made a change to the table (modified a numeric column size from 10 to 15) and then tried to update the table metadata, but got this error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Invalid or missing "Delimiter" or "DefaultValue" attribute value from Property object with "UseValueOnly" attribute set to&lt;BR /&gt;FALSE. Metadata incorrect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no idea what it means, has anyone encountered this error before?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 09:01:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Error-updating-table-metadata-SAS-9-4/m-p/461269#M5486</guid>
      <dc:creator>HeidiDT</dc:creator>
      <dc:date>2018-05-10T09:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error updating table metadata SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Error-updating-table-metadata-SAS-9-4/m-p/461483#M5495</link>
      <description>Numerical variables in external databases typically doesn't have sizes. SAS variables has a byte size (between 3 and 8 for most operating environments).&lt;BR /&gt;So in SAS metadata external numerical columns default to 8 bytes, and there makes little sense to change this. &lt;BR /&gt;What is your original Oracle data type?&lt;BR /&gt;Perhaps your after only to change the SAS display format?&lt;BR /&gt;A screenshot would help understand what you are trying to do.</description>
      <pubDate>Fri, 11 May 2018 06:18:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Error-updating-table-metadata-SAS-9-4/m-p/461483#M5495</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-05-11T06:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error updating table metadata SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Error-updating-table-metadata-SAS-9-4/m-p/461511#M5496</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;The field is defined in Oracle as NUMBER (10). When the table metadata is registered, the data type is indeed integer, but a format and informat of 11. is applied. So when the field is modified to NUMBER (15), the format and informat will be changed to 16., and I need to test the impact of this in SAS jobs&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 10:27:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Error-updating-table-metadata-SAS-9-4/m-p/461511#M5496</guid>
      <dc:creator>HeidiDT</dc:creator>
      <dc:date>2018-05-11T10:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error updating table metadata SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Error-updating-table-metadata-SAS-9-4/m-p/461536#M5497</link>
      <description>Oh, so if you such an error during normal update, perform the regular metadata clean up tasks. &lt;BR /&gt;If you still get the error report to SAS Tech support.&lt;BR /&gt;Changing the format will probably not change anything when it comes to SAS ETL processing, but if course the metadata should be correct &lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;</description>
      <pubDate>Fri, 11 May 2018 13:32:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Error-updating-table-metadata-SAS-9-4/m-p/461536#M5497</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-05-11T13:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error updating table metadata SAS 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Error-updating-table-metadata-SAS-9-4/m-p/461950#M5508</link>
      <description>&lt;P&gt;Exactly! No problems with the eventual result but it is messy and I don't like it lol. So I think it has more to do with the Oracle schema I used to do the test, worked perfectly when I used a different schema. Don't know why and am not even going to try and figure it out. I manged to do what I wanted to do &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 14 May 2018 08:08:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Error-updating-table-metadata-SAS-9-4/m-p/461950#M5508</guid>
      <dc:creator>HeidiDT</dc:creator>
      <dc:date>2018-05-14T08:08:21Z</dc:date>
    </item>
  </channel>
</rss>

