Problem Note 21003: Using the %v or #v LOGPARM path directive might cause the workspace server to fail to start and processes to stop responding
The workspace server might fail to start and processes might stop responding
if you use the %v or #v LOGPARM path directive. The LOGPARM system option controls
when SAS® log files are opened, closed, and, in conjunction with the LOG= system
option, how they are named. Using directives in the value of the LOG= system
option enables you to control when logs are opened or closed and how logs are
named, based on real-time events such as time, month, or day of the week.
You can use the %v directive to create a log file with a unique name. In
some environments, the operating system enables two processes to have
write access to the same file. If this collision occurs, the workspace server
fails to start and SAS processes stop responding.
A hot fix for this problem is available. After applying this update, the %v or
#v directive inserts the process ID, followed by the text v1 in the log name to
ensure that the process has a unique name. As an example, the following options
result in a log file that is named logs est_2312v1.log, where 2312 is the
process ID of the SAS process:
-log "logs est_#v.log"
-logparm "rollover=auto open=replaceold write=immediate"
Select the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | Base SAS | Windows Vista | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows XP Professional | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows NT Workstation | 9.1 TS1M3 SP4 | |
Microsoft Windows XP 64-bit Edition | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows 2000 Server | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows 2000 Professional | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Solaris for x64 | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
64-bit Enabled Solaris | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
HP-UX IPF | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Linux on Itanium | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Linux | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
64-bit Enabled HP-UX | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
64-bit Enabled AIX | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
OpenVMS Alpha | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Tru64 UNIX | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
z/OS | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
*
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 |
Topic: | SAS Reference ==> Procedures ==> OPTIONS
|
Date Modified: | 2008-05-27 16:00:38 |
Date Created: | 2007-09-24 12:19:51 |