SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 42455: CLUSTER CREATE with single-member table having a unique index causes server to disconnect

DetailsHotfixAboutRate It

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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SPDSScalable Performance Data ServerMicrosoft Windows Server 2003 Datacenter 64-bit Edition4.52 HF34.52 HF4
Microsoft Windows Server 2003 Enterprise 64-bit Edition4.52 HF34.52 HF4
Microsoft Windows XP 64-bit Edition4.52 HF34.52 HF4
Microsoft Windows 2000 Advanced Server4.52 HF34.52 HF4
Microsoft Windows 2000 Datacenter Server4.52 HF34.52 HF4
Microsoft Windows 2000 Server4.52 HF34.52 HF4
Microsoft Windows Server 2003 Datacenter Edition4.52 HF34.52 HF4
Microsoft Windows Server 2003 Enterprise Edition4.52 HF34.52 HF4
Microsoft Windows Server 2003 Standard Edition4.52 HF34.52 HF4
Microsoft Windows Server 2003 for x644.52 HF34.52 HF4
Microsoft Windows Server 20084.52 HF34.52 HF4
64-bit Enabled AIX4.52 HF34.52 HF4
64-bit Enabled HP-UX4.52 HF34.52 HF4
64-bit Enabled Solaris4.52 HF34.52 HF4
HP-UX IPF4.52 HF34.52 HF4
Linux for x644.52 HF34.52 HF4
Solaris for x644.52 HF34.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.