Problem Note 56490: "ERROR: Specified locking user does not exist" might occur when you use PROC SPDO SET USER/LOCKING
When you use the SPDO procedure with a SET USER/LOCKING statement, an error might occur. The following error message is seen in the SAS log:
2? libname foo sasspds 'public' server=hostname.nsport user='anonymous' locking=yes;
4? proc spdo lib=foo;
5? list users / locking;
Users Currently Connected to the Locking Level Proxy
SPD UserName Client Login Thread Id
__________________________________________
ANONYMOU SASGUS 7435536
6? set user/locking anonymou threadid=7435536;
ERROR: Specified locking user does not exist.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SPDS | Scalable Performance Data Server | Microsoft® Windows® for x64 | 5.1 HF2 | 5.1 HF4 | | |
Microsoft Windows 8.1 Enterprise x64 | 5.1 HF2 | 5.1 HF4 | | |
Microsoft Windows Server 2008 for x64 | 5.1 HF2 | 5.1 HF4 | | |
Windows 7 Enterprise x64 | 5.1 HF2 | 5.1 HF4 | | |
64-bit Enabled AIX | 5.1 HF2 | 5.1 HF4 | | |
64-bit Enabled Solaris | 5.1 HF2 | 5.1 HF4 | | |
HP-UX IPF | 5.1 HF2 | 5.1 HF4 | | |
Linux for x64 | 5.1 HF2 | 5.1 HF4 | | |
Solaris for x64 | 5.1 HF2 | 5.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.
Using the SPDO procedure with a SET USER/LOCKING statement might result in "ERROR: Specified locking user does not exist."
Type: | Problem Note |
Priority: | high |
Date Modified: | 2015-08-27 15:25:21 |
Date Created: | 2015-08-25 08:06:51 |