<?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 Re: &amp;quot;...cannot open the data file&amp;quot; in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-cannot-open-the-data-file-quot/m-p/3292#M1063</link>
    <description>Thanks for reply, Chris....&lt;BR /&gt;
&lt;BR /&gt;
I'm in process of trying to set up a code node as we speak.&lt;BR /&gt;
&lt;BR /&gt;
Also, if some of the columns contained national characters that don't transcode, if I can't see the table's data, how would I know if that was the case?  Any suggestions are always most welcome.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again!</description>
    <pubDate>Thu, 31 May 2007 16:50:31 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-05-31T16:50:31Z</dc:date>
    <item>
      <title>"...cannot open the data file"</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-cannot-open-the-data-file-quot/m-p/3290#M1061</link>
      <description>I recently tried "pulling in" a table from one of my libraries and received the following message:  "Enterprise Guide cannot open the data file: ODSH.PERSON_DETAIL.  Do you want to remove all references to this file from the project?"  &lt;BR /&gt;
&lt;BR /&gt;
I only get this message on this one table....other tables can be opened OK.  If anyone has a suggestion on what (1) this means and (2) what migt br tried to fix the problem, I would be most grateful.&lt;BR /&gt;
&lt;BR /&gt;
Thanks in advance!</description>
      <pubDate>Thu, 31 May 2007 14:44:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-cannot-open-the-data-file-quot/m-p/3290#M1061</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-05-31T14:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: "...cannot open the data file"</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-cannot-open-the-data-file-quot/m-p/3291#M1062</link>
      <description>It could be any of a number of issues.&lt;BR /&gt;
&lt;BR /&gt;
Can you run any tasks on it?  Or even just run from a code node:&lt;BR /&gt;
&lt;BR /&gt;
proc print data=odsh.person_detail;&lt;BR /&gt;
&lt;BR /&gt;
It's possible that some column values contain national characters (such as found in a native Polish name, for example) that cannot transcode into your SAS session encoding (wlatin1, good for English and Western Europe, usually).&lt;BR /&gt;
&lt;BR /&gt;
Chris</description>
      <pubDate>Thu, 31 May 2007 15:53:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-cannot-open-the-data-file-quot/m-p/3291#M1062</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2007-05-31T15:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: "...cannot open the data file"</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-cannot-open-the-data-file-quot/m-p/3292#M1063</link>
      <description>Thanks for reply, Chris....&lt;BR /&gt;
&lt;BR /&gt;
I'm in process of trying to set up a code node as we speak.&lt;BR /&gt;
&lt;BR /&gt;
Also, if some of the columns contained national characters that don't transcode, if I can't see the table's data, how would I know if that was the case?  Any suggestions are always most welcome.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again!</description>
      <pubDate>Thu, 31 May 2007 16:50:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-cannot-open-the-data-file-quot/m-p/3292#M1063</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-05-31T16:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: "...cannot open the data file"</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-cannot-open-the-data-file-quot/m-p/3293#M1064</link>
      <description>Hi, Chris,&lt;BR /&gt;
&lt;BR /&gt;
I wasn't able to even do the "proc print data=odsh.person_detail;" you suggested; I got a message saying certain fields could not be found.  It sounds like I have to figure out how to do a refresh of the "view" that is currently causing fits.&lt;BR /&gt;
&lt;BR /&gt;
Is there a way to refresh the library or the table?</description>
      <pubDate>Thu, 31 May 2007 18:20:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-cannot-open-the-data-file-quot/m-p/3293#M1064</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-05-31T18:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: "...cannot open the data file"</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-cannot-open-the-data-file-quot/m-p/3294#M1065</link>
      <description>Guess what??? I got the problem fixed!  Turns out that we receive script files from a software vendor that can at any time modify the structure of our Oracle or SQL tables; well, our Administrator had received a script that had erased two fields in the offending table, and my SAS EG was looking at an old view of the table.  After we did some heavy-duty reviewing of the table, we figured which fields were causing the probelm, removed them from the old view, did a refresh, and now can see and use the table.&lt;BR /&gt;
&lt;BR /&gt;
I asked our administrator how he knows what the scripts do and his response was that he didn't know what impact the scripts had, that he just runs them.  Sound like the old "just following orders," doesn't it?&lt;BR /&gt;
&lt;BR /&gt;
Thanks for your replies and for your suggestions....it's nice to know there are folks willing to help others out there.</description>
      <pubDate>Thu, 31 May 2007 19:52:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/quot-cannot-open-the-data-file-quot/m-p/3294#M1065</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-05-31T19:52:28Z</dc:date>
    </item>
  </channel>
</rss>

