Problem Note 34144: "OMRLog.log (Permission denied)" when using PROC INFOMAPS or the SAS Information Maps LIBNAME Engine
When executing PROC INFOMAPS code or using the SAS Information Maps LIBNAME engine, you might see an error that is similar to the following:
log4j:ERROR setFile(null,false) call failed.
java.io.FileNotFoundException: OMRLog.log (Permission denied)
There are two possible solutions:
- change the output location of the OMRLog.log file
- do not output the OMRLog.log file
Note: OMRLog.log is a 0 byte file, so you can safely choose to not create it.
To perform these tasks, you must modify a file named grpfstpt.xml.
CAUTION: Before editing qrpfstpt.xml, make a copy of the file.
Following are some examples of where grpfstpt.xml can be found, depending on your operating system and your version of SAS:
- Windows:
C:\Program Files\SAS\SAS 9.2\core\sasmisc\qrpfstpt.xml
- UNIX:
/sas/dev/mva-v913/hostcm/misc/qrpfstpt.xml
- z/OS:
/SASHome/SASFoundation/9.3/hostcm/qrpfstpt.xml
If you are on Windows or UNIX, then you can open the qrpfstpt.xml file in a text editor
If you are on z/OS, the qrpfstpt.xml file is written in ASCII. To edit the file, you must use the VA
line command from =3.17
under ISPF.
When you are ready to edit the file, search for the entry OMRLog.log. It should be within the <TextStore> tag.Here are some examples of how you might modify the file.
Write to c:\OMRLog.log
...;File"><param name="immediateFlush"
value="true"/><param name="append"
value="false"/><param name="file"
value="c:\OMRLog.log"/></Output>...
|
Write to \\machine-name\public\Logs\OMRLog.log
...;File"><param name="immediateFlush"
value="true">/<param name="append"
value="false"/><param name="file"
value="\\machine-name\public\Logs\OMRLog.log"/></Output>...
|
Suppress output of OMRLog.log
...;File"><param name="immediateFlush"
value="true"/><param name="append"
value="false"/><param name="file"
value=""/></Output>...
|
Operating System and Release Information
SAS System | Base SAS | z/OS | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Microsoft Windows XP 64-bit Edition | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Microsoft® Windows® for x64 | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Server | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Professional | 9.1 TS1M3 SP4 | |
Microsoft Windows NT Workstation | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Microsoft Windows XP Professional | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Windows Vista | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
64-bit Enabled AIX | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
64-bit Enabled HP-UX | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
64-bit Enabled Solaris | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
HP-UX IPF | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Linux | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Linux on Itanium | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
OpenVMS Alpha | 9.1 TS1M3 SP4 | 9.3 TS1M0 |
Tru64 UNIX | 9.1 TS1M3 SP4 | 9.3 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 ==> LIBNAME Engines Data Management ==> Data Sources ==> Information map
|
Date Modified: | 2012-12-19 09:17:49 |
Date Created: | 2008-12-09 09:26:38 |