Problem Note 60273: A WARNING is issued for each row that is inserted into a Netezza temp table
A WARNING might be issued for each row that is processed by SAS/ACCESS® Interface to Netezza. This problem occurs when you use BULKLOAD to insert rows into a Netezza temp table accessed by a Netezza LIBNAME statement.
Code similar to the following can produce the WARNING:
libname x netezza server=nz-server user=user-ID pwd=password database=nz-db connection=global;
proc sql;
connect using x;
execute (create temp table ms_hhs2x (hhld_rtlr_cd varchar(20), hhld_id varchar(20), card_id varchar(20)) ) by x;
insert into x.ms_hhs2x (bulkload=yes )
select distinct hhld_rtlr_cd, hhld_id, card_id
from x.cust_v
where substr(card_id,10,2) ='49';
quit;
WARNING: Character expression will be truncated by the engine when assigned to character column HHLD_RTLR_CD
NOTE: 1 row was inserted into X.ms_hhs2x.
Although a WARNING is issued, the data is successfully inserted.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS/ACCESS Interface to Netezza | Microsoft® Windows® for x64 | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Microsoft Windows 8 Enterprise 32-bit | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Microsoft Windows 8 Enterprise x64 | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Microsoft Windows 8 Pro 32-bit | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Microsoft Windows 8 Pro x64 | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Microsoft Windows 8.1 Enterprise 32-bit | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Microsoft Windows 8.1 Enterprise x64 | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Microsoft Windows 8.1 Pro 32-bit | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Microsoft Windows 8.1 Pro x64 | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Microsoft Windows 10 | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Microsoft Windows Server 2008 | 9.4_M3 | | 9.4 TS1M3 | |
Microsoft Windows Server 2008 R2 | 9.4_M3 | | 9.4 TS1M3 | |
Microsoft Windows Server 2008 for x64 | 9.4_M3 | | 9.4 TS1M3 | |
Microsoft Windows Server 2012 Datacenter | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Microsoft Windows Server 2012 R2 Datacenter | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Microsoft Windows Server 2012 R2 Std | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Microsoft Windows Server 2012 Std | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Windows 7 Enterprise 32 bit | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Windows 7 Enterprise x64 | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Windows 7 Home Premium 32 bit | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Windows 7 Home Premium x64 | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Windows 7 Professional 32 bit | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Windows 7 Professional x64 | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Windows 7 Ultimate 32 bit | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Windows 7 Ultimate x64 | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
64-bit Enabled AIX | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
64-bit Enabled Solaris | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
HP-UX IPF | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
Linux for x64 | 9.4_M3 | 9.42 | 9.4 TS1M3 | 9.4 TS1M5 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
A WARNING might be issued for each row that is processed by SAS/ACCESS® Interface to Netezza. This problem occurs when you use BULKLOAD to insert rows into a Netezza temp table accessed by the Netezza LIBNAME statement.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2017-04-14 09:37:47 |
Date Created: | 2017-04-10 10:13:16 |