SUPPORT / SAMPLES & SAS NOTES
 

Support

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

DetailsHotfixAboutRate It

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

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBase SASWindows Vista9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows XP Professional9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows NT Workstation9.1 TS1M3 SP4
Microsoft Windows XP 64-bit Edition9.1 TS1M3 SP49.2 TS1M0
Microsoft® Windows® for 64-Bit Itanium-based Systems9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows Server 2003 Standard Edition9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows Server 2003 Enterprise Edition9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows Server 2003 Datacenter Edition9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows 2000 Server9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows 2000 Professional9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows 2000 Datacenter Server9.1 TS1M3 SP49.2 TS1M0
Microsoft Windows 2000 Advanced Server9.1 TS1M3 SP49.2 TS1M0
Solaris for x649.1 TS1M3 SP49.2 TS1M0
64-bit Enabled Solaris9.1 TS1M3 SP49.2 TS1M0
HP-UX IPF9.1 TS1M3 SP49.2 TS1M0
Linux on Itanium9.1 TS1M3 SP49.2 TS1M0
Linux9.1 TS1M3 SP49.2 TS1M0
64-bit Enabled HP-UX9.1 TS1M3 SP49.2 TS1M0
64-bit Enabled AIX9.1 TS1M3 SP49.2 TS1M0
OpenVMS Alpha9.1 TS1M3 SP49.2 TS1M0
Tru64 UNIX9.1 TS1M3 SP49.2 TS1M0
z/OS9.1 TS1M3 SP49.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.