Problem Note 32141: An error might occur when you attempt to stage the XDB2A table in SAS® IT Resource Management
If you attempt to stage the XDB2A table in SAS IT Resource Management, the following error might occur:
ERROR: THE VARIABLE DATETIME IN THE DROP, KEEP,OR RENAME LIST HAS NEVER BEEN REFERENCED
The DATETIME variable for XDB2A has an external name of QWACBSC. However, as part of the staging process, SAS IT Resource Management attempts to rename the variable from QWACBSC to DATETIME. Because the DATETIME variable is already defined in the staged XDB2A table, SAS IT Resource Management issues the ERROR message noted above and staging fails.
To circumvent this error, insert the following SAS OPTIONS statement at the beginning of the code in the staging job:
OPTIONS DKRICOND=WARN;
Operating System and Release Information
SAS System | SAS IT Resource Management-Server | Windows Vista | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows XP Professional | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Standard Edition | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Enterprise Edition | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Datacenter Edition | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows NT Workstation | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Professional | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Server | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Datacenter Server | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Advanced Server | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft® Windows® for x64 | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows XP 64-bit Edition | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
z/OS | 3.1.1 | 3.1.1 | 9.1 TS1M3 SP4 | 9.1 TS1M3 SP4 |
*
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: | low |
Date Modified: | 2008-05-21 11:38:02 |
Date Created: | 2008-05-16 16:56:12 |