<?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: Error when starting EG scheduled project from vbs script in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-starting-EG-scheduled-project-from-vbs-script/m-p/558322#M33680</link>
    <description>&lt;P&gt;It's 64 bit version, when I run it from command prompt with the 64 bit cscript I get the same error I already posted.&lt;BR /&gt;&lt;BR /&gt;I also tried with the 32 bit version just to be sure, and I get another error&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Error #80131534&lt;BR /&gt;In Function app.Open&lt;BR /&gt;and something like LibGit2Sharp.Core.NativeMethods has generated an exception&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 May 2019 15:06:08 GMT</pubDate>
    <dc:creator>gspila</dc:creator>
    <dc:date>2019-05-13T15:06:08Z</dc:date>
    <item>
      <title>Error when starting EG scheduled project from vbs script</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-starting-EG-scheduled-project-from-vbs-script/m-p/558313#M33676</link>
      <description>&lt;P&gt;I use Enterprise Guide 7.1 desktop, not server, and I have a few scheduled project which I run from windows task scheduler for almost two years.&lt;BR /&gt;Ten days ago they suddenly stop working, I uncommented the&amp;nbsp;MsgBox strmsg line in the vbs, and it return the pop up attached.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EG_ERROR.jpg" style="width: 200px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29461iB4BA30FA6FD90355/image-size/small?v=v2&amp;amp;px=200" role="button" title="EG_ERROR.jpg" alt="EG_ERROR.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 14:25:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-starting-EG-scheduled-project-from-vbs-script/m-p/558313#M33676</guid>
      <dc:creator>gspila</dc:creator>
      <dc:date>2019-05-13T14:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error when starting EG scheduled project from vbs script</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-starting-EG-scheduled-project-from-vbs-script/m-p/558315#M33677</link>
      <description>&lt;P&gt;Does the project work when run interactively?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This error might indicate a problem with the project file or a missing file.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 14:31:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-starting-EG-scheduled-project-from-vbs-script/m-p/558315#M33677</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-05-13T14:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error when starting EG scheduled project from vbs script</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-starting-EG-scheduled-project-from-vbs-script/m-p/558317#M33678</link>
      <description>&lt;P&gt;Thanks for the reply, if I open and run the project there'no problem at all, only when I try to execute it in batch mode.&lt;BR /&gt;The same problem appear with other projects, not just one.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 14:43:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-starting-EG-scheduled-project-from-vbs-script/m-p/558317#M33678</guid>
      <dc:creator>gspila</dc:creator>
      <dc:date>2019-05-13T14:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error when starting EG scheduled project from vbs script</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-starting-EG-scheduled-project-from-vbs-script/m-p/558318#M33679</link>
      <description>&lt;P&gt;Is SAS Enterprise Guide a 32-bit version or 64-bit version?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If 32-bit, be sure you are kicking off the script with the 32-bit version of cscript (or wscript):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;c:\Windows\SysWOW64\cscript.exe c:\projects\AutomationNewProgram.vbs&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If 64-bit, use:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;c:\Windows\system32\cscript.exe c:\projects\AutomationNewProgram.vbs&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(I know those folder names seem backwards...but they aren't.)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 14:51:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-starting-EG-scheduled-project-from-vbs-script/m-p/558318#M33679</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-05-13T14:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error when starting EG scheduled project from vbs script</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-starting-EG-scheduled-project-from-vbs-script/m-p/558322#M33680</link>
      <description>&lt;P&gt;It's 64 bit version, when I run it from command prompt with the 64 bit cscript I get the same error I already posted.&lt;BR /&gt;&lt;BR /&gt;I also tried with the 32 bit version just to be sure, and I get another error&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Error #80131534&lt;BR /&gt;In Function app.Open&lt;BR /&gt;and something like LibGit2Sharp.Core.NativeMethods has generated an exception&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 15:06:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-starting-EG-scheduled-project-from-vbs-script/m-p/558322#M33680</guid>
      <dc:creator>gspila</dc:creator>
      <dc:date>2019-05-13T15:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Error when starting EG scheduled project from vbs script</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-starting-EG-scheduled-project-from-vbs-script/m-p/558327#M33681</link>
      <description>&lt;P&gt;Okay, this sounds like it might be a bug -- I suggest tracking with SAS Technical Support.&amp;nbsp; Make sure you're up-to-date on all EG hotfixes as well.&lt;/P&gt;</description>
      <pubDate>Mon, 13 May 2019 15:15:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Error-when-starting-EG-scheduled-project-from-vbs-script/m-p/558327#M33681</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-05-13T15:15:04Z</dc:date>
    </item>
  </channel>
</rss>

