<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Error while opening sas Information map in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-opening-sas-Information-map/m-p/9689#M2568</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I am getting error while opening SAS information map using SAS EG 4.1.&lt;BR /&gt;
Error as Follows,&lt;BR /&gt;
&lt;BR /&gt;
                                                    The SAS System                               14:51 Tuesday, April 8, 2008&lt;BR /&gt;
&lt;BR /&gt;
1          ;*';*";*/;quit;run;&lt;BR /&gt;
2          OPTIONS PAGENO=MIN;&lt;BR /&gt;
3          /* SAS program to produce contents and filter datasets for the selected infomap */&lt;BR /&gt;
4          &lt;BR /&gt;
5          /* Save off the current value of the validvarname option */&lt;BR /&gt;
6          %let _imapValidVarName=%sysfunc(getoption(validvarname,keyword));&lt;BR /&gt;
7          &lt;BR /&gt;
8          /* need for proper data column names in the InfoMap Libname Engine */&lt;BR /&gt;
9          options validvarname=v7;&lt;BR /&gt;
10         &lt;BR /&gt;
11         libname _egmle sasioime&lt;BR /&gt;
12         	user="nisha"&lt;BR /&gt;
13         	pw=XXXXXXXXXXXXXXXXXX&lt;BR /&gt;
14         	metaserver="sas"&lt;BR /&gt;
15         	metaport=8561&lt;BR /&gt;
16         	metarepository="Foundation"&lt;BR /&gt;
17         	mappath="/BIP Tree/ReportStudio/Maps/AGRI"&lt;BR /&gt;
18         	PRESERVE_TAB_NAMES=YES;&lt;BR /&gt;
&lt;B&gt;ERROR: SAS internal error -- The SAS MVA interface to the Java API could not be initialized.&lt;BR /&gt;
ERROR: Error in the LIBNAME statement.&lt;B&gt;&lt;/B&gt;&lt;/B&gt;&lt;BR /&gt;
19         &lt;BR /&gt;
20         proc sql;&lt;BR /&gt;
20       !           drop table WORK._EGMAPFILTERS;&lt;BR /&gt;
&lt;B&gt;WARNING: File WORK._EGMAPFILTERS.DATA does not exist.&lt;BR /&gt;
WARNING: Table WORK._EGMAPFILTERS has not been dropped.&lt;/B&gt;&lt;BR /&gt;
20       !                                          quit;&lt;BR /&gt;
NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;
      real time           0.00 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
      &lt;BR /&gt;
&lt;BR /&gt;
21         ods output 'Information Maps'n=WORK._EGMAPFILTERS;&lt;BR /&gt;
22         proc contents data=_egmle."AGRI_INFO_MAP"n () out=WORK._EGMAPCONTENTS; run;&lt;BR /&gt;
&lt;B&gt;ERROR: Libname _EGMLE is not assigned.&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
NOTE: Statements not processed because of errors noted above.&lt;BR /&gt;
NOTE: The data set WORK._EGMAPCONTENTS has 0 observations and 0 variables.&lt;BR /&gt;
NOTE: PROCEDURE CONTENTS used (Total process time):&lt;BR /&gt;
      real time           0.00 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
      &lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
WARNING: Output ''Information Maps'n' was not created.  Make sure that the output object name, label, or path is spelled correctly. &lt;BR /&gt;
          Also, verify that the appropriate procedure options are used to produce the requested output object.  For example, verify &lt;BR /&gt;
         that the NOPRINT option is not used.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
23         proc sort data=WORK._EGMAPCONTENTS; by varnum; run;&lt;BR /&gt;
&lt;B&gt;ERROR: Variable VARNUM not found.&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
NOTE: PROCEDURE SORT used (Total process time):&lt;BR /&gt;
      real time           0.00 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
      &lt;BR /&gt;
24         &lt;BR /&gt;
25         /* clear the libname when complete */&lt;BR /&gt;
26         libname _egmle clear;&lt;BR /&gt;
2                                                          The SAS System                               14:51 Tuesday, April 8, 2008&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;WARNING: Libname _EGMLE is not assigned.&lt;/B&gt;&lt;BR /&gt;
27         &lt;BR /&gt;
28         /* restore the option */&lt;BR /&gt;
29         options &amp;amp;_imapValidVarName;&lt;BR /&gt;
&lt;B&gt;WARNING: Only Base procedures and SAS/STAT procedures have been tested for use with VALIDVARNAME=ANY. Other use of this option is &lt;BR /&gt;
         considered experimental and may cause undetected errors.&lt;/B&gt;&lt;BR /&gt;
30         &lt;BR /&gt;
31         QUIT; RUN;&lt;BR /&gt;
&lt;BR /&gt;
Thanks &amp;amp; Regards,&lt;BR /&gt;
Lokesh</description>
    <pubDate>Tue, 08 Apr 2008 09:36:28 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-04-08T09:36:28Z</dc:date>
    <item>
      <title>Error while opening sas Information map</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-opening-sas-Information-map/m-p/9689#M2568</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I am getting error while opening SAS information map using SAS EG 4.1.&lt;BR /&gt;
Error as Follows,&lt;BR /&gt;
&lt;BR /&gt;
                                                    The SAS System                               14:51 Tuesday, April 8, 2008&lt;BR /&gt;
&lt;BR /&gt;
1          ;*';*";*/;quit;run;&lt;BR /&gt;
2          OPTIONS PAGENO=MIN;&lt;BR /&gt;
3          /* SAS program to produce contents and filter datasets for the selected infomap */&lt;BR /&gt;
4          &lt;BR /&gt;
5          /* Save off the current value of the validvarname option */&lt;BR /&gt;
6          %let _imapValidVarName=%sysfunc(getoption(validvarname,keyword));&lt;BR /&gt;
7          &lt;BR /&gt;
8          /* need for proper data column names in the InfoMap Libname Engine */&lt;BR /&gt;
9          options validvarname=v7;&lt;BR /&gt;
10         &lt;BR /&gt;
11         libname _egmle sasioime&lt;BR /&gt;
12         	user="nisha"&lt;BR /&gt;
13         	pw=XXXXXXXXXXXXXXXXXX&lt;BR /&gt;
14         	metaserver="sas"&lt;BR /&gt;
15         	metaport=8561&lt;BR /&gt;
16         	metarepository="Foundation"&lt;BR /&gt;
17         	mappath="/BIP Tree/ReportStudio/Maps/AGRI"&lt;BR /&gt;
18         	PRESERVE_TAB_NAMES=YES;&lt;BR /&gt;
&lt;B&gt;ERROR: SAS internal error -- The SAS MVA interface to the Java API could not be initialized.&lt;BR /&gt;
ERROR: Error in the LIBNAME statement.&lt;B&gt;&lt;/B&gt;&lt;/B&gt;&lt;BR /&gt;
19         &lt;BR /&gt;
20         proc sql;&lt;BR /&gt;
20       !           drop table WORK._EGMAPFILTERS;&lt;BR /&gt;
&lt;B&gt;WARNING: File WORK._EGMAPFILTERS.DATA does not exist.&lt;BR /&gt;
WARNING: Table WORK._EGMAPFILTERS has not been dropped.&lt;/B&gt;&lt;BR /&gt;
20       !                                          quit;&lt;BR /&gt;
NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;
      real time           0.00 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
      &lt;BR /&gt;
&lt;BR /&gt;
21         ods output 'Information Maps'n=WORK._EGMAPFILTERS;&lt;BR /&gt;
22         proc contents data=_egmle."AGRI_INFO_MAP"n () out=WORK._EGMAPCONTENTS; run;&lt;BR /&gt;
&lt;B&gt;ERROR: Libname _EGMLE is not assigned.&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
NOTE: Statements not processed because of errors noted above.&lt;BR /&gt;
NOTE: The data set WORK._EGMAPCONTENTS has 0 observations and 0 variables.&lt;BR /&gt;
NOTE: PROCEDURE CONTENTS used (Total process time):&lt;BR /&gt;
      real time           0.00 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
      &lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
WARNING: Output ''Information Maps'n' was not created.  Make sure that the output object name, label, or path is spelled correctly. &lt;BR /&gt;
          Also, verify that the appropriate procedure options are used to produce the requested output object.  For example, verify &lt;BR /&gt;
         that the NOPRINT option is not used.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
23         proc sort data=WORK._EGMAPCONTENTS; by varnum; run;&lt;BR /&gt;
&lt;B&gt;ERROR: Variable VARNUM not found.&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;
NOTE: PROCEDURE SORT used (Total process time):&lt;BR /&gt;
      real time           0.00 seconds&lt;BR /&gt;
      cpu time            0.00 seconds&lt;BR /&gt;
      &lt;BR /&gt;
24         &lt;BR /&gt;
25         /* clear the libname when complete */&lt;BR /&gt;
26         libname _egmle clear;&lt;BR /&gt;
2                                                          The SAS System                               14:51 Tuesday, April 8, 2008&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;WARNING: Libname _EGMLE is not assigned.&lt;/B&gt;&lt;BR /&gt;
27         &lt;BR /&gt;
28         /* restore the option */&lt;BR /&gt;
29         options &amp;amp;_imapValidVarName;&lt;BR /&gt;
&lt;B&gt;WARNING: Only Base procedures and SAS/STAT procedures have been tested for use with VALIDVARNAME=ANY. Other use of this option is &lt;BR /&gt;
         considered experimental and may cause undetected errors.&lt;/B&gt;&lt;BR /&gt;
30         &lt;BR /&gt;
31         QUIT; RUN;&lt;BR /&gt;
&lt;BR /&gt;
Thanks &amp;amp; Regards,&lt;BR /&gt;
Lokesh</description>
      <pubDate>Tue, 08 Apr 2008 09:36:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-opening-sas-Information-map/m-p/9689#M2568</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-04-08T09:36:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error while opening sas Information map</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-opening-sas-Information-map/m-p/9690#M2569</link>
      <description>Lokesh,&lt;BR /&gt;
&lt;BR /&gt;
This is a problem for tech support.  You may be able to find some ideas from support.sas.com by putting the following into the search box&lt;BR /&gt;
&lt;BR /&gt;
+"enterprise guide" +"&lt;SOME significant="" part="" of="" your="" error="" message=""&gt;"&lt;BR /&gt;
&lt;BR /&gt;
like&lt;BR /&gt;
&lt;BR /&gt;
+"enterprise guide" +"SAS MVA interface to the Java API"&lt;BR /&gt;
&lt;BR /&gt;
Doc&lt;/SOME&gt;</description>
      <pubDate>Tue, 08 Apr 2008 12:13:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-opening-sas-Information-map/m-p/9690#M2569</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2008-04-08T12:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error while opening sas Information map</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-opening-sas-Information-map/m-p/9691#M2570</link>
      <description>EG uses the INFOMAPS engine to read Information Maps, and that engine relies on a Java runtime on your server.&lt;BR /&gt;
&lt;BR /&gt;
You can check the basic configuration of the Java runtime with this code:&lt;BR /&gt;
&lt;BR /&gt;
proc javainfo; run;&lt;BR /&gt;
&lt;BR /&gt;
And like Doc suggests, you will probably need to contact tech support to help with the resolution.&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Tue, 15 Apr 2008 00:58:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-while-opening-sas-Information-map/m-p/9691#M2570</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2008-04-15T00:58:46Z</dc:date>
    </item>
  </channel>
</rss>

