<?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 loading data to Teradata via SAS ACCESS - Operation not allowed: [Table name] is being loaded in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-loading-data-to-Teradata-via-SAS-ACCESS-Operation-not/m-p/426176#M104992</link>
    <description>&lt;P&gt;I have been loading SAS datasets to tables in Teradata using fastload (an example of code is below) and yesterday I tried to load a table but it gave me an error that I ran out of space. I deleted a big table and tried again and I keep getting an error that says:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"ERROR: Fastload failed the end loading statement: Operation not allowed: [Table Name] is being Loaded."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where I put [Table Name] it is a table name that isn't exactly the table I am trying to load. Let's say my table name is ThisIsMyTableName, in the error message it is saying ThisIsMyTableNa_SE2_1831116450 is being loaded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am guessing when I tried to load the data the first time it created some temporary tables and now it is stuck trying to load those? Any ideas on how I can fix this issue and load the data?&amp;nbsp; Below is an example of the datastep code I am using to load the data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data MyDB.ThisIsMyTableName (FASTLOAD=YES TPT=YES DBCOMMIT=0);&lt;/P&gt;&lt;P&gt;set work.ThisIsMyTableName;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jan 2018 17:40:34 GMT</pubDate>
    <dc:creator>lukesirakos</dc:creator>
    <dc:date>2018-01-09T17:40:34Z</dc:date>
    <item>
      <title>Error loading data to Teradata via SAS ACCESS - Operation not allowed: [Table name] is being loaded</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-loading-data-to-Teradata-via-SAS-ACCESS-Operation-not/m-p/426176#M104992</link>
      <description>&lt;P&gt;I have been loading SAS datasets to tables in Teradata using fastload (an example of code is below) and yesterday I tried to load a table but it gave me an error that I ran out of space. I deleted a big table and tried again and I keep getting an error that says:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"ERROR: Fastload failed the end loading statement: Operation not allowed: [Table Name] is being Loaded."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where I put [Table Name] it is a table name that isn't exactly the table I am trying to load. Let's say my table name is ThisIsMyTableName, in the error message it is saying ThisIsMyTableNa_SE2_1831116450 is being loaded.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am guessing when I tried to load the data the first time it created some temporary tables and now it is stuck trying to load those? Any ideas on how I can fix this issue and load the data?&amp;nbsp; Below is an example of the datastep code I am using to load the data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data MyDB.ThisIsMyTableName (FASTLOAD=YES TPT=YES DBCOMMIT=0);&lt;/P&gt;&lt;P&gt;set work.ThisIsMyTableName;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jan 2018 17:40:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-loading-data-to-Teradata-via-SAS-ACCESS-Operation-not/m-p/426176#M104992</guid>
      <dc:creator>lukesirakos</dc:creator>
      <dc:date>2018-01-09T17:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Error loading data to Teradata via SAS ACCESS - Operation not allowed: [Table name] is being loa</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-loading-data-to-Teradata-via-SAS-ACCESS-Operation-not/m-p/426197#M104997</link>
      <description>I'm leaning towards your guess that that there are some leftovers in TD.
Since the error message is generated by TD you should talk to your TD DBA.</description>
      <pubDate>Tue, 09 Jan 2018 18:45:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-loading-data-to-Teradata-via-SAS-ACCESS-Operation-not/m-p/426197#M104997</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-01-09T18:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error loading data to Teradata via SAS ACCESS - Operation not allowed: [Table name] is being loa</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-loading-data-to-Teradata-via-SAS-ACCESS-Operation-not/m-p/426925#M105233</link>
      <description>&lt;P&gt;Issue ended up being Teradata was using the first column in my dataset as the primary index and it was not a field that should be used as such. Changed the order of the columns and it worked fine.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2018 17:09:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-loading-data-to-Teradata-via-SAS-ACCESS-Operation-not/m-p/426925#M105233</guid>
      <dc:creator>lukesirakos</dc:creator>
      <dc:date>2018-01-11T17:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error loading data to Teradata via SAS ACCESS - Operation not allowed: [Table name] is being loa</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-loading-data-to-Teradata-via-SAS-ACCESS-Operation-not/m-p/429224#M106001</link>
      <description>&lt;P&gt;you need not change the order of columns. All you need to do is to use option&amp;nbsp;&lt;SPAN&gt;dbcreate_table_opts as shown below&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;data tdtable.employee_scoring (dbcreate_table_opts= 'primary index(employee_number)');&lt;/P&gt;
&lt;P&gt;set work.employee_scoring(keep= Job_type employee_number Sal, Sal_rating);&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2018 18:27:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-loading-data-to-Teradata-via-SAS-ACCESS-Operation-not/m-p/429224#M106001</guid>
      <dc:creator>kiranv_</dc:creator>
      <dc:date>2018-01-19T18:27:28Z</dc:date>
    </item>
  </channel>
</rss>

