SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 56175: "ERROR: CONSTRAINT ADD did not complete, no WHERE clause received" might occur when you use WHERE constraints on SAS® SPD Server tables

DetailsHotfixAboutRate It

The error "ERROR: CONSTRAINT ADD did not complete, no WHERE clause received" might occur when you use WHERE constraints on SAS® Scalable Performance Data Server tables.

Here is an example:

27   PROC SPDO lib=foo;
NOTE: Enter "?;" to get info on all the SPDO commands.
      Enter "SPDSMAC;" to get list and setting of all SPD macros.
28   SET ACLUSER;
NOTE: Acluser has been set to spdadm.
29   constraint add employees;
30   WHERE ("@SPDSUSR" = "BOSSMAN");
ERROR: CONSTRAINT ADD did not complete, no WHERE clause received.
31   constraint describe employees;
NOTE: Trying to DESCRIBE CONSTRAINT from dataset with no CONSTRAINT.
32   quit;

NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE SPDO used (Total process time):
      real time           0.01 seconds
      cpu time            0.00 seconds

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SPDSScalable Performance Data ServerMicrosoft® Windows® for x645.1 HF35.1 HF4
Microsoft Windows 8.1 Enterprise x645.1 HF35.1 HF4
Microsoft Windows Server 2008 for x645.1 HF35.1 HF4
Windows 7 Enterprise x645.1 HF35.1 HF4
64-bit Enabled AIX5.1 HF35.1 HF4
64-bit Enabled Solaris5.1 HF35.1 HF4
HP-UX IPF5.1 HF35.1 HF4
Linux for x645.1 HF35.1 HF4
Solaris for x645.1 HF35.1 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.