<?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 in Information Map Studio while testing in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-in-Information-Map-Studio-while-testing/m-p/3498#M1153</link>
    <description>Hi Guys &lt;BR /&gt;
&lt;BR /&gt;
I get this error when I try to test the information through Information Map Studio.&lt;BR /&gt;
&lt;BR /&gt;
Exception occurred while attempting to access data.&lt;BR /&gt;
 &lt;BR /&gt;
com.sas.iquery.dataretrieval.DataRetrievalException: Exception occurred while attempting to access data. [ com.sas.iquery.dataretrieval.DataRetrievalException: Exception occurred when retrieving the ResultSet. [ com.sas.iquery.dataretrieval.DataRetrievalException: Unable to execute query. [ com.sas.iquery.execution2.ExecutionException: /* =================================== */&lt;BR /&gt;
NOTE: Copyright (c) 2002-2003 by SAS Institute Inc., Cary, NC, USA. &lt;BR /&gt;
NOTE: SAS (r) 9.1 (TS1M3)&lt;BR /&gt;
      Licensed to The BSS Group plc, Site 0098682001.&lt;BR /&gt;
NOTE: This session is executing on the AIX 5.3 platform.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
NOTE: SAS 9.1.3 Service Pack 4&lt;BR /&gt;
&lt;BR /&gt;
You are running SAS 9. Some SAS 8 files will be automatically converted &lt;BR /&gt;
by the V9 engine; others are incompatible.  Please see &lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/migration/planning/platform/64bit.html" target="_blank"&gt;http://support.sas.com/rnd/migration/planning/platform/64bit.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
PROC MIGRATE will preserve current SAS file attributes and is &lt;BR /&gt;
recommended for converting all your SAS libraries from any &lt;BR /&gt;
SAS 8 release to SAS 9.  For details and examples, please see&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/migration/index.html" target="_blank"&gt;http://support.sas.com/rnd/migration/index.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
This message is contained in the SAS news file, and is presented upon&lt;BR /&gt;
initialization.  Edit the file "news" in the "misc/base" directory to&lt;BR /&gt;
display site-specific news and information in the program log.&lt;BR /&gt;
The command line option "-nonews" will prevent this display.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
NOTE: SAS Initialization 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;
1          options Locale=en_GB;&lt;BR /&gt;
1                                                          The SAS System                             13:51 Wednesday, June 20, 2007&lt;BR /&gt;
&lt;BR /&gt;
2          LIBNAME DEVX ORACLE  PATH=DEVX  SCHEMA=DEVE ;&lt;BR /&gt;
ERROR: ORACLE connection error: ORA-01017: invalid username/password; logon denied.&lt;BR /&gt;
ERROR: Error in the LIBNAME statement.&lt;BR /&gt;
3          &lt;BR /&gt;
2                                                          The SAS System                             13:51 Wednesday, June 20, 2007&lt;BR /&gt;
&lt;BR /&gt;
4          Proc SQL;&lt;BR /&gt;
4        !           Create Table A7 as&lt;BR /&gt;
5          SELECT&lt;BR /&gt;
6          	table0.SH_SO_ACCOUNT AS DIR_2 LABEL='Sh_So_Account' FORMAT=$8.&lt;BR /&gt;
7          FROM&lt;BR /&gt;
8          	DEVX.SH_02_SALES table0&lt;BR /&gt;
9          ;&lt;BR /&gt;
ERROR: Libname DEVX is not assigned.&lt;BR /&gt;
NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of statements.&lt;BR /&gt;
10         quit;&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&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;
11         &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Exception occurred while executing query.  (select * from A7)&lt;BR /&gt;
Unable to execute query: com.sas.iom.SASIOMDefs.GenericError: SQL passthru expression contained these errors: ERROR: File WORK.A7.DATA does not exist....   [ java.sql.SQLException: Unable to execute query: com.sas.iom.SASIOMDefs.GenericError: SQL passthru expression contained these errors: ERROR: File WORK.A7.DATA does not exist....   [ java.sql.SQLException: com.sas.iom.SASIOMDefs.GenericError: SQL passthru expression contained these errors: ERROR: File WORK.A7.DATA does not exist....   ]  ]  ]  ]  ] &lt;BR /&gt;
	at com.sas.iquery.dataretrieval.SimpleQueryConnector.retrieveQueryResultMap(Unknown Source)&lt;BR /&gt;
	at com.sas.iquery.dataretrieval.SimpleQueryConnector.retrieveQueryResultMap(Unknown Source)&lt;BR /&gt;
	at com.sas.storage.iquery.BusinessQueryAdapter.init(BusinessQueryAdapter.java:178)&lt;BR /&gt;
	at com.sas.storage.iquery.BusinessQueryToTableModelAdapter.getColumnCount(BusinessQueryToTableModelAdapter.java:344)&lt;BR /&gt;
 &lt;BR /&gt;
Error occurred generating result set&lt;BR /&gt;
 &lt;BR /&gt;
java.lang.IllegalStateException: Error occurred generating result set&lt;BR /&gt;
	at com.sas.storage.iquery.BusinessQueryAdapter.init(BusinessQueryAdapter.java:201)&lt;BR /&gt;
	at com.sas.storage.iquery.BusinessQueryToTableModelAdapter.getColumnCount(BusinessQueryToTableModelAdapter.java:344)&lt;BR /&gt;
	at javax.swing.JTable.createDefaultColumnsFromModel(JTable.java:936)&lt;BR /&gt;
	at com.sas.swing.visuals.tableview.TableView.tableChanged(TableView.java:4903)&lt;BR /&gt;
	at javax.swing.JTable.setModel(JTable.java:2721)&lt;BR /&gt;
	at com.sas.apps.mapStudio.visuals.testQuery.Test.makeTableWidget(Test.java:279)&lt;BR /&gt;
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;BR /&gt;
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;BR /&gt;
	at java.lang.reflect.Method.invoke(Method.java:324)&lt;BR /&gt;
	at com.sas.apps.mapStudio.visuals.util.ProgressThread$TaskThread.run(ProgressThread.java:286)</description>
    <pubDate>Wed, 20 Jun 2007 12:50:04 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-06-20T12:50:04Z</dc:date>
    <item>
      <title>Error in Information Map Studio while testing</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-in-Information-Map-Studio-while-testing/m-p/3498#M1153</link>
      <description>Hi Guys &lt;BR /&gt;
&lt;BR /&gt;
I get this error when I try to test the information through Information Map Studio.&lt;BR /&gt;
&lt;BR /&gt;
Exception occurred while attempting to access data.&lt;BR /&gt;
 &lt;BR /&gt;
com.sas.iquery.dataretrieval.DataRetrievalException: Exception occurred while attempting to access data. [ com.sas.iquery.dataretrieval.DataRetrievalException: Exception occurred when retrieving the ResultSet. [ com.sas.iquery.dataretrieval.DataRetrievalException: Unable to execute query. [ com.sas.iquery.execution2.ExecutionException: /* =================================== */&lt;BR /&gt;
NOTE: Copyright (c) 2002-2003 by SAS Institute Inc., Cary, NC, USA. &lt;BR /&gt;
NOTE: SAS (r) 9.1 (TS1M3)&lt;BR /&gt;
      Licensed to The BSS Group plc, Site 0098682001.&lt;BR /&gt;
NOTE: This session is executing on the AIX 5.3 platform.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
NOTE: SAS 9.1.3 Service Pack 4&lt;BR /&gt;
&lt;BR /&gt;
You are running SAS 9. Some SAS 8 files will be automatically converted &lt;BR /&gt;
by the V9 engine; others are incompatible.  Please see &lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/migration/planning/platform/64bit.html" target="_blank"&gt;http://support.sas.com/rnd/migration/planning/platform/64bit.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
PROC MIGRATE will preserve current SAS file attributes and is &lt;BR /&gt;
recommended for converting all your SAS libraries from any &lt;BR /&gt;
SAS 8 release to SAS 9.  For details and examples, please see&lt;BR /&gt;
&lt;A href="http://support.sas.com/rnd/migration/index.html" target="_blank"&gt;http://support.sas.com/rnd/migration/index.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
This message is contained in the SAS news file, and is presented upon&lt;BR /&gt;
initialization.  Edit the file "news" in the "misc/base" directory to&lt;BR /&gt;
display site-specific news and information in the program log.&lt;BR /&gt;
The command line option "-nonews" will prevent this display.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
NOTE: SAS Initialization 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;
1          options Locale=en_GB;&lt;BR /&gt;
1                                                          The SAS System                             13:51 Wednesday, June 20, 2007&lt;BR /&gt;
&lt;BR /&gt;
2          LIBNAME DEVX ORACLE  PATH=DEVX  SCHEMA=DEVE ;&lt;BR /&gt;
ERROR: ORACLE connection error: ORA-01017: invalid username/password; logon denied.&lt;BR /&gt;
ERROR: Error in the LIBNAME statement.&lt;BR /&gt;
3          &lt;BR /&gt;
2                                                          The SAS System                             13:51 Wednesday, June 20, 2007&lt;BR /&gt;
&lt;BR /&gt;
4          Proc SQL;&lt;BR /&gt;
4        !           Create Table A7 as&lt;BR /&gt;
5          SELECT&lt;BR /&gt;
6          	table0.SH_SO_ACCOUNT AS DIR_2 LABEL='Sh_So_Account' FORMAT=$8.&lt;BR /&gt;
7          FROM&lt;BR /&gt;
8          	DEVX.SH_02_SALES table0&lt;BR /&gt;
9          ;&lt;BR /&gt;
ERROR: Libname DEVX is not assigned.&lt;BR /&gt;
NOTE: PROC SQL set option NOEXEC and will continue to check the syntax of statements.&lt;BR /&gt;
10         quit;&lt;BR /&gt;
NOTE: The SAS System stopped processing this step because of errors.&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;
11         &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Exception occurred while executing query.  (select * from A7)&lt;BR /&gt;
Unable to execute query: com.sas.iom.SASIOMDefs.GenericError: SQL passthru expression contained these errors: ERROR: File WORK.A7.DATA does not exist....   [ java.sql.SQLException: Unable to execute query: com.sas.iom.SASIOMDefs.GenericError: SQL passthru expression contained these errors: ERROR: File WORK.A7.DATA does not exist....   [ java.sql.SQLException: com.sas.iom.SASIOMDefs.GenericError: SQL passthru expression contained these errors: ERROR: File WORK.A7.DATA does not exist....   ]  ]  ]  ]  ] &lt;BR /&gt;
	at com.sas.iquery.dataretrieval.SimpleQueryConnector.retrieveQueryResultMap(Unknown Source)&lt;BR /&gt;
	at com.sas.iquery.dataretrieval.SimpleQueryConnector.retrieveQueryResultMap(Unknown Source)&lt;BR /&gt;
	at com.sas.storage.iquery.BusinessQueryAdapter.init(BusinessQueryAdapter.java:178)&lt;BR /&gt;
	at com.sas.storage.iquery.BusinessQueryToTableModelAdapter.getColumnCount(BusinessQueryToTableModelAdapter.java:344)&lt;BR /&gt;
 &lt;BR /&gt;
Error occurred generating result set&lt;BR /&gt;
 &lt;BR /&gt;
java.lang.IllegalStateException: Error occurred generating result set&lt;BR /&gt;
	at com.sas.storage.iquery.BusinessQueryAdapter.init(BusinessQueryAdapter.java:201)&lt;BR /&gt;
	at com.sas.storage.iquery.BusinessQueryToTableModelAdapter.getColumnCount(BusinessQueryToTableModelAdapter.java:344)&lt;BR /&gt;
	at javax.swing.JTable.createDefaultColumnsFromModel(JTable.java:936)&lt;BR /&gt;
	at com.sas.swing.visuals.tableview.TableView.tableChanged(TableView.java:4903)&lt;BR /&gt;
	at javax.swing.JTable.setModel(JTable.java:2721)&lt;BR /&gt;
	at com.sas.apps.mapStudio.visuals.testQuery.Test.makeTableWidget(Test.java:279)&lt;BR /&gt;
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;BR /&gt;
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;BR /&gt;
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;BR /&gt;
	at java.lang.reflect.Method.invoke(Method.java:324)&lt;BR /&gt;
	at com.sas.apps.mapStudio.visuals.util.ProgressThread$TaskThread.run(ProgressThread.java:286)</description>
      <pubDate>Wed, 20 Jun 2007 12:50:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-in-Information-Map-Studio-while-testing/m-p/3498#M1153</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-06-20T12:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Error in Information Map Studio while testing</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-in-Information-Map-Studio-while-testing/m-p/3499#M1154</link>
      <description>Hi:&lt;BR /&gt;
  One of your problems is listed here:&lt;BR /&gt;
&lt;BR /&gt;
2 LIBNAME DEVX ORACLE PATH=DEVX SCHEMA=DEVE ;&lt;BR /&gt;
ERROR: ORACLE connection error: &lt;B&gt;ORA-01017: invalid username/password; logon denied.&lt;BR /&gt;
ERROR: Error in the LIBNAME statement &lt;/B&gt;&lt;BR /&gt;
 &lt;BR /&gt;
with the invalid username message.&lt;BR /&gt;
 &lt;BR /&gt;
However, this is really not an Enterprise Guide question and is best answered by Tech Support.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 20 Jun 2007 14:33:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-in-Information-Map-Studio-while-testing/m-p/3499#M1154</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2007-06-20T14:33:30Z</dc:date>
    </item>
  </channel>
</rss>

