Usage Note 16214: Enterprise Miner Tree node fails with "ERROR: Tree data set version 9
cannot be read by version 8 software"
The message,
ERROR: Tree data set version 9 cannot be read by version 8 software.
is generated when the tree data set is created by SAS® 9.1.3 with a Build
date of December 23, 2004 or later, yet the Tree node (specifically, the
PROC SPLIT step) is created by SAS 9.1.3 with a Build date before
December 23, 2004.
This scenario is most likely to occur in an Enterprise Miner 4.3
client/server project.
To confirm this is the problem, run the following code locally:
proc split data=sashelp.shoes outtree=tree;
target sales/level=interval;
input region/level=nominal;
proc print data=tree(obs=1);
run;
The first observation of the WORK.TREE data set contains the version
number. The value of X in the PROC PRINT output is the version of the
tree data set.
Run the same steps on your server, such as through a SAS Code node in
your Enterprise Miner client/server project, and compare the results of
the PROC PRINT steps.
If the version values don't match, then we have confirmed the reason for
the error.
To determine the build date for SAS, submit the following statement:
%PUT &SYSVLONG;
The SAS Log will show a value, such as, 9.01.01M3P061705. This equates
to SAS 9.1.3 (TS1M3) Build date June 17, 2005.
Select the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Enterprise Miner | Microsoft Windows 2000 Server | 4.3 | | 9.1 TS1M3 | |
Microsoft Windows Server 2003 Datacenter Edition | 4.3 | | 9.1 TS1M3 | |
Microsoft Windows Server 2003 Enterprise Edition | 4.3 | | 9.1 TS1M3 | |
Microsoft Windows Server 2003 Standard Edition | 4.3 | | 9.1 TS1M3 | |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 4.3 | | 9.1 TS1M3 | |
Microsoft Windows NT Workstation | 4.3 | | 9.1 TS1M3 | |
Microsoft Windows XP Professional | 4.3 | | 9.1 TS1M3 | |
Microsoft Windows 2000 Advanced Server | 4.3 | | 9.1 TS1M3 | |
Microsoft Windows 2000 Datacenter Server | 4.3 | | 9.1 TS1M3 | |
Microsoft Windows 2000 Professional | 4.3 | | 9.1 TS1M3 | |
64-bit Enabled Solaris | 4.3 | | 9.1 TS1M3 | |
Solaris | 4.3 | | 9.1 TS1M3 | |
z/OS | 4.3 | | 9.1 TS1M3 | |
Linux | 4.3 | | 9.1 TS1M3 | |
HP-UX | 4.3 | | 9.1 TS1M3 | |
HP-UX IPF | 4.3 | | 9.1 TS1M3 | |
64-bit Enabled HP-UX | 4.3 | | 9.1 TS1M3 | |
64-bit Enabled AIX | 4.3 | | 9.1 TS1M3 | |
OpenVMS Alpha | 4.3 | | 9.1 TS1M3 | |
Tru64 UNIX | 4.3 | | 9.1 TS1M3 | |
AIX | 4.3 | | 9.1 TS1M3 | |
*
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: | Usage Note |
Priority: | |
Topic: | Analytics ==> Data Mining
|
Date Modified: | 2007-04-16 09:45:45 |
Date Created: | 2005-09-22 16:20:02 |