Problem Note 42455: CLUSTER CREATE with single-member table having a unique index causes server to disconnect
If you use PROC SPDO with a CLUSTER CREATE statement to create a table with one member and a unique index, the server might fail.
The following sample program illustrates the problem:
data &domain..d1;
do i = 1 to 10;
output;
end;
run ;
/* Create unique index on member table d1 */
proc datasets library=&domain nolist;
modify d1;
index create i / unique;
quit ;
/* CLUSTER CREATE fails */
proc spdo library=&domain;
cluster create cl1
mem=d1
maxslot=2;
quit;
Select the Hot Fix tab in this note to access the hot fix for this issue.
Note: In addition to Fixed Releases identified below, Release 4.4 TSM13 provides this fix.
Operating System and Release Information
SPDS | Scalable Performance Data Server | Microsoft Windows Server 2003 Datacenter 64-bit Edition | 4.52 HF3 | 4.52 HF4 | | |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 4.52 HF3 | 4.52 HF4 | | |
Microsoft Windows XP 64-bit Edition | 4.52 HF3 | 4.52 HF4 | | |
Microsoft Windows 2000 Advanced Server | 4.52 HF3 | 4.52 HF4 | | |
Microsoft Windows 2000 Datacenter Server | 4.52 HF3 | 4.52 HF4 | | |
Microsoft Windows 2000 Server | 4.52 HF3 | 4.52 HF4 | | |
Microsoft Windows Server 2003 Datacenter Edition | 4.52 HF3 | 4.52 HF4 | | |
Microsoft Windows Server 2003 Enterprise Edition | 4.52 HF3 | 4.52 HF4 | | |
Microsoft Windows Server 2003 Standard Edition | 4.52 HF3 | 4.52 HF4 | | |
Microsoft Windows Server 2003 for x64 | 4.52 HF3 | 4.52 HF4 | | |
Microsoft Windows Server 2008 | 4.52 HF3 | 4.52 HF4 | | |
64-bit Enabled AIX | 4.52 HF3 | 4.52 HF4 | | |
64-bit Enabled HP-UX | 4.52 HF3 | 4.52 HF4 | | |
64-bit Enabled Solaris | 4.52 HF3 | 4.52 HF4 | | |
HP-UX IPF | 4.52 HF3 | 4.52 HF4 | | |
Linux for x64 | 4.52 HF3 | 4.52 HF4 | | |
Solaris for x64 | 4.52 HF3 | 4.52 HF4 | | |
*
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: | medium |
Date Modified: | 2011-03-01 19:43:26 |
Date Created: | 2011-02-21 08:32:51 |