<?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: app.SetActiveProfile in EG 8.1 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/app-SetActiveProfile-in-EG-8-1/m-p/602927#M35055</link>
    <description>&lt;P&gt;Not a problem, I had a similar issue a few months ago when I was attempting to schedule code via vbs script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-unison&lt;/P&gt;</description>
    <pubDate>Fri, 08 Nov 2019 23:08:52 GMT</pubDate>
    <dc:creator>unison</dc:creator>
    <dc:date>2019-11-08T23:08:52Z</dc:date>
    <item>
      <title>app.SetActiveProfile in EG 8.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/app-SetActiveProfile-in-EG-8-1/m-p/602898#M35052</link>
      <description>&lt;P&gt;The following code used to work for the vbscript generated by the scheduler function for SAS EG 7.1, but no longer works as is with the upgrade to 8.1. Basically, I need to set my active profile to a different profile besides my default. Was there any change to this process with the upgrade to 8.1?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Set app = CreateObject("SASEGObjectModel.Application.8.1")&lt;BR /&gt;app.SetActiveProfile("Profile2")&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 21:57:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/app-SetActiveProfile-in-EG-8-1/m-p/602898#M35052</guid>
      <dc:creator>cmcewen</dc:creator>
      <dc:date>2019-11-08T21:57:32Z</dc:date>
    </item>
    <item>
      <title>Re: app.SetActiveProfile in EG 8.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/app-SetActiveProfile-in-EG-8-1/m-p/602910#M35053</link>
      <description>&lt;P&gt;You could have an issue with your&amp;nbsp;&lt;SPAN&gt;SASEGScripti&lt;/SPAN&gt;&lt;SPAN class="csF5F810E7"&gt;ng.DLL (i.e. create object on&amp;nbsp;&lt;SPAN&gt;SASEGObjectModel.Application.8.1&lt;/SPAN&gt;&amp;nbsp;is missing). What is the error message?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 22:05:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/app-SetActiveProfile-in-EG-8-1/m-p/602910#M35053</guid>
      <dc:creator>unison</dc:creator>
      <dc:date>2019-11-08T22:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: app.SetActiveProfile in EG 8.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/app-SetActiveProfile-in-EG-8-1/m-p/602925#M35054</link>
      <description>&lt;P&gt;That's the breadcrumb I needed. I'm now figuring out that part, but thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 22:57:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/app-SetActiveProfile-in-EG-8-1/m-p/602925#M35054</guid>
      <dc:creator>cmcewen</dc:creator>
      <dc:date>2019-11-08T22:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: app.SetActiveProfile in EG 8.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/app-SetActiveProfile-in-EG-8-1/m-p/602927#M35055</link>
      <description>&lt;P&gt;Not a problem, I had a similar issue a few months ago when I was attempting to schedule code via vbs script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-unison&lt;/P&gt;</description>
      <pubDate>Fri, 08 Nov 2019 23:08:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/app-SetActiveProfile-in-EG-8-1/m-p/602927#M35055</guid>
      <dc:creator>unison</dc:creator>
      <dc:date>2019-11-08T23:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: app.SetActiveProfile in EG 8.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/app-SetActiveProfile-in-EG-8-1/m-p/617394#M35399</link>
      <description>&lt;P&gt;The SetActiveProfile function is not working anymore in the Enterprise Guide 8.1 scripting dll, due to a known bug. See&amp;nbsp;&lt;A href="http://support.sas.com/kb/65/291.html" target="_self"&gt;Note &lt;I&gt;65291: &lt;/I&gt;A function call to change the active profile in a VBS file when scheduling a SAS® Enterprise Guide® project results in an error&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our workaround is to first set the desired active profile in the Eguide 8.1 GUI application (i.e. not programmatically) and then run the vbs code.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 09:44:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/app-SetActiveProfile-in-EG-8-1/m-p/617394#M35399</guid>
      <dc:creator>daanm</dc:creator>
      <dc:date>2020-01-15T09:44:49Z</dc:date>
    </item>
  </channel>
</rss>

