<?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: Using EG Scheduler to create Excel and not VBS Script in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-EG-Scheduler-to-create-Excel-and-not-VBS-Script/m-p/417758#M26893</link>
    <description>Thank you so much for your response. I clicked on the VBS Script and got an error. I also noticed the scheduler is not working, it only ran because selected run project after I set up the schedule.&lt;BR /&gt;Error: Object Required&lt;BR /&gt;Code: 800A01A8&lt;BR /&gt;Source: Microsoft VBScript Runtime Error&lt;BR /&gt;</description>
    <pubDate>Fri, 01 Dec 2017 14:33:50 GMT</pubDate>
    <dc:creator>Shastadaisy0102</dc:creator>
    <dc:date>2017-12-01T14:33:50Z</dc:date>
    <item>
      <title>Using EG Scheduler to create Excel and not VBS Script</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-EG-Scheduler-to-create-Excel-and-not-VBS-Script/m-p/417585#M26889</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to schedule my project to release in Excel format rather than VBS script.&amp;nbsp; Is that possible?&amp;nbsp; I have it set to export to Excel in the project already, but when it delivers it is always as VBS script.&amp;nbsp; We have SAS EG 4.3&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 21:47:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-EG-Scheduler-to-create-Excel-and-not-VBS-Script/m-p/417585#M26889</guid>
      <dc:creator>Shastadaisy0102</dc:creator>
      <dc:date>2017-11-30T21:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: Using EG Scheduler to create Excel and not VBS Script</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-EG-Scheduler-to-create-Excel-and-not-VBS-Script/m-p/417632#M26891</link>
      <description>&lt;P&gt;I think you're confusing two different things here. When you use the Windows scheduler from inside EG then EG will generate a VBS file which contains a&amp;nbsp;VB Script program which runs the Enterprise Guide project in background. If that project exports it's output to Excel then you will get an Excel spreadsheet when it runs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can check if this works by double clicking the VBS file - if the Excel file doesn't appear when the program is finished then you have an error in your project.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 01:04:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-EG-Scheduler-to-create-Excel-and-not-VBS-Script/m-p/417632#M26891</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-12-01T01:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using EG Scheduler to create Excel and not VBS Script</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-EG-Scheduler-to-create-Excel-and-not-VBS-Script/m-p/417758#M26893</link>
      <description>Thank you so much for your response. I clicked on the VBS Script and got an error. I also noticed the scheduler is not working, it only ran because selected run project after I set up the schedule.&lt;BR /&gt;Error: Object Required&lt;BR /&gt;Code: 800A01A8&lt;BR /&gt;Source: Microsoft VBScript Runtime Error&lt;BR /&gt;</description>
      <pubDate>Fri, 01 Dec 2017 14:33:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-EG-Scheduler-to-create-Excel-and-not-VBS-Script/m-p/417758#M26893</guid>
      <dc:creator>Shastadaisy0102</dc:creator>
      <dc:date>2017-12-01T14:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using EG Scheduler to create Excel and not VBS Script</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-EG-Scheduler-to-create-Excel-and-not-VBS-Script/m-p/417820#M26906</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/180432"&gt;@Shastadaisy0102&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See this SAS Note for tips and requirements needed to schedule SAS Enterprise Guide projects successfully: &lt;A href="http://support.sas.com/kb/56648" target="_blank"&gt;http://support.sas.com/kb/56648&lt;/A&gt;. It's worth reviewing this note to ensure you have the permissions/rights needed to schedule.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The script error you received tells me that you &lt;STRONG&gt;may&lt;/STRONG&gt; want to ensure that the bitness of EG and the bitness of the cscript.exe file used matches. What is the full version of EG including bitness you are using? (Go to Help -&amp;gt; About SAS Enterprise Guide for this information.) What version of Windows are you using?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have a 32-bit install of EG, then you want to ensure that the cscript.exe located in c:\Windows\SysWOW64\ is executing your VBScript file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have a 64-bit install of EG, then you want to ensure that the cscript.exe located in c:\Windows\System32\ is used.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Yes, the names of these Windows directories are misleading. See &lt;A href="https://stackoverflow.com/questions/949959/why-do-64-bit-dlls-go-to-system32-and-32-bit-dlls-to-syswow64-on-64-bit-windows" target="_blank"&gt;https://stackoverflow.com/questions/949959/why-do-64-bit-dlls-go-to-system32-and-32-bit-dlls-to-syswow64-on-64-bit-windows&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 19:23:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-EG-Scheduler-to-create-Excel-and-not-VBS-Script/m-p/417820#M26906</guid>
      <dc:creator>fifthand57th</dc:creator>
      <dc:date>2017-12-01T19:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using EG Scheduler to create Excel and not VBS Script</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-EG-Scheduler-to-create-Excel-and-not-VBS-Script/m-p/417904#M26907</link>
      <description>&lt;P&gt;The scheduler may have been disabled by your system administrator - I encountered this at one site and had to ask for it to be enabled on the machine I was using.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2017 00:23:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Using-EG-Scheduler-to-create-Excel-and-not-VBS-Script/m-p/417904#M26907</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-12-02T00:23:26Z</dc:date>
    </item>
  </channel>
</rss>

