<?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: Weird Enterprise Guide issue in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Weird-Enterprise-Guide-issue/m-p/295549#M20183</link>
    <description>Thanks, Chris. I'm such a goof, I thought we were on the same versions, but remembered our desktop support group has several versions of our depot. I thought I was on the latest version (for my testing), but I'm on 7.1 whereas he's on 7.12.&lt;BR /&gt;&lt;BR /&gt;I will test this and give an update.</description>
    <pubDate>Wed, 31 Aug 2016 15:48:09 GMT</pubDate>
    <dc:creator>Timmy2383</dc:creator>
    <dc:date>2016-08-31T15:48:09Z</dc:date>
    <item>
      <title>Weird Enterprise Guide issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Weird-Enterprise-Guide-issue/m-p/295544#M20181</link>
      <description>&lt;P&gt;Ok, so we are running a SAS EBI 9.4TS1M3 environment on RHEL 6.7 (Linux x64). &amp;nbsp;EG is 7.100.0.1966 64-bit.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a user that creates projects with Query Builder tasks. &amp;nbsp;When he creates the tasks they appear and run as normal. &amp;nbsp;Here is an example using data from SASHELP:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%_eg_conditional_dropds(WORK.QUERY_FOR_CARS);

PROC SQL;
   CREATE TABLE WORK.QUERY_FOR_CARS AS 
   SELECT t1.Make, 
          /* Calculation */
            (COUNT(DISTINCT(t1.Model))) AS COUNT_DISTINCT_of_Model
      FROM SASHELP.CARS t1
      GROUP BY t1.Make;
QUIT;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;He runs it and has no problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, if he saves the project and sends it to someone else to run, the same Query Builder task changes the code to this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%_eg_conditional_dropds(WORK.QUERY_FOR_CARS);

PROC SQL;
EXECUTE (
   CREATE TABLE WORK.QUERY_FOR_CARS AS    SELECT t1.Make, 
          /* COUNT_DISTINCT_of_Model */
            (COUNT(DISTINCT(t1.Model))) AS COUNT_DISTINCT_of_Model
      FROM SASHELP.CARS t1
      GROUP BY t1.Make;) by con1;
QUIT;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Notice how it sandwhiched the original SQL code inside of "EXECUTE( &amp;nbsp;) by con1;".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Of course, this makes it errors out:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ERROR: The CON1 engine cannot be found.
ERROR: A Connection to the con1 DBMS is not currently supported, or is not installed at your site.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Obviously because I have no idea what con1 is supposed to be and where it's coming from.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we do this in reverse (i.e. I create the project with Query Builder task and then send to him) this issue does not occur.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've tried uninstalling EG, removing the EG settings from ..\appdata\Roaming\SAS\EnterpriseGuide\, but that didn't help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thoughts?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 15:38:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Weird-Enterprise-Guide-issue/m-p/295544#M20181</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2016-08-31T15:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Enterprise Guide issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Weird-Enterprise-Guide-issue/m-p/295547#M20182</link>
      <description>&lt;P&gt;I suspect these people are running different versions of SAS Enterprise Guide. &amp;nbsp;Have each user check the Help-&amp;gt;About window and note the versions, then (ideally) update the install for the person on the back-level version.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 15:42:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Weird-Enterprise-Guide-issue/m-p/295547#M20182</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-08-31T15:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Enterprise Guide issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Weird-Enterprise-Guide-issue/m-p/295549#M20183</link>
      <description>Thanks, Chris. I'm such a goof, I thought we were on the same versions, but remembered our desktop support group has several versions of our depot. I thought I was on the latest version (for my testing), but I'm on 7.1 whereas he's on 7.12.&lt;BR /&gt;&lt;BR /&gt;I will test this and give an update.</description>
      <pubDate>Wed, 31 Aug 2016 15:48:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Weird-Enterprise-Guide-issue/m-p/295549#M20183</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2016-08-31T15:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Enterprise Guide issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Weird-Enterprise-Guide-issue/m-p/295554#M20184</link>
      <description>&lt;P&gt;No goof on your part -- this&amp;nbsp;&lt;STRONG&gt;should&lt;/STRONG&gt; be okay to share a 7.12 project with 7.1, but obviously it breaks down in this case. &amp;nbsp;Hopefully an easy remedy on your end -- we do recommend that everyone on a team use the same version so that you have access to the same features.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2016 16:01:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Weird-Enterprise-Guide-issue/m-p/295554#M20184</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-08-31T16:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Weird Enterprise Guide issue</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Weird-Enterprise-Guide-issue/m-p/296003#M20196</link>
      <description>You were right. We reinstalled 7.1 on his machine and he can now share his projects with the rest of his team.&lt;BR /&gt;&lt;BR /&gt;Thanks, Chris!</description>
      <pubDate>Thu, 01 Sep 2016 20:57:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Weird-Enterprise-Guide-issue/m-p/296003#M20196</guid>
      <dc:creator>Timmy2383</dc:creator>
      <dc:date>2016-09-01T20:57:42Z</dc:date>
    </item>
  </channel>
</rss>

