Usage Note 10856: "Insufficient authorization error" error message appears when SAS tries
to open hidden log file
SAS cannot open a log file with "hidden" file attribute under
Windows and issues an error message similar to the following:
ERROR: Insufficient authorization to access xxxxxxxx.log.
If the log file is the target of the -LOG system option (whether set
explicitly in the command or implicit with a batch program invocation),
then SAS does not start and the error message appears in a dialog box.
If the log file is the target of the -ALTLOG system option,
SAS opens but displays the above error message in the regular SAS log.
If the log file is used as the target of the -LOG option for a SAS
service under windows, such as a SAS/SHARE server defined by the SSCU,
the service does not start and the following error message might appear:
Error 1067: The process terminated unexpectedly.
This error is the likely result of a change in Windows file security
handling. The same problem can be demonstrated on a Windows command
line by hiding a file and then trying to write to it:
C:\>attrib +h out.txt
C:\>dir > out.txt
Access is denied.
For related SAS Notes, see #007832 and #009215 .
Operating System and Release Information
| SAS System | Base SAS | Microsoft Windows NT Workstation | 8.2 TS2M0 | |
| Microsoft Windows XP Professional | 8.2 TS2M0 | |
| Microsoft Windows Server 2003 Enterprise Edition | 8.2 TS2M0 | |
| Microsoft Windows Server 2003 Standard Edition | 8.2 TS2M0 | |
| Microsoft Windows 95/98 | 8.2 TS2M0 | |
| Windows Millennium Edition (Me) | 8.2 TS2M0 | |
| Microsoft Windows 2000 Server | 8.2 TS2M0 | |
| Microsoft Windows Server 2003 Datacenter Edition | 8.2 TS2M0 | |
| Microsoft Windows 2000 Advanced Server | 8.2 TS2M0 | |
| Microsoft Windows 2000 Datacenter Server | 8.2 TS2M0 | |
| Microsoft Windows 2000 Professional | 8.2 TS2M0 | |
*
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: | Usage Note |
| Priority: | medium |
| Topic: | Data Management ==> Access ==> SAS I/O
|
| Date Modified: | 2003-10-02 15:53:54 |
| Date Created: | 2003-09-17 09:38:32 |