<?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 Enterprise Guide file empty in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/816926#M40802</link>
    <description>&lt;P&gt;I saved a SAS EG 7.1 file with years worth of information. Many Process Flows with dozens of program code files. The size of the EG file is 571 KB, but when I open the EG file it is empty except for the names of the Process Flows. Nothing else, none of the program codes or any other information is showing.&lt;/P&gt;&lt;P&gt;This has happened for both my primary working file and my backup file.&lt;/P&gt;&lt;P&gt;Is there a way to recover previous version?&lt;/P&gt;&lt;P&gt;Also, why is this happening??&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jun 2022 18:38:06 GMT</pubDate>
    <dc:creator>jkurka</dc:creator>
    <dc:date>2022-06-07T18:38:06Z</dc:date>
    <item>
      <title>Enterprise Guide file empty</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/816926#M40802</link>
      <description>&lt;P&gt;I saved a SAS EG 7.1 file with years worth of information. Many Process Flows with dozens of program code files. The size of the EG file is 571 KB, but when I open the EG file it is empty except for the names of the Process Flows. Nothing else, none of the program codes or any other information is showing.&lt;/P&gt;&lt;P&gt;This has happened for both my primary working file and my backup file.&lt;/P&gt;&lt;P&gt;Is there a way to recover previous version?&lt;/P&gt;&lt;P&gt;Also, why is this happening??&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 18:38:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/816926#M40802</guid>
      <dc:creator>jkurka</dc:creator>
      <dc:date>2022-06-07T18:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide file empty</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/816929#M40803</link>
      <description>&lt;P&gt;If you change the extension to .zip, you can see the contents.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is a massive project. I would suggest breaking it up somehow.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2022 18:46:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/816929#M40803</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2022-06-07T18:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide file empty</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/816930#M40804</link>
      <description>I'm getting a prompt that if I change the extension the file might become unusable. Confirm, just change the extension from .egp to .zip in my windows File Explorer pane?&lt;BR /&gt;&lt;BR /&gt;Yes, it is massive, which is why I preferred to have everything in one location with a backup. It makes it easier to work through.</description>
      <pubDate>Tue, 07 Jun 2022 18:49:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/816930#M40804</guid>
      <dc:creator>jkurka</dc:creator>
      <dc:date>2022-06-07T18:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide file empty</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/816934#M40805</link>
      <description>Ignore the warning or, make a copy of it and do the rename. The warning is a standard Windows thing.</description>
      <pubDate>Tue, 07 Jun 2022 19:17:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/816934#M40805</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2022-06-07T19:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide file empty</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/816968#M40806</link>
      <description>Thanks for the tip! This worked. I was also able to find an old version on dropbox to download, so not a total loss. Any ideas on why this happens?</description>
      <pubDate>Tue, 07 Jun 2022 21:37:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/816968#M40806</guid>
      <dc:creator>jkurka</dc:creator>
      <dc:date>2022-06-07T21:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide file empty</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/816986#M40807</link>
      <description>&lt;P&gt;I am speculating here so bear with me. The EG guys can correct if I miss something.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EG is a .NET/C# app (I am a SAS and C# dev so I kind of know how this works). When you make changes to an EG project, it saves them to the in-memory object (classes). When you save, it has to serialize them to XML. When you open a project, it deserializes them back to the objects. Any time you are serializing a large object, it can go wrong. Shouldn't, but it can. depending on what happens in the I/O. Especially true over a network connection. I suspect something blipped in the serialization.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You really need to make the project smaller. I have never seen an EG project of that size and I look at them a lot, especially in their raw form. I rarely use EG as an application, mainly deal with the EG zip file or making EG add-ins. If you have data stored in the project (which I suspect), move it elsewhere.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 04:15:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/816986#M40807</guid>
      <dc:creator>AlanC</dc:creator>
      <dc:date>2022-06-08T04:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide file empty</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/816992#M40808</link>
      <description>&lt;P&gt;If you really want to make your EG project work super secure then it's well worth your while using EG's Git version control functionality - you'll probably need to upgrade to a later EG version to make best use of that. If anything gets corrupted you have a complete history of all previous changes to go back to. So you can track any change you've made as well as having secure backups in case anything goes pear-shaped.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jun 2022 04:54:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/816992#M40808</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2022-06-08T04:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide file empty</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/817201#M40821</link>
      <description>I don't have any data it in. Any data is imported for each session and any data I do save are saved in an external folder, referencing a libname. I have 30 sas program files distributed across 9 process flows.</description>
      <pubDate>Wed, 08 Jun 2022 19:10:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/817201#M40821</guid>
      <dc:creator>jkurka</dc:creator>
      <dc:date>2022-06-08T19:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide file empty</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/817202#M40822</link>
      <description>Thanks for the tip! I had a friend recommend this yesterday also. Will look into it!</description>
      <pubDate>Wed, 08 Jun 2022 19:10:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/817202#M40822</guid>
      <dc:creator>jkurka</dc:creator>
      <dc:date>2022-06-08T19:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Enterprise Guide file empty</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/896850#M43750</link>
      <description>&lt;P&gt;How did you do after changing .egp to .zip?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Oct 2023 04:41:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Enterprise-Guide-file-empty/m-p/896850#M43750</guid>
      <dc:creator>Achara</dc:creator>
      <dc:date>2023-10-03T04:41:30Z</dc:date>
    </item>
  </channel>
</rss>

