Problem Note 20991: SASĀ® Information Maps with more than 999 data items might fail to open with the SAS Information Map Libname Engine (IMLE)
Attempts to open information maps that contain more than 999 data items
with the SAS Information Map Libname Engine (IMLE) might fail. Here is a typical error message:
Parser has reached the entity expansion limit "64,000" set by the application
Select the Hot Fix tab in this note to access the hot fix for this issue.
This error might also occur for information maps that contain fewer than 999 data items. If the hot fix does not resolve your issue, then increase the the XML parsing limit in your sasv9.cfg
file.
- If you are using a BI client in order to access the information map, then you typically would modify the
sasv9.cfg
file stored in the ..Lev1\SASMain
directory.
- If you are using Base SAS to access the information map, then edit the
sasv9.cfg
file stored in the ..\SAS\SAS 9.1\nls\en\
directory.
In the sasv9.cfg
file, find the -JREOPTIONS
line and increase the -DentityExpansionLimit
value to 10 million. Increase the value as needed until the information map opens.
Note: If the -JREOPTIONS
line is not in the sasv9.cfg
file, then you can add it.
Here is an example of what the -JREOPTIONS
line might look like:
-jreoptions (-Xms64m -Xmx128m -DentityExpansionLimit=10000000)
|
Problems opening information maps can also be related to memory. If you see java.lang.OutOfMemoryError: Java heap space
, then also modify the -Xms
and -Xmx
arguments on the -JREOPTIONS
line. The -Xms
argument sets the initial Java heap size, and the -Xmx
argument sets the maximum Java heap size. For example, you might set those arguments to -Xms128m -Xmx1024m
.
Operating System and Release Information
SAS System | Base SAS | Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows 2000 Datacenter Server | 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 NT Workstation | 9.1 TS1M3 SP4 | |
Microsoft Windows Server 2003 Datacenter 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 Standard Edition | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Microsoft Windows XP Professional | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
Windows Vista | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
64-bit Enabled AIX | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
64-bit Enabled HP-UX | 9.1 TS1M3 SP4 | 9.2 TS1M0 |
64-bit Enabled Solaris | 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: | high |
Topic: | Data Management ==> Data Sources ==> Information map
|
Date Modified: | 2008-12-22 14:50:27 |
Date Created: | 2007-09-20 10:55:05 |