Problem Note 19939: Using MULTILOAD=YES without CREATE/DROP table rights in the SAS/ACCESS® Interface to Teradata can generate an error
Using MULTILOAD=YES in the SAS/ACCESS Interface to Teradata can generate
the following error if you do not have CREATE/DROP table rights for the
database of the table that is being loaded:
ERROR: MultiLoad failed unexpectedly with returncode 8h.
Check the MultiLoad log for the exact reason since SAS does not
get notified on some MultiLoad errors such as Tenacity
being exceeded.
When you use the MultiLoad utility, the restart table, the work table,
and the required error tables are created in the same database as the
target table that is being loaded. The LOGDB= option, a new option in
the LIBNAME statement, has been added to redirect the additional tables
to the alternate database.
In the following example, the MultiLoad utility creates the work table,
the restart table, and the error tables in an alternate database that is
specified in the LOGDB= option.
/* Create work tables in database zoom where I have create/drop
privileges */
libname x teradata user=prboni pw=xxxxx logdb=zoom;
data x.testload(multiload=YES);
do i=1 to 100;
output;
end;
run;
Select 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 Teradata | 64-bit Enabled HP-UX | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Linux | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
z/OS | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
64-bit Enabled Solaris | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
64-bit Enabled AIX | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft® Windows® for x64 | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows 2000 Server | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows 2000 Professional | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows XP Professional | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Windows Vista | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
*
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.
Type: | Problem Note |
Priority: | high |
Topic: | SAS Reference ==> LIBNAME Engines Data Management ==> Data Sources ==> External Databases ==> Teradata
|
Date Modified: | 2008-03-06 15:50:23 |
Date Created: | 2007-04-10 11:47:35 |