Problem Note 14418: Error creating a Teradata table with a DATETIME column via SAS/ACCESS
Interface to OLE DB
Using SAS/ACCESS Interface to OLE DB to create a Teradata table that
contains a DATETIME field will result in the following error:
ERROR: Error attempting to CREATE a DBMS table.
ERROR: Execute error:ICommand::Execute failed. :
[NCR][Teradata RDBMS] Number of fractional digits out of range.
As a workaround, the DBTYPE data set option can be used to create
the DATETIME field correctly:
libname mylib oledb..;
data mylib.tab1 (DBTYPE=(colname='timestamp(6)'));
set sashelp.tab2;
run;
A fix for SAS 9.1.3 (9.1 TS1M3) for this issue is available at:
http://www.sas.com/techsup/download/hotfix/e9_sbcs_prod_list.html#014418
For customers running SAS with Asian Language Support (DBCS), this
fix should be downloaded from:
http://www.sas.com/techsup/download/hotfix/e9_dbcs_prod_list.html#014418
Operating System and Release Information
SAS System | SAS/ACCESS Interface to OLE DB | Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows 2000 Server | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows XP Professional | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
Microsoft Windows 2000 Professional | 9.1 TS1M3 | 9.1 TS1M3 SP2 |
*
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: | |
Topic: | Data Management ==> Data Sources ==> External Databases ==> OLEDB Third Party ==> Information Exchange ==> OLE DB (Object Linking and Embedding Database) SAS Reference ==> LIBNAME Engines
|
Date Modified: | 2005-04-27 14:39:28 |
Date Created: | 2005-01-27 12:01:27 |