<?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: Data not loading due to DI Table Loader warning in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Data-not-loading-due-to-DI-Table-Loader-warning/m-p/529916#M16379</link>
    <description>&lt;P&gt;The Target table might have constraints as mentioned by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/37783"&gt;@kiranv_&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most common, should work if you do as below.&lt;/P&gt;&lt;P&gt;If you are replacing target table completely then remove the constraints on target table column properties mostly "Is Nullable" to Yes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check the source table is doesn't have null values where Target table column has Nullable constraint then try avoid them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Wishes,&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jan 2019 23:21:50 GMT</pubDate>
    <dc:creator>Rama_V</dc:creator>
    <dc:date>2019-01-24T23:21:50Z</dc:date>
    <item>
      <title>Data not loading due to DI Table Loader warning</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Data-not-loading-due-to-DI-Table-Loader-warning/m-p/529016#M16363</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;recently I have created one DI job which is having the table loader in the job and loading the data into the SAS data set but it is failing&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with below mentioned warning :-&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;warning :-&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG border="0" /&gt;&amp;nbsp;&lt;A href="SCROLL:6691152" target="_blank"&gt;Table Loader&lt;/A&gt;&lt;BR /&gt;&lt;IMG border="0" /&gt;&amp;nbsp;&lt;A href="SELECT:31501:31678" target="_blank"&gt;Line 520:&lt;/A&gt; WARNING: Add/Update failed for data set SASWORK.FSK_RISK_ASSESSMENT_WORK because data value(s) do not comply with integrity constraint _NM0001_. (Occurred 73 times.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Due to the same warning , data is not getting loaded into the&amp;nbsp;&lt;SPAN&gt;SASWORK.FSK_RISK_ASSESSMENT_WORK data set.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can somebody help on the same ? Many thanks in advance&amp;nbsp;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 14:07:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Data-not-loading-due-to-DI-Table-Loader-warning/m-p/529016#M16363</guid>
      <dc:creator>MG18</dc:creator>
      <dc:date>2019-01-22T14:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: l</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Data-not-loading-due-to-DI-Table-Loader-warning/m-p/529027#M16364</link>
      <description>&lt;P&gt;please check whether there are constraints on base table. you can use the bekow code or you can see them in DI&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class="xis-codeFragment"&gt;proc sql;
   describe table constraints &lt;SPAN&gt;SASWORK.FSK_RISK_ASSESSMENT_WORK&lt;/SPAN&gt;;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please check this link below which talk about this kind of errors&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/kb/47/781.html" target="_blank"&gt;http://support.sas.com/kb/47/781.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 12:45:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Data-not-loading-due-to-DI-Table-Loader-warning/m-p/529027#M16364</guid>
      <dc:creator>kiranv_</dc:creator>
      <dc:date>2019-01-22T12:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Data not loading due to DI Table Loader warning</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Data-not-loading-due-to-DI-Table-Loader-warning/m-p/529916#M16379</link>
      <description>&lt;P&gt;The Target table might have constraints as mentioned by &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/37783"&gt;@kiranv_&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most common, should work if you do as below.&lt;/P&gt;&lt;P&gt;If you are replacing target table completely then remove the constraints on target table column properties mostly "Is Nullable" to Yes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;or&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check the source table is doesn't have null values where Target table column has Nullable constraint then try avoid them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Wishes,&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jan 2019 23:21:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Data-not-loading-due-to-DI-Table-Loader-warning/m-p/529916#M16379</guid>
      <dc:creator>Rama_V</dc:creator>
      <dc:date>2019-01-24T23:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Data not loading due to DI Table Loader warning</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Data-not-loading-due-to-DI-Table-Loader-warning/m-p/530498#M16399</link>
      <description>&lt;P&gt;Just want to add that constraints hopefully exist for a reason.&lt;/P&gt;
&lt;P&gt;Don't remove them unless that has being cleared by an architect/DBA.&lt;/P&gt;
&lt;P&gt;Contraints helps on keeping the data in good shape, and in an ideal world any data problem should be taken care of at the source, or when appropriate, by ETL/data governance process.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Jan 2019 19:53:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Data-not-loading-due-to-DI-Table-Loader-warning/m-p/530498#M16399</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2019-01-27T19:53:57Z</dc:date>
    </item>
  </channel>
</rss>

