SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 19939: Using MULTILOAD=YES without CREATE/DROP table rights in the SAS/ACCESS® Interface to Teradata can generate an error

DetailsHotfixAboutRate It

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

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS/ACCESS Interface to Teradata64-bit Enabled HP-UX9.1 TS1M3 SP49.2 TS1M0
Linux9.1 TS1M3 SP49.2 TS1M0
z/OS9.1 TS1M3 SP49.2 TS1M0
64-bit Enabled Solaris9.1 TS1M3 SP49.2 TS1M0
64-bit Enabled AIX9.1 TS1M3 SP49.2 TS1M0
Microsoft® Windows® for x649.1 TS1M3 SP49.2 TS1M0
Microsoft Windows 2000 Advanced Server9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows 2000 Datacenter Server9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows 2000 Server9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows 2000 Professional9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows Server 2003 Datacenter Edition9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows Server 2003 Enterprise Edition9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows Server 2003 Standard Edition9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows XP Professional9.1 TS1M3 SP49.2 TS1M0
Windows Vista9.1 TS1M3 SP49.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.