<?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: Errors while running Schedule Jobs in SAS EG 7.1 in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-while-running-Schedule-Jobs-in-SAS-EG-7-1/m-p/504829#M32252</link>
    <description>&lt;P&gt;In step 2 you can also delete your schedule in SAS and create a new one&amp;nbsp;instead of changing the vbs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Choosing this step is no longer necessary to change the script, SAS will create a new VBS script and change your process flow name for you in the script, it's a good option for those who are not comfortable with VBS.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Oct 2018 18:40:39 GMT</pubDate>
    <dc:creator>ncardoso</dc:creator>
    <dc:date>2018-10-16T18:40:39Z</dc:date>
    <item>
      <title>Errors while running Schedule Jobs in SAS EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-while-running-Schedule-Jobs-in-SAS-EG-7-1/m-p/447592#M28940</link>
      <description>&lt;P&gt;I am trying to&amp;nbsp;create and run&amp;nbsp;schedules job on SAS EG 7.13. Code is very basic as the current goal is to ensure that I am able to run scheduled jobs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The job is not running and the history tab has the error with Launch Failure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to run the vb script directly from the saved location and get the below error&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Error # 80004003&lt;/P&gt;&lt;P&gt;In Function Container.Run&lt;/P&gt;&lt;P&gt;Object Reference not set to an instance of an object&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have already tried various things from online with no success. Any suggestions are appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 20:55:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-while-running-Schedule-Jobs-in-SAS-EG-7-1/m-p/447592#M28940</guid>
      <dc:creator>Pranav_</dc:creator>
      <dc:date>2018-03-21T20:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Errors while running Schedule Jobs in SAS EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-while-running-Schedule-Jobs-in-SAS-EG-7-1/m-p/450986#M29148</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/200456"&gt;@Pranav_&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure if you are still experiencing the described issue, if yes let me try to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First, did you get a chance to review &lt;A href="http://support.sas.com/kb/56/648.html" target="_self"&gt;Usage Note 56648&lt;/A&gt;&amp;nbsp;(&lt;EM&gt;Tips for scheduling a SAS® Enterprise Guide® project&lt;/EM&gt;)?&lt;/P&gt;
&lt;P&gt;This would be the starting point, assuming the project runs successfully interactively.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also, please enable the log as per &lt;A href="http://support.sas.com/kb/55/414.html" target="_self"&gt;Usage Note 55414&lt;/A&gt;&amp;nbsp;(&lt;EM&gt;Enabling logging in SAS® Enterprise Guide® 7.1 and later&lt;/EM&gt;).&lt;/P&gt;
&lt;P&gt;When you try to execute the scheduled project, do you see further details in the log ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you able to run another *.vbs file, not created by EG ?&lt;/P&gt;
&lt;P&gt;If that works, go back to the script created by EG, edit it (with Notepad for instance) and enable the error message box that is commented out at the end of the file.&amp;nbsp;Remove the single quote before the line: &lt;EM&gt;&lt;STRONG&gt;MsgBox strmsg&lt;/STRONG&gt;&lt;/EM&gt;. If any messages appear in a pop-up dialog box, please share it with us.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Damo&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 09:45:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-while-running-Schedule-Jobs-in-SAS-EG-7-1/m-p/450986#M29148</guid>
      <dc:creator>Damo</dc:creator>
      <dc:date>2018-04-04T09:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Errors while running Schedule Jobs in SAS EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-while-running-Schedule-Jobs-in-SAS-EG-7-1/m-p/451284#M29155</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13934"&gt;@Damo&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the response. I have tried the suggestions and had done the&amp;nbsp;&lt;SPAN&gt;:&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;MsgBox strmsg as well earlier.&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Please see the error message&amp;nbsp;attached&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Error "&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;80004003&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;In Function&amp;nbsp;Container.Run&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Object reference not set to an instance&amp;nbsp;of an object&amp;nbsp;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 19:29:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-while-running-Schedule-Jobs-in-SAS-EG-7-1/m-p/451284#M29155</guid>
      <dc:creator>Pranav_</dc:creator>
      <dc:date>2018-04-04T19:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Errors while running Schedule Jobs in SAS EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-while-running-Schedule-Jobs-in-SAS-EG-7-1/m-p/451300#M29162</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/200456"&gt;@Pranav_&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;What about other points I mentioned (the 2 SAS-Notes and testing a sample vbs not created by EG ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;Damo&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 20:00:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-while-running-Schedule-Jobs-in-SAS-EG-7-1/m-p/451300#M29162</guid>
      <dc:creator>Damo</dc:creator>
      <dc:date>2018-04-04T20:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Errors while running Schedule Jobs in SAS EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-while-running-Schedule-Jobs-in-SAS-EG-7-1/m-p/452530#M29197</link>
      <description>&lt;P&gt;Hi &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13934"&gt;@Damo&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes , I have run the other steps(SAS notes) as well and verified the same. I am able to create a vb script directory and run it&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The error remains same as in the previous post&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards:&lt;/P&gt;&lt;P&gt;Pranav Goel&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2018 15:41:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-while-running-Schedule-Jobs-in-SAS-EG-7-1/m-p/452530#M29197</guid>
      <dc:creator>Pranav_</dc:creator>
      <dc:date>2018-04-09T15:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Errors while running Schedule Jobs in SAS EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-while-running-Schedule-Jobs-in-SAS-EG-7-1/m-p/452728#M29211</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/200456"&gt;@Pranav_&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In that case, i would encourage you to raise a track with your local Technical Support.&lt;/P&gt;
&lt;P&gt;You can share logs, review Event Viewer, etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cheers,&lt;BR /&gt;Damo&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 07:52:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-while-running-Schedule-Jobs-in-SAS-EG-7-1/m-p/452728#M29211</guid>
      <dc:creator>Damo</dc:creator>
      <dc:date>2018-04-10T07:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: Errors while running Schedule Jobs in SAS EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-while-running-Schedule-Jobs-in-SAS-EG-7-1/m-p/503791#M32218</link>
      <description>&lt;P&gt;I solved my problem that was exactly the same as yours, I have this error for months.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run the same SAS process every day, once in the morning and once in the afternoon and every day I have different results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sometimes I only get the error in the morning, sometimes I only get the error in the afternoon, sometimes I don't get error and sometimes I get the error in the morning and&amp;nbsp;&lt;SPAN&gt;afternoon&amp;nbsp;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The solution is very simple but to get there was very hard:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;- Step 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Open SAS in the project that you want to schedule, change the name of "Process Flow" to any something like "MyProcess", "MyFlow" , "MainProcess" or "Main", a name of your choice, right-clicking on Process Flow to change the name or select option rename.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now you can save and close SAS project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;- Step 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Now&amp;nbsp;change the vbs script to be with the same name that we gave above:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Example: Change the name "Process Flow" to-&amp;gt; "MainProcess"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Open vbs and change line with the line code -&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;containerName =&lt;/EM&gt;&lt;STRONG&gt;&lt;EM&gt; "Process Flow"&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;&lt;EM&gt;'Container Name&lt;/EM&gt;&lt;BR /&gt;to&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;containerName =&lt;STRONG&gt; "MainProcess" '&lt;/STRONG&gt;Container Name&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Save the script.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If it doesn't work I will explain later how I get the solution, I think it will helps you to&amp;nbsp;solve the problem.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Oct 2018 16:44:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-while-running-Schedule-Jobs-in-SAS-EG-7-1/m-p/503791#M32218</guid>
      <dc:creator>ncardoso</dc:creator>
      <dc:date>2018-10-12T16:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Errors while running Schedule Jobs in SAS EG 7.1</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-while-running-Schedule-Jobs-in-SAS-EG-7-1/m-p/504829#M32252</link>
      <description>&lt;P&gt;In step 2 you can also delete your schedule in SAS and create a new one&amp;nbsp;instead of changing the vbs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Choosing this step is no longer necessary to change the script, SAS will create a new VBS script and change your process flow name for you in the script, it's a good option for those who are not comfortable with VBS.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 18:40:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Errors-while-running-Schedule-Jobs-in-SAS-EG-7-1/m-p/504829#M32252</guid>
      <dc:creator>ncardoso</dc:creator>
      <dc:date>2018-10-16T18:40:39Z</dc:date>
    </item>
  </channel>
</rss>

