<?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: Cannot create a catalog in SAS Enterpise Guide in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/247458#M17545</link>
    <description>&lt;P&gt;You need just the DLL file, not any of the source/sub-zip files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One more step you probably need to do:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- &lt;A href="http://blogs.sas.com/content/sasdummy/2013/05/19/unblocking-custom-task-dlls/" target="_self"&gt;Unblock custom task DLL for use in SAS Enterprise Guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That step wasn't necessary WAY back when this particular task was built, but later versions of Microsoft .NET require it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
    <pubDate>Tue, 02 Feb 2016 14:04:58 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2016-02-02T14:04:58Z</dc:date>
    <item>
      <title>Cannot create a catalog in SAS Enterpise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/171349#M13123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;I'm trying to save a graphic output into a separate catalog within WORK library using &lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: #eeeeee;"&gt;GOUT=&lt;/CODE&gt; option:&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; color: #575757; font-size: 10pt; line-height: 1.5em; background-color: transparent;"&gt;proc gchart data=sashelp.cars gout=car;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; color: #575757; font-size: 10pt; line-height: 1.5em; background-color: transparent;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; donut type/ name="car";&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;&lt;SPAN style="font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; color: #575757; font-size: 10pt; line-height: 1.5em; background-color: transparent;"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;When I do it in Base SAS (9.4), all works, I can see this catalog in Explorer or running &lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: #eeeeee;"&gt;proc catalog catalog=car; contents; run;&lt;/CODE&gt;&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;But when I do the same in EG 7.1 catalog is not created and &lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: #eeeeee;"&gt;proc catalog&lt;/CODE&gt; gives an error &lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; background-color: #eeeeee;"&gt;ERROR: Catalog WORK.CAR does not exist&lt;/CODE&gt;.&lt;/P&gt;&lt;P style="margin: 0 0 1em; font-size: 15px; color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; background-color: #ffffff;"&gt;Can it be fixed?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 19:32:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/171349#M13123</guid>
      <dc:creator>Dmitry</dc:creator>
      <dc:date>2015-02-16T19:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a catalog in SAS Enterpise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/171350#M13124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By default, the GRSEG entries are placed in WORK.GSEG.&amp;nbsp; Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: Consolas; font-size: 11pt;"&gt;&lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;gchart&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=sashelp.cars &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;gout&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=car;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;donut&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; type/ &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;"car"&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;catalog&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;catalog&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=&lt;STRONG style="font-size: 12pt;"&gt;&lt;SPAN style="font-size: 14pt;"&gt;work.gseg&lt;/SPAN&gt;; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;contents&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;; &lt;/SPAN&gt;&lt;SPAN style="color: #000080; background-color: #ffffff;"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Consolas; font-size: 11pt;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV style="font-family: Consolas; font-size: 11pt;"&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;You can also use the &lt;A href="http://blogs.sas.com/content/sasdummy/2010/05/10/viewing-sas-catalogs-from-sas-enterprise-guide/"&gt;Catalog Explorer custom task&lt;/A&gt; to see where the catalog entries are.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 19:46:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/171350#M13124</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-02-16T19:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a catalog in SAS Enterpise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/171351#M13125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chris, default catalog GSEG works and I use it. My point was that I cannot create another catalog in EG, though I can do it using Base SAS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 19:52:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/171351#M13125</guid>
      <dc:creator>Dmitry</dc:creator>
      <dc:date>2015-02-18T19:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a catalog in SAS Enterpise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/171352#M13126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A-ha! I see what you mean.&amp;nbsp; I think there is a GOPTION that is conflicting with this.&amp;nbsp; You can reset it.&amp;nbsp; Try running this in SAS Enterprise Guide:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="font-family: Consolas; font-size: 11pt;"&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;goptions&lt;/SPAN&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;reset&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=all;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;gchart&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=sashelp.cars &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;gout&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=mycars;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;donut&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt; type/ &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;name&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #800080; background-color: #ffffff;"&gt;"car"&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;; &lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;; &lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;quit&lt;/STRONG&gt;; &lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;catalog&lt;/STRONG&gt; &lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;catalog&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;=work.mycars; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; background-color: #ffffff;"&gt;contents&lt;/SPAN&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;; &lt;/SPAN&gt;&lt;STRONG style="color: #000080; background-color: #ffffff;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="color: #000000; background-color: #ffffff;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC CATALOG output:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="catout.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9221_catout.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Feb 2015 21:17:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/171352#M13126</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-02-18T21:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a catalog in SAS Enterpise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/171353#M13127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Chris, works perfect. I wonder what kind of option could prevent catalog creation...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 16:23:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/171353#M13127</guid>
      <dc:creator>Dmitry</dc:creator>
      <dc:date>2015-02-20T16:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a catalog in SAS Enterpise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/171354#M13128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it's the default setting that EG sets as GOPTIONS DEVICE=ACTIVEX.&amp;nbsp; If you change your application options to use PNG instead (which I like better), then there is no conflict.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Feb 2015 17:55:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/171354#M13128</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2015-02-20T17:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a catalog in SAS Enterpise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/247200#M17536</link>
      <description>&lt;P&gt;Hi community, I found this post when searching for the behaviour of the gseg catalog (I just used 'gseg' in the search field). My trouble is the following: I have lots of SAS programs that create assemblies of graphs that I combine using greplay. I rely on the names of the graphs to be in the (odd!) sequence of gplot, gplot1, gplot2 etc. In order for this to work, I need to be able to delete all the entries of the gseg catalog before a new set of entries are created (with the same names as before). I hope this is understandable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the post I can see how it works. Thank you. But, In my internal folder 'explorer' I cannot see the graph catalog. Its name does not appear. I ran the example in the post and everything was as displayed, however there is no catalog with the name 'mycars' in work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am missing a point here, but what?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Poul R S&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2016 13:53:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/247200#M17536</guid>
      <dc:creator>PoulRavn</dc:creator>
      <dc:date>2016-02-01T13:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a catalog in SAS Enterpise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/247375#M17540</link>
      <description>&lt;P&gt;The server list / data explorer in EG only shows datasets. Download and install the custom catalog viewer task Chris refers to earlier in this post to view catalog entries in a separate window.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its too bad this functionality isn't integrated into EG out of the box, but it is better than not having it at all.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 06:49:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/247375#M17540</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2016-02-02T06:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a catalog in SAS Enterpise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/247389#M17543</link>
      <description>&lt;P&gt;Hi, thanks for pointing me to the extension/add-in. Maybe I am just not understanding the instructions (fairly simple though) or something is wrong. My EG version is 6.1. The installation is sitting in a folder called C:\Program Files\SASHome\SASEnterpriseGuide\6.1, - so that is where I create the 'custom' folder as a subfolder. Then I extract the contents of the downloaded *.zip file in a temporary folder. There are 3 files there:&lt;/P&gt;
&lt;P&gt;Readme.txt,&lt;/P&gt;
&lt;P&gt;SAS.Tasks.Examples.CatalogExplorer.dll,&lt;/P&gt;
&lt;P&gt;and a new *.zip file called&lt;/P&gt;
&lt;P&gt;SASTasksCatalogExplorer_Src.zip.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Following the instructions I should copy all 3 of them into the new 'custom' folder, it being a subfolder of the ...\6.1\ - folder. Right?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Done that, but the addin does not show up in the Add-in tab in EG 6.1.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So is 6.1 not included in the version that it works for, or am I just missing something.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;Poul R S&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 09:40:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/247389#M17543</guid>
      <dc:creator>PoulRavn</dc:creator>
      <dc:date>2016-02-02T09:40:17Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a catalog in SAS Enterpise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/247458#M17545</link>
      <description>&lt;P&gt;You need just the DLL file, not any of the source/sub-zip files.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One more step you probably need to do:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;- &lt;A href="http://blogs.sas.com/content/sasdummy/2013/05/19/unblocking-custom-task-dlls/" target="_self"&gt;Unblock custom task DLL for use in SAS Enterprise Guide&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That step wasn't necessary WAY back when this particular task was built, but later versions of Microsoft .NET require it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 14:04:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/247458#M17545</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2016-02-02T14:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot create a catalog in SAS Enterpise Guide</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/247495#M17546</link>
      <description>&lt;P&gt;Thanks, the unblocking did it. Looks great. What I wanted. Poul R S&lt;/P&gt;</description>
      <pubDate>Tue, 02 Feb 2016 15:28:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Cannot-create-a-catalog-in-SAS-Enterpise-Guide/m-p/247495#M17546</guid>
      <dc:creator>PoulRavn</dc:creator>
      <dc:date>2016-02-02T15:28:25Z</dc:date>
    </item>
  </channel>
</rss>

